From c135735c9d2450e61fa7ba28c5b7fa9d16dd1ac4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Jan 2018 14:56:48 +0100 Subject: classes/ZZZ.sc: Updating standard width of \ZZZClock SynthDef to 0.5, so hardware will recognize it properly in higher speeds. --- classes/ZZZ.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ZZZ.sc b/classes/ZZZ.sc index 7c9878c..7ee2ebf 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.001, mul= 1.0| + SynthDef(\ZZZClock, { |out = 0, freq = 2, iphase = 0, width = 0.5, mul= 1.0| Out.ar(out, LFPulse.ar(freq, iphase, width, mul)); }).add; // adding SynthDef for constant notes -- cgit v1.2.3-54-g00ecf