FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getSysExArray()

template<class Transport, class Settings, class Platform>
const byte * MidiInterface< Transport, Settings, Platform >::getSysExArray ( ) const
inline

Get the System Exclusive byte array.

See also
getSysExArrayLength to get the array's length in bytes.

Definition at line 1169 of file MIDI.hpp.

1170{
1171 return mMessage.sysexArray;
1172}
MidiMessage mMessage
Definition MIDI.h:283

References mMessage.

Referenced by thruFilter().

+ Here is the caller graph for this function: