MIDIOptions
Defined in: src/MIDIOptions.ts:2
Options accepted by requestMIDIAccess. Mirrors the Web MIDI API.
Properties
Section titled “Properties”software?
Section titled “software?”
readonlyoptionalsoftware?:boolean
Defined in: src/MIDIOptions.ts:6
Request inclusion of software (virtual) MIDI ports.
sysex?
Section titled “sysex?”
readonlyoptionalsysex?:boolean
Defined in: src/MIDIOptions.ts:4
Request permission to send and receive System Exclusive messages.