Skip to content

Releases: supercollider/supercollider

3.14.1

24 Nov 05:26
426edf6

Choose a tag to compare

We are pleased to announce the release of SuperCollider 3.14.1! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.1

This release fixes a bug when setting args as keyword arguments in class methods. It also fixes the content of some helpfiles, boost libraries integration, build system, and the CI pipeline.

A big thank you to all developers for your contributions!

Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md

3.14.1-rc2

16 Nov 20:38
f663df7

Choose a tag to compare

3.14.1-rc2 Pre-release
Pre-release

We are publishing SuperCollider 3.14.1-rc2, a release candidate for the next bugfix 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: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.1-rc2

This release fixes a bug when setting args as keyword arguments in class methods. It also fixes the content of some helpfiles, boost libraries integration, build system, and the CI pipeline.

A big thank you to all developers for your contributions!

3.14.1-rc1

16 Nov 19:18
8a3b556

Choose a tag to compare

3.14.1-rc1 Pre-release
Pre-release

We are publishing SuperCollider 3.14.1-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: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.1-rc1

This release fixes a bug when setting args as keyword arguments in class methods. It also fixes the content of some helpfiles.

A big thank you to all developers for your contributions!

3.14.0

26 Jul 19:05
d263b8c

Choose a tag to compare

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

3.14.0-rc3

23 Jul 19:11
f05e82b

Choose a tag to compare

3.14.0-rc3 Pre-release
Pre-release

We are publishing SuperCollider 3.14.0-rc3, 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 the next few days. You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0-rc3

The changes from 3.14.0-rc2 include:

  • classlib: IdentityDictionary passes selector by @telephon in #7062
  • servers: Fix default device selection on Windows when no WASAPI devices are available by @dyfer in #7051

A big thank you to all developers for your contributions!

Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md

3.14.0-rc2

15 Jul 20:33
fab79f6

Choose a tag to compare

3.14.0-rc2 Pre-release
Pre-release

We are publishing SuperCollider 3.14.0-rc2, 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: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0-rc2

The changes from 3.14.0-rc1 include:

A big thank you to all developers for your contributions!

Full Changelog: https://github.com/supercollider/supercollider/blob/3.14/CHANGELOG.md

3.14.0-rc1

09 Jun 20:59
247ef2e

Choose a tag to compare

3.14.0-rc1 Pre-release
Pre-release

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: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0-rc1

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

3.13.1

15 Mar 17:01

Choose a tag to compare

We are pleased to announce the release of SuperCollider 3.13.1! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.13.1

This release fixes HID support on Linux.

There are no functional updates for macOS and Windows and we won't be publishing new binaries for these platforms. Please use 3.13.0 to download builds for these platforms.

A big thank you to all developers for your contributions!

3.13.1-rc1

01 Jan 14:04
82f913c

Choose a tag to compare

3.13.1-rc1 Pre-release
Pre-release

We are publishing SuperCollider 3.13.1-rc1, a release candidate for the next bugfix update. 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: https://github.com/supercollider/supercollider/releases/tag/Version-3.13.1-rc1

This release fixes HID support on Linux.

There are no functional updates for macOS and Windows and we won't be publishing new binaries for these platforms.

A big thank you to all developers for your contributions!

3.13.0

20 Feb 01:19

Choose a tag to compare

We are pleased to announce the release of SuperCollider 3.13.0! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.13.0

Here's a list of notable changes since SuperCollider 3.12.2:

  • Numerous UGens have been fixes so that they calculate their initial value as originally intended. Please note that in some cases this may create a different result than previously
  • A universal Intel x86_64 and Apple arm64 macOS build is now provided

CHANGELOG.md contains a more extensive list of changes.

Please note: the macOS legacy build was updated after the release to fix an issue with the build system, which prevented the server from booting. It was built from the 3.13 branch and is functionally identical to the original release.

A big thank you to all developers for your contributions!