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