Be warned that the latest distro of Raspbian named Buster which is necessary for the new Pi4 only has Sonic-Pi version 2,.10 on it, and therefore does not support any MIDI or OSC functionality at present.
I f you buy a Pi4 you will have to use it. If you have an earlier Pi then you may wish to hold off upgrading from Stretch to Buster at the moment.
I have a new Pi4 and am just about to try building from source a later version. However Debian Buster (on which the Pi version is based) is not released fully for a few days yet, so some of the necessary libraries may not be accessible yet. The Raspbian version has come out before the official debian release.
EDIT
Actually making some progress… now got SP 3.2dev running on my Pi4
7 Likes
Thank you for this.
I’m definitely buying a Pi4 when I can get a 4GB version, which seem to be sold out in the UK. I may end up bothering you with questions about how to build a recent Sonic Pi
I’m holding back on giving details at the moment, as I’ve discovered that although my build on a Pi4 running bustoer works fine, when I move the SD card to a Pi3 it freezes the computer during the Sonic Pi startup. Going to be quite difficult to debug as I haven’t yet found anything in the logs to indicate what is going wrong.
UPDATE IT turns out that the reason it “freezes” on a Pi3 is that the 3.2dev version seems to have grown in resource requirements and appears to need around 1Gb of ram to run at present. (This is true on Mac as well).
A temporary solution is to increase the swap file on the Buster SD card you are running on Pi3. I raised it from 90 to 1024 Mb. Not an ideal solution but it showed that it does run on a Pi3. I think some optimisation is probably possible (and certainly desirable) before 3.2dev is released. However 3.1 is fine.
I am now looking at the possibility fo producing a package that could be used for this.
For those wanting to build it SP3.1, the process is very similar to the build-debian-apt script in the sonic-pi/app/gui/qt folder on github. I build it for the tagged 3.1 release (a little later than the 3.0.1 tagged release) and also added a couple later “bug” resolutions which were added after that point. I built 3.9.1 plugins rather than the 3.9.0 used there. Also libaubio5 in the Buster distro is fine for aubio rather than building it and you can also use libqwt-qt5-dev instad of building qwt. Because Buster has ruby 2.5.5 you need a later rugged (I used the latest) and the bodge described in the script to install it. You need to uninstall the existing sonic-pi and related packages uncluding ruby and super-collider-server and then reinstall ruby, I don’t want to give full details yet until I’ve played with it a bit more and made some further refinements.
If you have a Pi4 (mine has 4Gb of RAM) then compiling is reasonably painless and much quicker than on previous models.
1 Like