Skip to content

supercollider patches for plantoids installation, Burning Man 2018.

Notifications You must be signed in to change notification settings

jbloit/plantoids_music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plantoids_music

Supercollider patches for plantoids installation, running on a raspberryPi with a PiSound audio interface.

Installation

Install the Prynth image

  • 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

Install PiSound driver

Follow instructions from this page. It boils down to running:

curl https://blokas.io/pisound/install-pisound.sh | sh

(Internet connexion needed).

Plantoid patches installation

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.

clicks.sh

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

Map the button actions to the clicks.sh script

Either see instructions from here or just replace the pisound.conf file at /etc/pisound.conf.

Copy the actual Supercollider patches

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.

About

supercollider patches for plantoids installation, Burning Man 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published