MIDIAccess

js.html.EventTargetjs.html.midi.MIDIAccess (extern class)

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:

Instance Members

Returns an instance of MIDIInputMap which provides access to any available MIDI input ports.


Returns an instance of MIDIOutputMap which provides access to any available MIDI output ports.


onstatechange: haxe.Function

Called whenever a new MIDI port is added or an existing port changes state.


sysexEnabled: Bool

A boolean attribute indicating whether system exclusive support is enabled on the current MIDIAccess instance.