If you switch buffer while autocompletion context menu is visible, it remains.
v2.10 on Win
Thank you all woriking on Sonic Pi!
# this code is not related to this bug at all!
8.times do
note = (scale :c, :major).tick
synth :chipbass, note: note, release: 0.5
sleep 0.5
end
8.times do
note = (scale :c, :major).tick
rate = midi_to_hz(note) * 32
with_fx :bitcrusher, sample_rate: rate do
synth :tri, note: note, release: 0.5
sleep 0.5
end
end
Autocompletion menu do not remain by clicking or keyboard shorcuts anymore.
I think this is fixed many month ago.
Sorry for I leave this opened too long.
If you switch buffer while autocompletion context menu is visible, it remains. v2.10 on Win Thank you all woriking on Sonic Pi!