FastLED 3.9.15
|
unsigned decodeSysEx | ( | const byte * | inSysEx, |
byte * | outData, | ||
unsigned | inLength, | ||
bool | inFlipHeaderBits ) |
Decode System Exclusive messages. SysEx messages are encoded to guarantee transmission of data bytes higher than 127 without breaking the MIDI protocol. Use this static method to reassemble your received message.
inSysEx | The SysEx data received from MIDI in. |
outData | The output buffer where to store the decrypted message. |
inLength | The length of the input buffer. |
inFlipHeaderBits | True for Korg and other who store MSB in reverse order |
Definition at line 87 of file MIDI.cpp.