Supercollider patches for plantoids installation, running on a raspberryPi with a PiSound audio interface.
- Install latest image from the Prynth project for older versions, see images archive
- To start making noise, launch the Rpi, connect with an ethernet cable and open a browser to http://raspberrypi.local:3000
- select one of the patches in the menu and run it by clicking on the run button in the browser
Follow instructions from this page. It boils down to running:
curl https://blokas.io/pisound/install-pisound.sh | sh
(Internet connexion needed).
The subfolders in the copyToRaspberryPi folder are to be copied to the raspberryPi, once the PiSound is installed. For moving files around between your computer and the pi, the easiest is probably through FileZilla.
This is a custom script that will launch a patch called 1.scd when user clicks the PiSound button once, 2.scd when user clicks the button twice etc.
Copy the script to /usr/local/pisound/scripts/pisound-btn/clicks.sh
and be sure to grant executable permissions
sudo chmod +x clicks.sh
Got the script from here
Either see instructions from here or just replace the pisound.conf file at /etc/pisound.conf.
Copy all the files from copy_to_supercolliderFiles to the /home/pi/prynth/server/public/supercolliderfiles/ folder on the pi. The contents of the soundfiles folder should be copied in /home/pi/prynth/server/public/soundfiles/ on the pi.