aboutsummaryrefslogtreecommitdiff
path: root/BUG3/BUG3.csd
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2021-11-09 21:10:12 +0000
committerRichard <q@1bpm.net>2021-11-09 21:10:12 +0000
commit69d812698d8b6b4e963d49d0953ebeca05fa6500 (patch)
treee7fcf987afe9cd1ca290cbee3011bd6b3deacb8a /BUG3/BUG3.csd
parentdae3d836d099b1abf8b4e6e935d148eccb90f96e (diff)
downloadcsd-unfixedbugs1-69d812698d8b6b4e963d49d0953ebeca05fa6500.tar.gz
csd-unfixedbugs1-69d812698d8b6b4e963d49d0953ebeca05fa6500.tar.bz2
csd-unfixedbugs1-69d812698d8b6b4e963d49d0953ebeca05fa6500.zip
BUG4 finished
Diffstat (limited to 'BUG3/BUG3.csd')
-rw-r--r--BUG3/BUG3.csd5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUG3/BUG3.csd b/BUG3/BUG3.csd
index 3496201..2902a67 100644
--- a/BUG3/BUG3.csd
+++ b/BUG3/BUG3.csd
@@ -20,6 +20,7 @@ nchnls = 2
seed 0
#define NOFILEIO ## ; file IO with readfi not supported on all platforms: disables bid_loadfile
+;#define CPUSAVER ## ; improve CPU performance by degrading aesthetic performance
gkmastergain init 1 ; master gain
gkpump = 0 ; kick ducking control
@@ -96,9 +97,11 @@ endin
Global send effects: reverb
*/
instr global_reverb
+#ifndef CPUSAVER
aL, aR bus_read "reverb"
- ;aL, aR freeverb aL, aR, 0.4, 0.3
+ aL, aR freeverb aL, aR, 0.4, 0.3
bus_mix("master", aL, aR)
+#endif
endin