aboutsummaryrefslogtreecommitdiff
path: root/BUG3/BUG3.csd
diff options
context:
space:
mode:
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