diff options
Diffstat (limited to 'classes/ZZZ.sc')
-rw-r--r-- | classes/ZZZ.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/ZZZ.sc b/classes/ZZZ.sc index a9f89f7..7c9878c 100644 --- a/classes/ZZZ.sc +++ b/classes/ZZZ.sc @@ -20,7 +20,7 @@ ZZZ{ *initClass{ StartUp.add{ // adding SynthDef for clock - SynthDef(\ZZZClock, { |out = 0, freq = 2, iphase = 0, width = 0.1, mul= 1.0| + SynthDef(\ZZZClock, { |out = 0, freq = 2, iphase = 0, width = 0.001, mul= 1.0| Out.ar(out, LFPulse.ar(freq, iphase, width, mul)); }).add; // adding SynthDef for constant notes |