Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SuperCollider-3.14.0-macOS-x64-legacy.dmg | 2025-07-26 | 105.9 MB | |
SuperCollider-3.14.0-macOS-universal.dmg | 2025-07-26 | 252.0 MB | |
SuperCollider-3.14.0-win64.zip | 2025-07-26 | 137.2 MB | |
SuperCollider-3.14.0_Release-x64-VS-d263b8c.exe | 2025-07-26 | 140.6 MB | |
SuperCollider-3.14.0-Source.tar.bz2.asc | 2025-07-26 | 473 Bytes | |
SuperCollider-3.14.0-Source.tar.bz2 | 2025-07-26 | 20.9 MB | |
3.14.0 source code.tar.gz | 2025-07-26 | 16.5 MB | |
3.14.0 source code.zip | 2025-07-26 | 21.3 MB | |
README.md | 2025-07-26 | 1.3 kB | |
Totals: 9 Items | 694.3 MB | 4 |
We are pleased to announce the release of SuperCollider 3.14.0! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0
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
- Documentation can now also be themed like the IDE
- Due to updated bundled boost libraries on macOS and Windows, FluCoMa UGens which were working under SuperCollider 3.13 are not compatible anymore with 3.14! Go to https://github.com/flucoma/flucoma-sc to check for compatible version.
- This does not apply to other extensions - e.g. sc3-plugins version 3.13 will still work with SuperCollider 3.14, as the plugin interface was not changed
- 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!
Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md