Skip to content

Instantly share code, notes, and snippets.

@fghibellini
Last active April 17, 2021 18:37
Show Gist options
  • Save fghibellini/67a432d39157436967a5fc2fd39486eb to your computer and use it in GitHub Desktop.
Save fghibellini/67a432d39157436967a5fc2fd39486eb to your computer and use it in GitHub Desktop.
Getting supercollider to work on Ubuntu 20.04 LTS
  1. pacmd suspend true
  2. open qjackctl
  3. click "Setup"
  4. set "Interface" to your output
  5. set "Frames/Period" to high enough value to avoid XRuns (can be lowered later on)
  6. click "Start"
  7. open Supercollider
  8. s.boot Ctrl+Enter
  9. {SinOsc.ar(1000)}.play Ctrl+Enter

you should hear a sine wave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment