MIDIMessageEvent
open class MIDIMessageEvent(val type: EventType<MIDIMessageEvent>, init: MIDIMessageEventInit = definedExternally) : Event(source)
The MIDIMessageEvent
interface of the Web MIDI API represents the event passed to the MIDIInput.midimessage_event event of the MIDIInput interface. Available only in secure contexts.