aboutsummaryrefslogtreecommitdiff
path: root/BUG6
diff options
context:
space:
mode:
Diffstat (limited to 'BUG6')
-rw-r--r--BUG6/BUG6.csd8
-rw-r--r--BUG6/instruments.udo3
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
*/