From ff375793e6afc215b4fa995d0fa1cfa5e56aeb92 Mon Sep 17 00:00:00 2001 From: Omar Mashaal Date: Sun, 24 May 2020 22:33:32 +1000 Subject: [PATCH] fix clock --- voltage.tidal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voltage.tidal b/voltage.tidal index d0298b9..9e3461d 100644 --- a/voltage.tidal +++ b/voltage.tidal @@ -2,7 +2,7 @@ pitch pitch = n pitch # s "pitch" scale scale = stepsPerOctave scale volt volt = rate volt # s "voltage" gate = volt -clock = rate "[1 0]*8" # s "voltage" +clock = rate "[1 0]*2" # s "voltage" adsr w x y z = attack w # decay x # sustain y # release z # s "adsr" trig trig = n trig -x x = channel x \ No newline at end of file +x x = channel x