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