Supercollider Versions Save

An audio server, programming language, and IDE for sound synthesis and algorithmic composition.

Version-3.13.0

1 year ago

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!

Version-3.13.0-rc3

1 year ago

We are publishing SuperCollider 3.13.0-rc3, the third 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.0-rc3

Items changed since 3.13.0-rc2 include fixing Poll on the first-sample trigger.

See CHANGELOG.md for details.

A big thank you to all developers for your contributions!

Version-3.13.0-rc2

1 year ago

We are publishing SuperCollider 3.13.0-rc2, the second 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.0-rc2

Items changed since 3.13.0-rc1 include fixing initialization state of Free/PauseSelf, adding hooks to Quarks classes, fixing building against Pipewire's JACK implementation and adding macOS universal binary build.

See CHANGELOG.md for details.

A big thank you to all developers for your contributions!

Version-3.13.0-rc1

1 year ago

We are publishing SuperCollider 3.13.0-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.0-rc1

In this version numerous UGens have been fixes so that they calculate their initial value as originally intended. In some cases this may create a different result than previously, see Changelog for details.

We now also provide a native arm64 build for Apple CPU machines.

A big thank you to all developers for your contributions!

Version-3.12.2

2 years ago

We are pleased to announce SuperCollider 3.12.2! You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.12.2

This version reverses changes made to MIDI implementation on macOS introduced in 3.12.0, which turned out to introduce other issues with MIDI.

For the list of previous changes, see CHANGELOG.md.

Version-3.12.2-rc1

2 years ago

We are publishing SuperCollider 3.12.2-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.12.2-rc1

This version reverses changes made to MIDI implementation on macOS introduced in 3.12.0, which turned out to introduce other issues with MIDI.

Version-3.12.1

2 years ago

We are pleased to announce SuperCollider 3.12.1! You can download it here: https://github.com/supercollider/supercollider/releases/tag/Version-3.12.1

The 3.12.1 release fixes compatibility with older macOS systems (10.13 and below). For the list of previous changes, see CHANGELOG.md.

Note: the regular macOS build supports macOS 10.13 and later. The legacy build supports macOS 10.10-10.12.

Version-3.12.1-rc1

2 years ago

We are publishing SuperCollider 3.12.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.12.1-rc1

The 3.12.1 release fixes compatibility with older macOS systems (10.13 and below). For the list of previous changes, see CHANGELOG.md.

Note: the regular macOS build supports macOS 10.13 and later. The legacy build is for macOS 10.10-10.12.

Version-3.12.0

2 years ago

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

CHANGELOG.md contains a more extensive list of changes. Notable improvements in this version include:

  • Supernova is now available on Windows
  • Supercollider is officially supported on Bela platform
  • macOS Big Sur is now fully supported
  • On macOS output signal won't go over the system volume level
  • The method not found error in sclang now provides suggestions, using fuzzy array comparisons
  • Oppressive terminology has been updated throughout the project
  • CI has been updated to use GitHub Actions and now also runs our test suite

Big thanks to everyone who contributed to this release!

macOS builds are signed and notarized

Version-3.12.0-rc2

2 years ago

We are publishing another release candidate for the next version of SuperCollider, 3.12.0-rc2. Please note this is a release candidate meant for testing and evaluation, and 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.12.0-rc2

This release includes custom libsndfile build, fixing compatibility with older macOS systems.

CHANGELOG.md contains a more extensive list of changes. Notable improvements in this version include:

  • Supernova is now available on Windows
  • Supercollider is officially supported on Bela platform
  • macOS Big Sur is now fully supported
  • On macOS output signal won't go over the system volume level
  • The method not found error in sclang now provides suggestions, using fuzzy array comparisons
  • Oppressive terminology has been updated throughout the project
  • CI has been updated to use GitHub Actions and now also runs our test suite

Big thanks to everyone who contributed to this release!

macOS releases are signed and notarized.