| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
A type-safe class for MIDI channels.
 
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
A type-safe class for MIDI USB Cable numbers.
 
#define BEGIN_CS_NAMESPACE
 
Struct for easily matching MIDI messages.
 
static bool matchSingle(const MIDIAddress &toMatch, const MIDIAddress &base)
Check if two addresses match (are equal).
 
#define DEBUGFN(x)
Print an expression and its function (function name and line number) to the debug output if debugging...