current tempo in BPM.
MIDIValConfigurationError when computeClockTempo is not on.
Registers callback on every control change message
Callback that will get called on control change.
Unregister callback.
Registers new callback on all notes off.
Callback that gets called on every note off.
Unregister callback
Registers new callback on every note on event.
Callback that will get called on each note on event.
Callback to unregister.
Registers callback on all notes off
Callback to be called
Unregister callback
Registers callback on all poly key pressure events
Callback to be called
Unregister function
Registers callback to be called on every program change event
Callback to be called
Unregister function.
Registers callback on all sounds off event
Callback to be called
Unregister callback
Registers callback on specific control change key.
Callback to be called
Unregister function
Registers callback on local control change event
Callback to be called: first argument to the callback is a boolean representing if the local control was set on or off
Unregister event
Registers new callback on specific note off.
key number
Callback that gets called on every note off on this specific key
Unregister callback
Registers new callback on specific note on event.
the key number
Callback that gets called on every note on on this specific key
Callback to unregister.
Registers new callback on pitch bend message
Callback that gets called on every pitch bend message. It gets value of the bend in the range of -1.0 to 1.0 using 16-bit precision (if supported by sending device).
Unregister callback.
Registers callback on specific poly key pressure event
Key for poly key pressure
Callback to be called
Unregister function
Registers callback to be called on specific program change
Callback to be called
Unregister function
Registers callback on reset all controllers event
Callback to be called
Unregister callback
Registers callback on sysex message
Callback to be called
Unregister callback
UnregisterCallback if callback provided. Promise resolving to the event value otherwise.
UnregisterCallback if callback provided. Promise resolving to the event value otherwise.
Static
fromReturns new MIDIValInput object based on the interface id.
id of the interface from the MIDIAcces object.
Optional
options: MIDIValInputOptionsPromise resolving to MIDIValInput.
MIDIValError when interface id is not found.
Static
fromFinds first interface matching the name
interface Name
Optional
options: MIDIValInputOptionsinput configuration options
MIDIValInput object
MIDIValError when no interface with that name is found
Generated using TypeDoc
Current MIDI Clock tempo