Liking cljdoc? Tell your friends :D

web.midi.MIDIAccess

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.
raw docstring

inputscljs

(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.
sourceraw docstring

onstatechangecljs

(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.
sourceraw docstring

outputscljs

(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.
sourceraw docstring

set-inputs!cljs

(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.
sourceraw docstring

set-onstatechange!cljs

(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.
sourceraw docstring

set-outputs!cljs

(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.
sourceraw docstring

set-sysex-enabled!cljs

(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.
sourceraw docstring

sysex-enabledcljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close