supercollider

用于声音合成和算法组合的音频服务器、编程语言和IDE。(An audio server, programming language, and IDE for sound synthesis and algorithmic composition.)

Github stars Tracking Chart

SuperCollider

SuperCollider是音频合成和算法组合的平台,由音乐家,艺术家和研究声音的研究人员使用。它包括:

  • scsynth,一个带有数百个单位生成器(“UGens”)的实时音频服务器,用于音频分析,合成和处理
  • supernova ,支持多核处理器并行DSP的scsynth服务器
  • sclang ,一种控制服务器的解释型编程语言
  • scide ,一个带有集成帮助系统的sclang编辑环境

sclang带有自己的包管理器,名为Quarks。 scsynth和supernova都通过C和C++ API支持第三方插件。

SuperCollider是用C++ 11编写的,使用了几个第三方库,包括Qt和Boost。

安装

我们的 下载页面提供了用于稳定版本的macOS和Windows版本。有关使用的说明以及如何自己构建SC,请参阅 macOS READMEWindows自述文件

要获得最新的稳定版本,Linux用户需要自己构建SuperCollider。有关说明,请参阅 Linux自述文件

平台要求

macOS的最低支持版本是10.10 Yosemite; Windows支持的最低版本 是Windows Vista。

了解

可以在SuperCollider IDE的内置文档浏览器中查看官方文档。您也可以在 doc.sccode.org 在线查看。

我们建议使用以下资源来学习SC:

讨论

您可以 注册邮件列表,然后查看 sc-userssc-dev

我们还有 论坛闲聊

请阅读我们采用的 行为准则,该准则适用于以上所有社区。

贡献

SuperCollider的开发发生在GitHub上,我们非常感谢社区提供错误修正和改进。请阅读以下内容,了解如何参与改进SuperCollider。

行为准则

请在提供之前阅读我们采用的 行为准则,以便您了解将会和不会容忍哪些行为。

投稿指南

阅读我们的 参与指南,了解我们的开发过程,如何提出错误修正和改进,以及如何构建和测试您的更改。

良好的第一个问题

为了帮助您熟悉我们的贡献过程,我们列出了 良好的第一个问题,包含范围相对有限的错误。这是一个开始的好地方。您也可以要求我们的开发人员邮件列表上,在 时差,或在的 论坛

许可证

SuperCollider是GNU Gene版本3下的免费软件公共许可证。有关详细信息,请参见 复制

Overview

Name With Ownersupercollider/supercollider
Primary LanguageC++
Program languageCMake (Language Count: 21)
PlatformLinux, Mac, Windows
License:GNU General Public License v3.0
Release Count129
Last Release NameVersion-3.13.0 (Posted on )
First Release Namestart (Posted on )
Created At2012-05-04 19:24:51
Pushed At2024-04-28 10:53:14
Last Commit At
Stargazers Count5.2k
Watchers Count160
Fork Count727
Commits Count26k
Has Issues Enabled
Issues Count3240
Issue Open Count840
Pull Requests Count2326
Pull Requests Open Count96
Pull Requests Close Count605
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

SuperCollider Build Status Appveyor

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++11 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 BeagleBone Black.

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. See the Linux README for instructions.

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

Platform requirements

The minimum supported version of macOS is 10.10 Yosemite; the minimum supported version of Windows
is Windows Vista.

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 sign up for mailing lists, and view the archives for sc-users and sc-dev.

We also have a forum and a Slack chat.

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.

Requests for Comment

SuperCollider uses a Requests for Comment (RFC) system to propose, design, and discuss 'big' changes. Submitting a new RFC or discussing an existing one is a great way to get involved, especially if you are looking for a way to contribute that doesn't involve writing code or using a terminal. You can learn more at the RFC repository.

License

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

To the top