Releases: BelaPlatform/supercollider
Releases · BelaPlatform/supercollider
SuperCollider-3.12.1-bela-506ed7d77.deb
Removes dependency on Bela_HwConfig_new()
Supercollider v3.11.2-bela-fix-digitalIn
Fixed an issue with DigitalIn .
Supercollider v3.11.2-bela
Bela support got upstreamed. This is a release at the merge commit. Future Bela releases should happen on the corresponding upstream tagged release.
Updating instructions here.
Note:
- requires the Bela API 1.9, i.e.: you need this commit in your Bela core code.
Test build before upstream merge-4
Test build before upstream merge-4
New stuff:
Ready to merge again after all the changes made to address supercollider#5295 (and then some!).
Installation:
- copy the deb on your board
- remove old incompatible package:
dpkg -r supercollider-bela-xenomai-3_3.10beta-1_armhf.deb
- install this package (from the appropriate folder)
dpkg -i SuperCollider-3.11.2-Linux-3e1694488371f702239194a80f9ce7e1abaaa7e0.deb
Notes:
- this installs in /usr instead of /usr/local as the old one used to do. Ensure that you remove the old version before installing this one (they should be marked as conflicting anyhow) and that after installing this the output of which scsynth is /usr/bin/scsynth.
- if it crashes on startup it may well be because you have sc3-plugins installed and you should remove that (and possibly recompile against this)
BelaServerOptions
is a subclass ofServerOptions
. Not sure what this implies, see the conversation here and the documentation here.
Test build before upstream merge-3
Test build before upstream merge-3
New stuff:
Using Xenomai condition variable frees up 7% CPU.
Notes:
- this installs in
/usr
instead of/usr/local
as the old one used to do. Ensure that you remove the old version before installing this one (they should be marked as conflicting anyhow) and that after installing this the output ofwhich scsynth
is/usr/bin/scsynth
. - if it crashes on startup it may well be because you have
sc3-plugins
installed and you should remove that (and possibly recompile against this)
Test build before upstream merge-2
Scope support!
Ableton Link support!
Latest and greatest!