| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
bool addSysExByte(uint8_t data)
 
void start()
Start a new SysEx message.
 
#define BEGIN_CS_NAMESPACE
 
void end()
Finish the current SysEx message.
 
size_t getLength() const
Get the length of the SysEx message in the buffer.
 
SysExMessage getSysExMessage() const override
Get the latest SysEx message.
 
MIDIReadEvent parse(uint8_t midibyte)
 
MIDIReadEvent
Result of the MIDI interface read methods.
 
bool add(uint8_t data)
Add a byte to the current SysEx message.
 
const uint8_t * getBuffer() const
Get a pointer to the buffer.