This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
Bare Conductive On Board Midi Piano (or other instrument... or drum kit!) | |
------------------------------------------------------------------------- | |
Midi_Piano.ino - basic sketch that defines the Touch Board as a particular | |
instrument when placed in onboard MIDI mode. | |
To do this, connect the two solder bridges with "MIDI" and "MIDI ON" printed | |
next the the solder pads on the Touch Board. You can do this with solder or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
Bare Conductive On Board Midi Piano (or other instrument... or drum kit!) | |
Modified version for Dynamo Wallpiano. | |
- Switch sound library by touching the highest note | |
------------------------------------------------------------------------- | |
Midi_Piano.ino - basic sketch that defines the Touch Board as a particular | |
instrument when placed in onboard MIDI mode. |