diff options
Diffstat (limited to 'BUG8/BUG8.csd')
-rw-r--r-- | BUG8/BUG8.csd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BUG8/BUG8.csd b/BUG8/BUG8.csd index 7b5398f..573f329 100644 --- a/BUG8/BUG8.csd +++ b/BUG8/BUG8.csd @@ -265,7 +265,7 @@ instr 1 endif endif - event_i "i", "clickmaker", 0, 1 + event_i "i", "clickmaker", 0, 1000 kmetro2 metro 3 if (ktime > 5 && kmetro2 == 1 && random:k(0, 1) > 0.95) then @@ -294,8 +294,8 @@ instr 1 a1L = ay a1R = ay ;a1L, a1R SCReverb ay, ay, 0.9, 10000 - aL = a1L + a2L - aR = a1R + a2R + aL = a2L ;+ a1L + aR = a2R ;+ a1R outs aL, aR endin |