No description
  • C++ 91.9%
  • SuperCollider 5%
  • C 1.9%
  • CMake 0.4%
  • Python 0.2%
  • Other 0.3%
Find a file
Chris Reuter 3340326872
help: Documented SortedCollection function callback (#7649)
* Docs: Document callback expectations for SortedCollection.

The documentation for `SortedCollection.new` did not specify what
was required of its sort function.  This change fixes that.

* Update HelpSource/Classes/SortedList.schelp
2026-07-25 23:04:17 +02:00
.github gha: remove manual asiosdk download 2026-07-21 12:43:24 -07:00
.vscode build/sclang check parser errors in pre commit (#7481) 2026-05-11 17:31:00 +01:00
cmake_modules cmake: add search paths to FindSndfile.cmake (#7581) 2026-06-28 23:57:40 +02:00
common remove ReplyAddress.mAddress member for scsynth wasm 2026-06-06 17:35:14 +02:00
editors Apply theme font styles to autocomplete menu (#7631) 2026-07-10 17:14:33 +02:00
examples Fix bare \r and clean up formatting (#7538) 2026-06-03 09:38:18 +01:00
external_libraries cmake portaudio: automatically download ASIO sdk 2026-07-21 14:02:31 -07:00
HelpSource help: Documented SortedCollection function callback (#7649) 2026-07-25 23:04:17 +02:00
icons apply use single blank line as file ending in sc files 2024-08-30 10:34:46 +02:00
include add endian for wasm 2026-06-06 17:35:14 +02:00
lang lexer: swallow invalid utf8 for the time being (#7558) 2026-07-03 14:44:24 +01:00
langutils lexer: swallow invalid utf8 for the time being (#7558) 2026-07-03 14:44:24 +01:00
package Update changelog_to_schelp.sh 2021-07-11 17:11:23 -07:00
platform Add Flatpak build (#7569) 2026-07-09 22:05:28 +02:00
QtCollider QtDownload: fix error signal (#7612) 2026-07-05 14:11:55 +02:00
SCClassLibrary Make http:// and https:// link-click functional in the Post window (#7635) 2026-07-11 13:36:53 +01:00
SCDoc build: modernize gcc/clang discovery 2025-11-30 02:59:36 -08:00
server cmake bela: update compile definitions and options 2026-06-25 13:28:54 -07:00
sounds source tree reorganization 2010-11-30 20:45:02 +01:00
testsuite classlibrary: basic extention testing (#7619) 2026-07-09 22:54:36 +01:00
tools build/sclang check parser errors in pre commit (#7481) 2026-05-11 17:31:00 +01:00
vcpkg/triplets Update x64-osx-release-supercollider.cmake 2022-09-11 12:59:42 -07:00
.clang-format Bump to clang-format-14 (#6196) 2024-05-20 09:38:00 +02:00
.editorconfig correct .editorconfig syntax 2024-09-16 12:12:34 +08:00
.git-blame-ignore-revs Update .git-blame-ignore-revs (#6959) 2025-06-09 23:23:49 +02:00
.gitignore Add VS Code IDE settings (#6351) 2025-04-29 09:45:37 +02:00
.gitmodules sclang: new lexer (#7394) 2026-05-11 15:05:49 +01:00
.pre-commit-config.yaml remove bison precommit (#7571) 2026-06-17 14:47:52 +01:00
AUTHORS updated News-3.7.schelp, CHANGELOG and AUTHORS 2016-03-13 13:08:55 +01:00
build_sclang.cfg.in sclang, scide: allow excluding default class library paths via language config file flag 2020-07-07 11:23:07 +01:00
CHANGELOG.md docs: update changelog with clarification on boost (#7254) 2025-11-23 22:43:49 +01:00
CHANGELOG_archive.md Move 3.6.6 changelog to the archive 2018-02-04 22:45:49 -08:00
cmake_uninstall.cmake.in Fix uninstall cmake target on linux (#7640) 2026-07-17 00:21:43 +02:00
CMakeLists.txt Fix uninstall cmake target on linux (#7640) 2026-07-17 00:21:43 +02:00
CODE_OF_CONDUCT.md Update Code of Conduct regarding AI use (#7284) 2026-04-24 10:15:39 -07:00
CONTRIBUTING.md Move CONTRIBUTING.md and DEVELOPING.md to the wiki 2019-07-26 22:28:07 -07:00
COPYING enable GPL3 code by default 2010-01-24 17:05:45 +00:00
DEVELOPING.md Move CONTRIBUTING.md and DEVELOPING.md to the wiki 2019-07-26 22:28:07 -07:00
INSTALL Remove iPhone ReadMes (#6901) 2025-05-28 11:02:12 +02:00
README.md Add Flatpak build (#7569) 2026-07-09 22:05:28 +02:00
README_BELA.md Update README_BELA.md (#7270) 2025-12-02 08:14:58 -08:00
README_LINUX.md Add Flatpak build (#7569) 2026-07-09 22:05:28 +02:00
README_MACOS.md build: enable supernova on all platforms by default (#7479) 2026-05-01 18:40:09 -07:00
README_RASPBERRY_PI.md Project docs: rewrite README_RASPBERRY_PI for 3.14 and new RPi OS (#6906) 2025-05-29 10:48:51 -07:00
README_WASM.md build: expose static plugins as a build option (#7548) 2026-06-09 12:24:59 -07:00
README_WINDOWS.md Windows readme: update "installing supercollider" (#7570) 2026-06-16 11:22:39 -07:00
SCVersion.txt cmake: remove old version variables (#7352) 2026-01-28 23:36:54 +01:00

SuperCollider Build Status

SuperCollider is a platform for audio synthesis and algorithmic composition, used by musicians, artists, and researchers working with sound. It consists of:

  • scsynth, a real-time audio server with hundreds of unit generators ("UGens") for audio analysis, synthesis, and processing
  • supernova, an alternative server to scsynth with support for parallel DSP on multi-core processors
  • sclang, an interpreted programming language that controls the servers
  • scide, an editing environment for sclang with an integrated help system

sclang comes with its own package manager, called Quarks. scsynth and supernova both support third-party plugins via C and C++ APIs.

SuperCollider is written in C++17 using several third-party libraries, including Qt and Boost. It can be used on Windows, macOS, a variety of Linux and BSD distributions, Raspberry Pi, and the Bela platform.

The online documentation of the development version is available via dev.docs.supercollider.online.

Install

macOS and Windows builds for stable releases are provided at our downloads page. See the macOS README and Windows README for instructions on usage, and how to build SC yourself.

To get the latest stable version, Linux users will need to build SuperCollider themselves or use the Flatpak build. See the Linux README for instructions.

See the Raspberry Pi and Bela READMEs for instructions on building on those platforms.

Platform support

SuperCollider is tested with:

  • Windows 10 64-bit and MSVC 2022
  • macOS 15 and Xcode 15.2
  • Ubuntu 22.04 and gcc 12

SuperCollider is known to support these platforms:

  • Windows 10, 11
  • macOS 12-15, 26
  • Ubuntu 22.04-24.04

SuperCollider has guaranteed support for:

  • Windows 10, 11
  • MSVC 2019, 2022
  • macOS 13-15
  • Xcode 14-16
  • Debian >= 11
  • Ubuntu 22.04, 24.04
  • Fedora 36, 37
  • Arch Linux
  • gcc >= 9
  • clang >= 11
  • Qt >= 6.2

There is still limited support for Qt 5.15. Further details are described in README_MACOS.md.

For more information on platform support guarantees, see the project Wiki.

Learn

The official docs can be viewed in the SuperCollider IDE's built-in documentation browser. You can also view them online at doc.sccode.org.

We recommend the following resources for learning SC:

Discuss

You can join our forum at scsynth.org or our Slack channel.

You can also view the archives for the old mailing lists at sc-users and sc-dev.

Please read our adopted code of conduct, which applies to all the above communities.

Contribute

Development of SuperCollider happens here on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving SuperCollider.

Code of Conduct

Please read our adopted code of conduct before contributing, so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

Good First Issues

To help you get your feet wet and get you familiar with our contribution process, we have a list of good-first-issues that contain bugs which have a relatively limited scope. This is a great place to get started. You can also ask on our developer's mailing list, on Slack, or on the forum.

License

SuperCollider is free software available under Version 3 the GNU General Public License. See COPYING for details.