Skip to content

Releases: supercollider/supercollider

3.13.0

20 Feb 01:19
Compare
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!

3.13.0-rc3

14 Feb 23:53
f7d52af
Compare
Choose a tag to compare
3.13.0-rc3 Pre-release
Pre-release

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!

3.13.0-rc2

05 Feb 01:31
0156cbb
Compare
Choose a tag to compare
3.13.0-rc2 Pre-release
Pre-release

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!

3.13.0-rc1

13 Nov 19:22
94c8d3a
Compare
Choose a tag to compare
3.13.0-rc1 Pre-release
Pre-release

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!

3.12.2

09 Jan 02:09
7c4c983
Compare
Choose a tag to compare

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.

3.12.2-rc1

09 Dec 16:18
38b28f9
Compare
Choose a tag to compare
3.12.2-rc1 Pre-release
Pre-release

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.

3.12.1

05 Sep 21:59
b678713
Compare
Choose a tag to compare

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.

3.12.1-rc1

14 Aug 22:01
5b15856
Compare
Choose a tag to compare
3.12.1-rc1 Pre-release
Pre-release

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.

3.12.0

03 Aug 06:17
028ff1b
Compare
Choose a tag to compare

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

3.12.0-rc2

25 Jul 17:44
42c8d8c
Compare
Choose a tag to compare
3.12.0-rc2 Pre-release
Pre-release

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.