FastLED 3.9.15
|
|
inline |
Generate and send a System Exclusive frame.
inLength | The size of the array to send |
inArray | The byte array containing the data to send |
inArrayContainsBoundaries | When set to 'true', 0xf0 & 0xf7 bytes (start & stop SysEx) will NOT be sent (and therefore must be included in the array). default value for ArrayContainsBoundaries is set to 'false' for compatibility with previous versions of the library. |
Definition at line 357 of file MIDI.hpp.
References InvalidType, mRunningStatus_TX, mTransport, SystemExclusiveEnd, SystemExclusiveStart, and UpdateLastSentTime().
Referenced by thruFilter().