aboutsummaryrefslogtreecommitdiff
path: root/BUG6/BUG6.csd
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2022-01-22 22:27:01 +0000
committerRichard <q@1bpm.net>2022-01-22 22:27:01 +0000
commit44d3d5ece0a53d5316a2ccc9898b79992d81fef7 (patch)
treeb456d3007f3e8c5a122f0dc286192e8eaf90a1b1 /BUG6/BUG6.csd
parent5afc582483c0658f3c8bac9cd854a7905e8d88c7 (diff)
downloadcsd-unfixedbugs1-44d3d5ece0a53d5316a2ccc9898b79992d81fef7.tar.gz
csd-unfixedbugs1-44d3d5ece0a53d5316a2ccc9898b79992d81fef7.tar.bz2
csd-unfixedbugs1-44d3d5ece0a53d5316a2ccc9898b79992d81fef7.zip
update
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