Looks like piano synth is not working (does not make any sound) in v.5 beta releases. This code works in v4.6.0 but not in v5.0.0-beta4:
use_synth :piano c_major_scale = [:c4, :d4, :e4, :f4, :g4, :a4, :b4, :c5, :b4, :a4, :g4, :f4, :e4, :d4, :c4] c_major_scale.each do |note| play note, release: 1.0 sleep 0.5 end
Hi, yes, this is a known issue and will be resolved before the final release.
@garen - how are you finding v5 otherwise?
I haven’t spent much time with it, but so far it feels very solid. The only reason I mentioned the missing piano sound is that everything else works surprisingly well, considering the amount of change you’ve put in. Thank you!
Sonic Pi v5 RC1 is out now and includes the Piano synth