Added testing facility.
This commit is contained in:
parent
b5c2d8c12c
commit
c86d6f2e26
|
|
@ -43,6 +43,13 @@ struct Message
|
||||||
*/
|
*/
|
||||||
static const unsigned sSysExMaxSize = SysExMaxSize;
|
static const unsigned sSysExMaxSize = SysExMaxSize;
|
||||||
|
|
||||||
|
/*! Static method accessor for SysEx max size, used for unit tests.
|
||||||
|
*/
|
||||||
|
static inline unsigned getSysExMaxSize()
|
||||||
|
{
|
||||||
|
return SysExMaxSize;
|
||||||
|
}
|
||||||
|
|
||||||
/*! The MIDI channel on which the message was recieved.
|
/*! The MIDI channel on which the message was recieved.
|
||||||
\n Value goes from 1 to 16.
|
\n Value goes from 1 to 16.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue