sonic-pi
sonic-pi copied to clipboard
with_fx :level doesn't work with synth :tech_saws
trafficstars
following code with synth :saw works. (No sound)
use_synth :saw
with_fx :level,amp: 0 do
live_loop :test do
play rrand_i(48,84)
sleep 1
end
end
However, stop the code, change the synth to :tech_saws and re-run and you hear the synth. I think the sound is reduced slightly, but it is certainly not zero amplitude.
Thanks for reporting this @rbnpi - this is indeed weird and I can verify the issue on my Windows machine. I'll make sure to look into this before the next release unless someone else gets to it before me.