Control_Surface_ & Control_Surface
A predefined instance of the Control Surface to use in the Arduino sketches.
#define BEGIN_CS_NAMESPACE
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
void sendProgramChange(MIDIAddress address)
Send a MIDI Program Change event.
Class that sends MIDI program change messages.
void sendOn(MIDIAddress address)
Sends a MIDI program change message for the given program.
void sendOff(MIDIAddress address)
Doesn't do anything (you cannot "un-select" a program).