Added version defines, might be useful later on.
This commit is contained in:
parent
437d5ebce0
commit
aa35573ca6
|
|
@ -39,6 +39,11 @@ typedef uint8_t byte;
|
||||||
|
|
||||||
BEGIN_MIDI_NAMESPACE
|
BEGIN_MIDI_NAMESPACE
|
||||||
|
|
||||||
|
#define MIDI_LIBRARY_VERSION 0x040300
|
||||||
|
#define MIDI_LIBRARY_VERSION_MAJOR 4
|
||||||
|
#define MIDI_LIBRARY_VERSION_MINOR 3
|
||||||
|
#define MIDI_LIBRARY_VERSION_PATCH 0
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
#define MIDI_CHANNEL_OMNI 0
|
#define MIDI_CHANNEL_OMNI 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue