#include <MIDI.h>
Data Fields | |
unsigned char | Command: 4 |
unsigned char | CableNumber: 4 |
uint8_t | Data1 |
uint8_t | Data2 |
uint8_t | Data3 |
unsigned char MIDI_EventPacket_t::CableNumber |
Virtual cable number of the event being sent or received in the given MIDI interface
unsigned char MIDI_EventPacket_t::Command |
Upper nibble of the MIDI command being sent or received in the event packet
uint8_t MIDI_EventPacket_t::Data1 |
First byte of data in the MIDI event
uint8_t MIDI_EventPacket_t::Data2 |
Second byte of data in the MIDI event
uint8_t MIDI_EventPacket_t::Data3 |
Third byte of data in the MIDI event