Skip to content

Pure Data improv patch for Raspberry Pi

License

Notifications You must be signed in to change notification settings

paulduchesne/piparty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiParty

Pure Data improv patch for Raspberry Pi.

Tested on a Raspberry Pi 4B + PiSound.

TigerVNC

Flash SD card with default Raspberry Pi OS.

TigerVNC can be used to screenshare with the Pi.

sudo apt update && sudo apt upgrade
sudo apt install tigervnc-standalone-server
sudo nano /etc/tigervnc/vncserver-config-mandatory

Change $localhost = "no";

sudo tigervncpasswd
tigervncserver

Note that tigervncserver needs to be run every time after boot to allow screenshare.

Raspberry Pi can be reach from client machine pointed at raspberry-pi-ip:5901.

Pure Data

Install Pure Data with

sudo apt-get update
sudo apt-get -y install git puredata
pd -version

Controls

Buttons work in combination to momentarily or persistently enable each effect.

Numb FX Knob Slider
1 Delay Time Gain

About

Pure Data improv patch for Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.9%
  • Makefile 40.1%