Sonic Pi 4.6 released

@samarron has just released Sonic Pi 4.6 installers for Mac and Windows available on sonic-pi.net or on the sonic pi GitHub site. I won’t have access to my raspberry pi till early next week but I hope to produce a binary image installer for the pi then and will post details here. I already have it running on a pi and virtual Debian and Ubuntu platforms.

2 Likes

On my Intel iMac 27-inch 2020 Sequoia 15.5, Sonic Pi 4.6.0 would not start.

Sorry to hear that. Can you report on GitHub · Where software is built ? Also with content .sonic-pi/logs Thats best place for this to be followed up. From the log image loocks like there is a missing library.
I’ve only got M2 and M4 based macs here and they are workig fine.

Thank you,
It worked on M2 MacbookPro.
15 new samples found.

s_451_to_50beta=[:bd_jazz,:hat_sci,:ride_tri,:ride_via]
s_50beta_to_460=[:tbd_fxbed_loop,:tbd_highkey_c4,:tbd_pad_1,:tbd_pad_2,:tbd_pad_3,:tbd_pad_4,:tbd_perc_blip,:tbd_perc_hat,:tbd_perc_tap_1,:tbd_perc_tap_2,:tbd_voctone]
s_451_to_50beta.concat(s_50beta_to_460).each do |i|
  puts i
  sample i
  sleep sample_duration i
  sleep 0.5
end
1 Like

Thanks, good catch. This is unfortunately because my old intel-based Mac is too old for macOS 13 and so this was the first year I didn’t test with it to catch this sort of thing. Lesson learned!

Please delete your copy of Sonic Pi and re-download from the website. I just replaced the image with one that fixes this issue. Have fun!

Thank you for your prompt response.
Sonic Pi ver. 4.6.0 worked fine on my Intel Mac.

1 Like