Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 601 Bytes

KundaliniPianoMirrorLinux

ANSI C style code for the Kundalini Piano Mirror, based on PortMidi.

This software is designed to create a mirror-image keyboard, and to do other real-time MIDI remapping.s

Raspberri PI Note

This code must be linked against Portmidi, which I accomplished like this with my Raspberri PI based system:

gcc pianomirror.c  /usr/lib/arm-linux-gnueabihf/libportmidi.so -o pianomirror

About

s

Author

Benjamin Pritchard