We are publishing SuperCollider 3.14.0-rc1, a release candidate for the next minor version of SC. As this is a release candidate, it is meant for testing and evaluation, and it is not an official release. If no major issues are found in the release candidate, a proper release will be made in about a week. You can download it here: Release 3.14.0-rc1 · supercollider/supercollider · GitHub
This version has a number of changes since SC 3.13. Highlights include:
Sclang functions now support collecting arbitrary keyword arguments via { |...args, kwargs| kwargs }
The initialization sample of multiple UGens was fixed
Even though these are not as much of user-facing changes, there were countless structural upgrades: we migrated to qt6, added and improved tests, updated 3rd-party libraries, updated the build system for most recent build tools, and adapted a new organizational structure for development
A big thank you to all developers for your contributions!
If you don’t use FluCoMa plugins, then it doesn’t mean anything
I you do use FluCoMa, then you’ll need a new version of their plugins for them to work with SC, once they release it. This is only for macOS and Windows though.
Does this mean when i update to SC 3.14. and want to use FluCoMa, then i have to wait until they have published a new update, otherwise FluCoMa wont work?
The currently available downloads of the FluCoMa plugins are only working with SuperCollider 3.13.
Once 3.14 has been released officially (aka it has been merged to the main branch), FluCoMa will distribute a new version which is compatible w/ 3.14 (but not with 3.13 anymore).
You can also build the FluCoMa plugins yourself to obtain a 3.14 compatible version.
WARNING: Input sample rate is 44100, but output is 48000. Attempting to set input sample rate to match the output.
We don’t see this anymore!
ERROR: ERROR: Input sample rate is 48000, but output is 44100. Mismatched sample rates are not supported. To disable input, set the number of input channels to 0.
Just realised I never did any documentation for the kwargs stuff. Usually I’d do this immediately, but I’m away from home until next week. Do we have a planned date for the actual release? Would be good to squeeze that it!