MIDIEvent.data

The data bytes in this message.

The first bit of both bytes must be 0 and if the message type only needs one byte, the second byte should be 0x00.

struct MIDIEvent
ubyte[2] data;

Meta