From 6508ab93804ef07af8c4dc7101c0e85a3e591175 Mon Sep 17 00:00:00 2001 From: Richard Knight Date: Sun, 31 Oct 2021 04:35:58 +0000 Subject: beta completion of BUG3 --- BUG3/instruments.udo | 4 ++-- 1 file 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) -- cgit v1.2.3