{"id":13418584,"url":"https://github.com/supercollider/supercollider","last_synced_at":"2025-05-12T15:29:23.063Z","repository":{"id":3195292,"uuid":"4228314","full_name":"supercollider/supercollider","owner":"supercollider","description":"An audio server, programming language, and IDE for sound synthesis and algorithmic composition.","archived":false,"fork":false,"pushed_at":"2025-05-09T13:38:36.000Z","size":167784,"stargazers_count":5780,"open_issues_count":970,"forks_count":772,"subscribers_count":161,"default_branch":"develop","last_synced_at":"2025-05-09T14:51:00.748Z","etag":null,"topics":["algorithmic-composition","audio","c-plus-plus","computer-music","electronic-music","livecoding","music","programming-language","sclang","scsynth","sonification","sound","supercollider","synthesis"],"latest_commit_sha":null,"homepage":"http://supercollider.github.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/supercollider.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-05-04T19:24:51.000Z","updated_at":"2025-05-09T13:38:41.000Z","dependencies_parsed_at":"2023-10-16T12:48:56.616Z","dependency_job_id":"56d0dbaf-2e47-48b1-bd93-5899265f565f","html_url":"https://github.com/supercollider/supercollider","commit_stats":{"total_commits":23786,"total_committers":354,"mean_commits":67.19209039548022,"dds":0.8597073909022114,"last_synced_commit":"d7198988ce764ed02349e63e741984b31264b59b"},"previous_names":[],"tags_count":131,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercollider%2Fsupercollider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercollider%2Fsupercollider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercollider%2Fsupercollider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercollider%2Fsupercollider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supercollider","download_url":"https://codeload.github.com/supercollider/supercollider/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765477,"owners_count":21960735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithmic-composition","audio","c-plus-plus","computer-music","electronic-music","livecoding","music","programming-language","sclang","scsynth","sonification","sound","supercollider","synthesis"],"created_at":"2024-07-30T22:01:04.105Z","updated_at":"2025-05-12T15:29:23.044Z","avatar_url":"https://github.com/supercollider.png","language":"C++","readme":"[SuperCollider](https://supercollider.github.io/) [![Build Status](https://github.com/supercollider/supercollider/actions/workflows/actions.yml/badge.svg?branch=develop)](https://github.com/supercollider/supercollider/actions/workflows/actions.yml)\n=========================\n\n**SuperCollider** is a platform for audio synthesis and algorithmic composition, used by musicians, artists, and researchers working with sound. It consists of:\n\n- **scsynth**, a real-time audio server with hundreds of unit generators (\"UGens\") for audio analysis, synthesis, and processing\n- **supernova**, an alternative server to scsynth with support for parallel DSP on multi-core processors\n- **sclang**, an interpreted programming language that controls the servers\n- **scide**, an editing environment for sclang with an integrated help system\n\nsclang comes with its own package manager, called Quarks. scsynth and supernova both support third-party plugins via C and C++ APIs.\n\nSuperCollider 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.\n\nInstall\n-------\n\nmacOS and Windows builds for stable releases are provided at our [downloads page][downloads page]. See the [macOS README](README_MACOS.md) and [Windows README](README_WINDOWS.md) for instructions on usage, and how to build SC yourself.\n\nTo get the latest stable version, Linux users will need to build SuperCollider themselves. See the [Linux README](README_LINUX.md) for instructions.\n\nSee the [Raspberry Pi](README_RASPBERRY_PI.md) and [Bela](README_BELA.md) READMEs for instructions on building on those platforms.\n\n[downloads page]: https://supercollider.github.io/downloads\n\n### Platform support\n\nSuperCollider is tested with:\n- Windows 10 64-bit and MSVC 2022\n- macOS 15 and Xcode 15.2\n- Ubuntu 22.04 and gcc 12\n\nSuperCollider is known to support these platforms:\n- Windows 10, 11\n- macOS 11-15\n- Ubuntu 22.04-24.04\n\n\nSuperCollider has guaranteed support for:\n- Windows 10, 11\n- MSVC 2019, 2022\n- macOS 13-15\n- Xcode 14-16\n- Debian \u003e= 11\n- Ubuntu 22.04, 24.04\n- Fedora 36, 37\n- Arch Linux\n- gcc \u003e= 9\n- clang \u003e= 11\n- Qt \u003e= 6.2\n\nThere is still limited support for Qt 5.15. Further details are described in [README_MACOS.md](README_MACOS.md).\n\nFor more information on platform support guarantees, see the [project\nWiki](https://github.com/supercollider/supercollider/wiki/Platform-Support).\n\nLearn\n-----\n\nThe official docs can be viewed in the SuperCollider IDE's built-in documentation browser. You can also view them online at [doc.sccode.org](http://doc.sccode.org/).\n\nWe recommend the following resources for learning SC:\n\n- [A Gentle Introduction to SuperCollider](https://ccrma.stanford.edu/~ruviaro/texts/A_Gentle_Introduction_To_SuperCollider.pdf), a free ebook by Bruno Ruviaro\n- [Eli Fieldsteel's video tutorials](https://www.youtube.com/playlist?list=PLPYzvS8A_rTaNDweXe6PX4CXSGq4iEWYC)\n- [Getting Started with SC](http://doc.sccode.org/Tutorials/Getting-Started/00-Getting-Started-With-SC.html)\n- [Nick Collins' SC tutorial](https://composerprogrammer.com/teaching/supercollider/sctutorial/tutorial.html)\n- [SCCode.org](http://sccode.org/), a repository of user-submitted examples\n\nDiscuss\n-------\nYou can join our forum at [scsynth.org][Discourse] or our [Slack channel][Slack].\n\nYou can also view the archives for the old mailing lists at [sc-users][sc-users archives] and [sc-dev][sc-dev archives].\n\nPlease read our adopted [code of conduct](CODE_OF_CONDUCT.md), which applies to all the above communities.\n\n[sc-users archives]: https://listarc.cal.bham.ac.uk/lists/sc-users/index.html\n[sc-dev archives]: https://listarc.cal.bham.ac.uk/lists/sc-dev/index.html\n[Discourse]: https://scsynth.org/\n[Slack]: https://join.slack.com/t/scsynth/shared_invite/zt-ezoyz15j-SVM7JVul94pxtDiUDRnd0w\n\nContribute\n----------\n\nDevelopment 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.\n\n### [Code of Conduct](CODE_OF_CONDUCT.md)\n\nPlease read our adopted [code of conduct](CODE_OF_CONDUCT.md) before contributing, so that you can understand what actions will and will not be tolerated.\n\n### [Contributing Guide](https://github.com/supercollider/supercollider/wiki)\n\nRead our [contributing guide](https://github.com/supercollider/supercollider/wiki) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.\n\n### Good First Issues\n\nTo help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/supercollider/supercollider/labels/good%20first%20issue) 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][Slack], or on the [forum][Discourse].\n\nLicense\n-------\n\nSuperCollider is free software available under Version 3 the GNU General Public License. See [COPYING](COPYING) for details.\n","funding_links":[],"categories":["C++","p5 Tweets : graphics in 140 chars","\u003ca name=\"cpp\"\u003e\u003c/a\u003eC++","Miscellaneous open source audio code/projects"],"sub_categories":["superCollider : sound in 140 characters"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercollider%2Fsupercollider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupercollider%2Fsupercollider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercollider%2Fsupercollider/lists"}