aboutsummaryrefslogtreecommitdiff
path: root/BUG8
diff options
context:
space:
mode:
authorRichard <richard@1bpm.net>2025-02-28 02:08:19 +0000
committerRichard <richard@1bpm.net>2025-02-28 02:08:19 +0000
commit0f09f0882ed87bea9ff3e745c73f5d4743854fbb (patch)
tree62d04024200a4942ce4e012227822fdaae6a2e25 /BUG8
parent6a8342a78bb65afbec9eac5693438a3107ff1dd3 (diff)
downloadcsd-unfixedbugs1-0f09f0882ed87bea9ff3e745c73f5d4743854fbb.tar.gz
csd-unfixedbugs1-0f09f0882ed87bea9ff3e745c73f5d4743854fbb.tar.bz2
csd-unfixedbugs1-0f09f0882ed87bea9ff3e745c73f5d4743854fbb.zip
added bug6HEADmaster
Diffstat (limited to 'BUG8')
-rw-r--r--BUG8/BUG8.csd6
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