The MIDIAccess interface of the Web MIDI API provides methods listing MIDI input and output devices, and obtaining access to devices.
The MIDIAccess interface of the Web MIDI API provides methods listing MIDI input and output devices, and obtaining access to devices.
(inputs this)
Property.
Returns an instance of MIDIInputMap which provides access to available MIDI input ports.
Property. Returns an instance of MIDIInputMap which provides access to available MIDI input ports.
(onstatechange this)
Property.
Called whenever a new MIDI port is added or an existing port state.
Property. Called whenever a new MIDI port is added or an existing port state.
(outputs this)
Property.
Returns an instance of MIDIOutputMap which provides access to available MIDI output ports.
Property. Returns an instance of MIDIOutputMap which provides access to available MIDI output ports.
(set-inputs! this val)
Property.
Returns an instance of MIDIInputMap which provides access to available MIDI input ports.
Property. Returns an instance of MIDIInputMap which provides access to available MIDI input ports.
(set-onstatechange! this val)
Property.
Called whenever a new MIDI port is added or an existing port state.
Property. Called whenever a new MIDI port is added or an existing port state.
(set-outputs! this val)
Property.
Returns an instance of MIDIOutputMap which provides access to available MIDI output ports.
Property. Returns an instance of MIDIOutputMap which provides access to available MIDI output ports.
(set-sysex-enabled! this val)
Property.
A boolean attribute indicating whether system exclusive support enabled on the current MIDIAccess instance.
Property. A boolean attribute indicating whether system exclusive support enabled on the current MIDIAccess instance.
(sysex-enabled this)
Property.
A boolean attribute indicating whether system exclusive support enabled on the current MIDIAccess instance.
Property. A boolean attribute indicating whether system exclusive support enabled on the current MIDIAccess instance.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close