alphaTab.midi.AlphaTabRestEvent
Represents a REST beat being 'played'. This event supports alphaTab in placing the cursor.
class AlphaTabRestEvent extends AlphaTabSysExEventProperties​
AlphaTabManufacturerId​
(no description) (Inherited from AlphaTabSysExEvent )
- JavaScript
- C#
- Kotlin
static readonly AlphaTabManufacturerId: unknown;static Unknown AlphaTabManufacturerId { get; }companion object { val AlphaTabManufacturerId: unknown }channel​
(no description)
- 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: DoubleMetronomeEventId​
(no description) (Inherited from AlphaTabSysExEvent )
- JavaScript
- C#
- Kotlin
static readonly MetronomeEventId: unknown;static Unknown MetronomeEventId { get; }companion object { val MetronomeEventId: unknown }RestEventId​
(no description) (Inherited from AlphaTabSysExEvent )
- JavaScript
- C#
- Kotlin
static readonly RestEventId: unknown;static Unknown RestEventId { get; }companion object { val RestEventId: unknown }tick​
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) (Inherited from AlphaTabSysExEvent )
- JavaScript
- C#
- Kotlin
| Parameter | Summary |
|---|---|
sAll | (no description) |