aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/ZZZ.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/ZZZ.sc b/classes/ZZZ.sc
index 7ee2ebf..50cbe8b 100644
--- a/classes/ZZZ.sc
+++ b/classes/ZZZ.sc
@@ -21,7 +21,7 @@ ZZZ{
StartUp.add{
// adding SynthDef for clock
SynthDef(\ZZZClock, { |out = 0, freq = 2, iphase = 0, width = 0.5, mul= 1.0|
- Out.ar(out, LFPulse.ar(freq, iphase, width, mul));
+ Out.ar(out, LFPulse.ar(freq, iphase, width, mul)-0.5);
}).add;
// adding SynthDef for constant notes
SynthDef(\ZZZConstant, { |out = 0, mul= 0.0|