diff options
Diffstat (limited to 'BUG3')
-rw-r--r-- | BUG3/instruments.udo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUG3/instruments.udo b/BUG3/instruments.udo index 5d55f6f..8081bf8 100644 --- a/BUG3/instruments.udo +++ b/BUG3/instruments.udo @@ -290,8 +290,8 @@ instr play_crash aRx vdelay ax*0.3, abs(oscil(0.3, 3)), 1 aL += aLx aR += aRx - aL *= 0.6 - aR *= 0.6 + aL *= 0.5 + aR *= 0.5 bus_mix("reverb", aL*0.9, aR*0.9) bus_mix("mdelay", aL*0.5, aR*0.5) bus_mix("master", aL, aR) |