Jekyll2026-03-16T08:03:03+00:00https://supercollider.github.io/feed.xmlSuperColliderA platform for audio synthesis and algorithmic composition, used by musicians, artists and researchers working with sound.SuperCollider 3.14.12025-11-23T00:00:00+00:002025-11-23T00:00:00+00:00https://supercollider.github.io/releases/2025/11/23/supercollider-3.14.1We 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!

]]>
dyfer
SuperCollider YouTube channel2025-11-10T00:00:00+00:002025-11-10T00:00:00+00:00https://supercollider.github.io/media/2025/11/10/supercollider-youtube-channelThere is now an “official” SuperCollider YouTube channel.

https://www.youtube.com/@SuperColliderOnline

It currently contains the recordings of the recent symposium and of the release party.

For further information, please take a look at the announcement in the forum.

]]>
capital-G
The SuperCollider Book 2nd Edition - now available2025-07-29T00:00:00+00:002025-07-29T00:00:00+00:00https://supercollider.github.io/book/2025/07/29/the-supercollider-book-2nd-edThe second edition of The SuperCollider Book is now available from MIT Press! Edited by Scott Wilson, David Cottle and Nick Collins, this edition of the essential SuperCollider reference represents a comprehensive update, providing students and professionals with a refreshed and user-friendly guide to the language's design, syntax, and use. This edition covers the basics as well as explorations of intermediate and advanced topics, including microsound, sonification, spatialization, and the cross-platform GUI library.

Highlights include:

  • New chapters on musical notation and score making, machine learning, SC Tweets, alternative editors, non-standard synthesis, and SuperCollider on small computers

  • Technical documentation of writing and implementing your own unit generators

  • Artist statements from a diverse collection of international musicians

  • Code examples to accompany the book, available at https://github.com/supercollider/scbookcode/

]]>
eli
SuperCollider 3.14.02025-07-26T00:00:00+00:002025-07-26T00:00:00+00:00https://supercollider.github.io/releases/2025/07/26/supercollider-3.14.0We 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!

]]>
dyfer
SuperCollider 3.13.12025-03-15T00:00:00+00:002025-03-15T00:00:00+00:00https://supercollider.github.io/releases/2025/03/15/supercollider-3.13.1We 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!

]]>
dyfer
SuperCollider 3.13.02023-02-19T00:00:00+00:002023-02-19T00:00:00+00:00https://supercollider.github.io/releases/2023/02/19/supercollider-3.13.0We 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.

A big thank you to all developers for your contributions!

]]>
dyfer
SuperCollider 3.12.22022-01-08T00:00:00+00:002022-01-08T00:00:00+00:00https://supercollider.github.io/releases/2022/01/08/supercollider-3.12.2We 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.

]]>
dyfer
SuperCollider 3.12.12021-09-05T00:00:00+00:002021-09-05T00:00:00+00:00https://supercollider.github.io/releases/2021/09/05/supercollider-3.12.1We 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.

]]>
dyfer
SuperCollider 3.12.02021-08-02T00:00:00+00:002021-08-02T00:00:00+00:00https://supercollider.github.io/releases/2021/08/02/supercollider-3.12.0We 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!

]]>
dyfer
SuperCollider 3.11.22020-11-14T00:00:00+00:002020-11-14T00:00:00+00:00https://supercollider.github.io/releases/2020/11/14/supercollider-3.11.2We are proud to announce the release of SuperCollider 3.11.2! You can grab it from the release page.

Thanks for using SuperCollider!

]]>
dyfer