diff options
| author | Richard Knight <q@1bpm.net> | 2021-10-31 04:35:58 +0000 | 
|---|---|---|
| committer | Richard Knight <q@1bpm.net> | 2021-10-31 04:35:58 +0000 | 
| commit | 6508ab93804ef07af8c4dc7101c0e85a3e591175 (patch) | |
| tree | 049380f57d43a3670559cf8c3ddc239017947862 | |
| parent | 4a2d04c8cd3b4640084b41ca65a54a6615625ce9 (diff) | |
| download | csd-unfixedbugs1-6508ab93804ef07af8c4dc7101c0e85a3e591175.tar.gz csd-unfixedbugs1-6508ab93804ef07af8c4dc7101c0e85a3e591175.tar.bz2 csd-unfixedbugs1-6508ab93804ef07af8c4dc7101c0e85a3e591175.zip | |
beta completion of 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) |