alphaTab.midi.NoteOffEvent
Represents a note stop being played.
class NoteOffEvent extends NoteEventProperties​
channel​
The channel on which the note is played. (Inherited from NoteEvent )
- JavaScript
- C#
- Kotlin
channel: number;double Channel { get; set; }var channel: Doublecommand​
(no description) (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
data1​
(no description) (Inherited from NoteEvent )
- JavaScript
- C#
- Kotlin
readonly data1: number;double Data1 { get; }val data1: Doubledata2​
(no description) (Inherited from NoteEvent )
- 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 being played (aka. the note height). (Inherited from NoteEvent )
- JavaScript
- C#
- Kotlin
noteKey: number;double NoteKey { get; set; }var noteKey: DoublenoteVelocity​
The velocity in which the 'key' of the note is pressed (aka. the loudness/intensity of the note). (Inherited from NoteEvent )
- JavaScript
- C#
- Kotlin
noteVelocity: number;double NoteVelocity { get; set; }var noteVelocity: 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
Methods​
writeTo​
(no description)
- JavaScript
- C#
- Kotlin
| Parameter | Summary |
|---|---|
sAll | (no description) |