sonic-pi icon indicating copy to clipboard operation
sonic-pi copied to clipboard

with_fx :level doesn't work with synth :tech_saws

Open rbnpi opened this issue 2 years ago • 1 comments
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.

rbnpi avatar Jan 06 '23 19:01 rbnpi

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.

samaaron avatar Jan 22 '23 14:01 samaaron