Last active
July 31, 2025 08:36
-
-
Save sepastian/191419b1a694e18bc41f9040721c4064 to your computer and use it in GitHub Desktop.
Supercollider in Debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install supercollider | |
pw-jack scide # start supercollider IDE using Pipewire-Jack | |
# Inside the IDE, test that things are working: | |
s.boot | |
{ [SinOsc.ar(440, 0, 0.2), SinOsc.ar(442, 0, 0.2)] }.play; # Ctrl+Enter | |
# Ctrl+. to stop playback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment