| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
   21         if (midiByte >= 0xF8) {
 
   23             return static_cast<MIDI_read_t>(midiByte);
 
   42 #endif // IGNORE_SYSEX 
   70 #endif // IGNORE_SYSEX 
  
bool addSysExByte(uint8_t data)
 
MIDI_read_t parse(uint8_t midibyte)
 
#define NAMEDVALUE(x)
Macro for printing an expression as a string, followed by its value.
 
static bool isStatus(uint8_t data)
Check if the given byte is a MIDI header byte.
 
bool isReceiving() const
Check if the buffer is receiving a SysEx message.
 
#define BEGIN_CS_NAMESPACE
 
const uint8_t TuneRequest
 
Print & hex(Print &printer)
 
#define DEBUGFN(x)
Print an expression and its function (function name and line number) to the debug output if debugging...
 
Print & dec(Print &printer)