EventMidiAnalog

EventMidiAnalog

Creates MIDI analog events.

Constructor

new EventMidiAnalog($type, $code, $value)

Description:
  • Creates a new MIDI analog event.
Source:
Example
const event = new EventMidiAnalog(type, code, value);
Parameters:
Name Type Description
$type EVENT_TYPES.MIDI.MIDI_INPUT_ANALOG The event type.
$code string The event code.
$value number The analog value.

Members

code :string

Description:
  • Gets the event code.
Source:
Gets the event code.
Type:
  • string

value :number

Description:
  • Gets the analog value.
Source:
Gets the analog value.
Type:
  • number