From 6a8342a78bb65afbec9eac5693438a3107ff1dd3 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 8 Jan 2023 01:06:40 +0000 Subject: BUG5 complete --- BUG6/BUG6.csd | 8 ++++---- BUG6/instruments.udo | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'BUG6') 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 */ -- cgit v1.2.3