Example MIDI piano code for the Bare Conductive Pi Cap. When you touch the Pi Cap's electrodes, it plays a set of MIDI piano notes.
- Requires WiringPi (
apt-get install wiringpi) - Requires Bare Conductive's MPR121 libary for WiringPi
- Requires FluidSynth (
apt-get install fluidsynth)
- Clone this repository with
git clone https://github.com/BareConductive/picap-midi-cpp
N.B. must be run as root
