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