See MIDIAccess on MDN
type midiAccess = { inputs: midiInputMap, outputs: midiOutputMap, sysexEnabled: bool,}
Read more on MDN
See MIDIInputMap on MDN
type midiInputMap = {}
type midiOptions = { mutable sysex?: bool, mutable software?: bool,}
See MIDIOutputMap on MDN
type midiOutputMap = {}