Skip to content

MIDIOptions

Defined in: src/MIDIOptions.ts:2

Options accepted by requestMIDIAccess. Mirrors the Web MIDI API.

readonly optional software?: boolean

Defined in: src/MIDIOptions.ts:6

Request inclusion of software (virtual) MIDI ports.


readonly optional sysex?: boolean

Defined in: src/MIDIOptions.ts:4

Request permission to send and receive System Exclusive messages.