Skip to content

Instantly share code, notes, and snippets.

View rhaleblian's full-sized avatar
🏄
not surfing, don't let the avatar fool you.

Ray Haleblian rhaleblian

🏄
not surfing, don't let the avatar fool you.
View GitHub Profile
@rhaleblian
rhaleblian / build-sc3-plugins-pi.sh
Created March 12, 2026 02:59 — forked from madskjeldgaard/build-sc3-plugins-pi.sh
Install SuperCollider and SC3-plugins headless on Raspberry Pi
#!/bin/sh
# Taken from: https://github.com/lvm/build-supercollider
###
#
# Variables
#
INSTALL_DIR=/tmp
SUPERCOLLIDER_VER=main
SC3PLUGINS_DIR=$INSTALL_DIR/sc3-plugins