aboutsummaryrefslogtreecommitdiff
path: root/BUG6/BUG6.csd
diff options
context:
space:
mode:
Diffstat (limited to 'BUG6/BUG6.csd')
-rw-r--r--BUG6/BUG6.csd5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUG6/BUG6.csd b/BUG6/BUG6.csd
index 2520d25..394959b 100644
--- a/BUG6/BUG6.csd
+++ b/BUG6/BUG6.csd
@@ -1,7 +1,7 @@
<CsoundSynthesizer>
<CsOptions>
-odac
-;-m0
+-m0
</CsOptions>
<CsInstruments>
/*
@@ -130,6 +130,9 @@ instr global_master
aL += resony(anL, kfreq*4, 3, 24, 4) * 0.005 * knoiseamp
aR += resony(anR, kfreq*4, 3, 24, 4) * 0.005 * knoiseamp
bus_mix("delay1", aL*knoiseamp*0.5, aR*knoiseamp*0.5)
+ khpf expseg 1, ilen*0.4, 300, ilen*0.4, 600, ilen*0.1, 20, ilen*0.1, 20
+ aL butterhp aL, khpf
+ aR butterhp aR, khpf
endif
aL limit aL*0.5, -1, 1
aR limit aR*0.5, -1, 1