The MIDIAccess
interface of the Web MIDI API provides methods for listing MIDI input and output devices, and obtaining access to those devices.
Documentation MIDIAccess by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
read onlyinputs:MIDIInputMap
Returns an instance of MIDIInputMap
which provides access to any available MIDI input ports.
read onlyoutputs:MIDIOutputMap
Returns an instance of MIDIOutputMap
which provides access to any available MIDI output ports.
read onlysysexEnabled:Bool
A boolean attribute indicating whether system exclusive support is enabled on the current MIDIAccess instance.