alphaTab.midi.ControlChangeEvent
Represents the change of a value on a midi controller.
class ControlChangeEvent extends MidiEventProperties​
channel​
The channel for which the controller is changing.
- JavaScript
- C#
- Kotlin
channel: number;double Channel { get; set; }var channel: Doublecommand​
(no description) (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
controller​
The type of the controller which is changing.
- JavaScript
- C#
- Kotlin
data1​
(no description)
- JavaScript
- C#
- Kotlin
readonly data1: number;double Data1 { get; }val data1: Doubledata2​
(no description)
- JavaScript
- C#
- Kotlin
readonly data2: number;double Data2 { get; }val data2: Doublemessage​
The 32-bit encoded raw midi message. Deprecated since 1.3.0. Use the properties of the subclasses instead. (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
readonly message: number;double Message { get; }val message: Doubletick​
Gets or sets the absolute tick of this midi event. (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
tick: number;double Tick { get; set; }var tick: Doubletrack​
Gets or sets the track to which the midi event belongs. (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
track: number;double Track { get; set; }var track: Doubletype​
Gets or sets the midi command (type) of this event. (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
value​
The new value of the controller. The meaning is depending on the controller type.
- JavaScript
- C#
- Kotlin
value: number;double Value { get; set; }var value: DoubleMethods​
writeTo​
(no description)
- JavaScript
- C#
- Kotlin
| Parameter | Summary |
|---|---|
sAll | (no description) |