Skip to main content

alphaTab.midi.ControlChangeEvent

Description

Represents the change of a value on a midi controller.

 class ControlChangeEvent extends MidiEvent

Properties

channel

The channel for which the controller is changing.

command

(Inherited from MidiEvent)

controller

The type of the controller which is changing.

data1
data2
message

The 32-bit encoded raw midi message. Deprecated since 1.3.0. Use the properties of the subclasses instead. (Inherited from MidiEvent)

tick

Gets or sets the absolute tick of this midi event. (Inherited from MidiEvent)

track

Gets or sets the track to which the midi event belongs. (Inherited from MidiEvent)

type

Gets or sets the midi command (type) of this event. (Inherited from MidiEvent)

value

The new value of the controller. The meaning is depending on the controller type.

Methods

writeTo(IWriteable)