diff options
Diffstat (limited to 'BUG5/instruments.udo')
-rw-r--r-- | BUG5/instruments.udo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BUG5/instruments.udo b/BUG5/instruments.udo index 356d775..eaa4be5 100644 --- a/BUG5/instruments.udo +++ b/BUG5/instruments.udo @@ -131,6 +131,11 @@ instr play_snare a0 = a0 * aenv1 a0 butterhp a0, 210 aout = a0*iamp + + isection = i(gksection) + if (isection == 10) then + aout *= chnget:k("snarevol") + endif bus_mix("master", aout, aout) endin |