alphaTab.midi.NoteBendEvent
Represents a single note pitch bend change.
class NoteBendEvent extends MidiEventProperties​
channel​
The channel on which the note is played for which the pitch changes.
- JavaScript
- C#
- Kotlin
channel: number;double Channel { get; set; }var channel: Doublecommand​
(no description) (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
data1​
The first data byte. Meaning depends on midi event type. (Deprecated since 1.3.0, use the specific properties of the midi event depending on type) (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
readonly data1: number;double Data1 { get; }val data1: Doubledata2​
The second data byte Meaning depends on midi event type. (Deprecated since 1.3.0, use the specific properties of the midi event depending on type) (Inherited from MidiEvent )
- 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: DoublenoteKey​
The key of the note for which the pitch changes.
- JavaScript
- C#
- Kotlin
noteKey: number;double NoteKey { get; set; }var noteKey: 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) |