MD_MIDIFile Standard MIDI File Processing  2.2
Library to play Standard MIDI Files (SMF)
midi_event Struct Reference

#include <MD_MIDIFile.h>

Public Attributes

uint8_t track
 the track this was on
 
uint8_t channel
 the midi channel
 
uint8_t size
 the number of data bytes
 
uint8_t data [4]
 the data. Only 'size' bytes are valid
 

Detailed Description

MIDI event definition structure

Structure defining a MIDI event and its related data. A pointer to this structure type is passed the the related callback function.


The documentation for this struct was generated from the following file: