LUFA Library
120219
|
MIDI Class Driver Event Packet. More...
#include <MIDIClassCommon.h>
Data Fields | |
unsigned | Command: 4 |
unsigned | CableNumber: 4 |
uint8_t | Data1 |
uint8_t | Data2 |
uint8_t | Data3 |
Type define for a USB MIDI event packet, used to encapsulate sent and received MIDI messages from a USB MIDI interface.
unsigned MIDI_EventPacket_t::CableNumber |
Virtual cable number of the event being sent or received in the given MIDI interface.
unsigned 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.