alphaTab.midi.PitchBendEvent
Represents a change of the pitch bend (aka. pitch wheel) on a specific channel.
class PitchBendEvent extends MidiEventProperties​
channel​
The channel for which the pitch bend changes.
- JavaScript
- C#
- Kotlin
channel: number;double Channel { get; set; }var channel: Doublecommand​
(no description) (Inherited from MidiEvent )
- 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 value to which the pitch changes. This value is according to the MIDI specification.
- JavaScript
- C#
- Kotlin
value: number;double Value { get; set; }var value: DoubleMethods​
writeTo​
(no description)
- JavaScript
- C#
- Kotlin
| Parameter | Summary |
|---|---|
sAll | (no description) |