![]() |
MD_MIDIFile Standard MIDI File Processing
2.2
Library to play Standard MIDI Files (SMF)
|
#include <MD_MIDIFile.h>
Public Attributes | |
uint8_t | track |
the track this was on | |
uint8_t | size |
the number of data bytes | |
uint8_t | type |
meta event type | |
union { | |
uint8_t data [50] | |
byte data. Only 'size' bytes are valid | |
char chars [50] | |
string data. Only 'size' bytes are valid | |
}; | |
META event definition structure
Structure defining a META event and its related data. A pointer to this structure type is passed the the related callback function.