From e8ef49738067efafeb6ef12d571e6cdbaf551f0f Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 30 Nov 2017 20:22:00 +0100 Subject: classes/ZZZ.sc: Lowering the width for \ZZZClock immensely to get even more of a dirac impulse. --- classes/ZZZ.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf