diff options
author | Richard <richard@1bpm.net> | 2023-01-08 01:06:40 +0000 |
---|---|---|
committer | Richard <richard@1bpm.net> | 2023-01-08 01:06:40 +0000 |
commit | 6a8342a78bb65afbec9eac5693438a3107ff1dd3 (patch) | |
tree | 30b8cfb88d0544d089a78c776d214158d3642ab8 /BUG6 | |
parent | c4b6599d5995a00c85237f35d4f496b786fd7be1 (diff) | |
download | csd-unfixedbugs1-6a8342a78bb65afbec9eac5693438a3107ff1dd3.tar.gz csd-unfixedbugs1-6a8342a78bb65afbec9eac5693438a3107ff1dd3.tar.bz2 csd-unfixedbugs1-6a8342a78bb65afbec9eac5693438a3107ff1dd3.zip |
Diffstat (limited to 'BUG6')
-rw-r--r-- | BUG6/BUG6.csd | 8 | ||||
-rw-r--r-- | BUG6/instruments.udo | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/BUG6/BUG6.csd b/BUG6/BUG6.csd index 394959b..076d5f2 100644 --- a/BUG6/BUG6.csd +++ b/BUG6/BUG6.csd @@ -16,20 +16,20 @@ */ sr = 44100 -ksmps = 10 +ksmps = 64 nchnls = 2 0dbfs = 1 seed 0 -#define NOFILEIO ## ; file IO with readfi not supported on all platforms: disables bid_loadfile +#define NOFILEIO ## ; file IO with readfi not supported on all platforms: disables bid_loadfile gkmastergain init 1 ; master gain -gkpump = 0 ; kick ducking control +gkpump = 0 ; kick ducking control gksection init -1 #include "wavetables.udo" ; general waveforms #include "bussing.udo" ; global audio bussing -#include "bid.udo" ; Bug Infested Directive tools and parsing +#include "bid.udo" ; Bug Infested Directive tools and parsing #include "instruments.udo" ; sound generators #include "txt_tools.udo" ; text tools diff --git a/BUG6/instruments.udo b/BUG6/instruments.udo index 0dd7734..a6d3458 100644 --- a/BUG6/instruments.udo +++ b/BUG6/instruments.udo @@ -281,7 +281,7 @@ instr play_snare aenv1 expon 1.0, 0.03, 0.5 kenv2 port 1.0, 0.008, 0.0 aenv2 interp kenv2 - aenv3 expon 1.0, 0.025, 0.5 + aenv3 expon 1.0, 0.025, 0.5 a_ oscili 1.0, kcps a1 oscili 1.0, kcps * (1.0 + a_*kfmd) @@ -322,7 +322,6 @@ opcode chordinstrument, 0, Sii endop - /* Housey organ, internal use */ |