This package browser is in early development. Mind the rough edges.

supercollider 3.14.0

Synthesis engine and programming language

SuperCollider is a synthesis engine (scsynth or supernova) and programming language (sclang). It can be used for experimenting with sound synthesis and algorithmic composition.

SuperCollider requires jackd to be installed in your user profile and your user must be allowed to access the realtime features of the kernel. Search for "realtime" in the index of the Guix manual to learn how to achieve this using Guix System.

Installation

Install supercollider 3.14.0 as follows:

guix install supercollider@3.14.0

Or install the latest version:

guix install supercollider

The supercollider package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install supercollider:ide

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.