Skip to content

Instantly share code, notes, and snippets.

@sepastian
Last active July 31, 2025 08:36
Show Gist options
  • Save sepastian/191419b1a694e18bc41f9040721c4064 to your computer and use it in GitHub Desktop.
Save sepastian/191419b1a694e18bc41f9040721c4064 to your computer and use it in GitHub Desktop.
Supercollider in Debian
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