You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both on latest Mac and RPi builds.
Try this program
use_bpm 60
#link
live_loop :test do
puts current_bpm
play scale(:c,:major).tick
sleep 1
end
Runs OK as shown. Then uncomment link command and run again. Thread death Timing exception
Discovered by running example :bach. and then changing use_bpm 60 to link in that program.
Version 4 release works OK with this