39 template<
unsigned SysExMaxSize>
94 const unsigned size = unsigned(data2) << 8 |
data1;
95 return size > sSysExMaxSize ? sSysExMaxSize : size;
#define END_MIDI_NAMESPACE
MIDI Library for the Arduino - Definitions.
#define BEGIN_MIDI_NAMESPACE
DataByte sysexArray[sSysExMaxSize]
MIDI Library for the Arduino - Namespace declaration.
unsigned getSysExSize() const
static const unsigned sSysExMaxSize