diff options
Diffstat (limited to 'BUG6/BUG6.csd')
-rw-r--r-- | BUG6/BUG6.csd | 8 |
1 files changed, 4 insertions, 4 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 |