Added version defines, might be useful later on.

This commit is contained in:
Francois Best 2016-10-30 09:55:30 +01:00
parent 437d5ebce0
commit aa35573ca6
1 changed files with 5 additions and 0 deletions

View File

@ -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