JS API Reference MIDIData type

MIDIData type

The data of a MIDIEvent consisting out of 3 MIDIBytes

Signature

export declare type MIDIData = [MIDIByte] | [MIDIByte, MIDIByte] | [MIDIByte, MIDIByte, MIDIByte];