alphaTab.midi.SystemExclusiveEvent
(no description)
class SystemExclusiveEvent extends SystemCommonEventProperties​
AlphaTabManufacturerId​
(no description)
- JavaScript
- C#
- Kotlin
static readonly AlphaTabManufacturerId: unknown;static Unknown AlphaTabManufacturerId { get; }companion object { val AlphaTabManufacturerId: unknown }command​
(no description) (Inherited from MidiEvent )
- JavaScript
- C#
- Kotlin
data​
(no description)
- JavaScript
- C#
- Kotlin
data: Uint8Array;Uint8Array Data { get; set; }var data: Uint8Arraydata1​
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: DoubleisMetronome​
(no description)
- JavaScript
- C#
- Kotlin
readonly isMetronome: boolean;bool IsMetronome { get; }val isMetronome: BooleanisRest​
(no description)
- JavaScript
- C#
- Kotlin
readonly isRest: boolean;bool IsRest { get; }val isRest: BooleanmanufacturerId​
(no description)
- JavaScript
- C#
- Kotlin
readonly manufacturerId: number;double ManufacturerId { get; }val manufacturerId: 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: DoublemetronomeDurationInMilliseconds​
(no description)
- JavaScript
- C#
- Kotlin
readonly metronomeDurationInMilliseconds: number;double MetronomeDurationInMilliseconds { get; }val metronomeDurationInMilliseconds: DoublemetronomeDurationInTicks​
(no description)
- JavaScript
- C#
- Kotlin
readonly metronomeDurationInTicks: number;double MetronomeDurationInTicks { get; }val metronomeDurationInTicks: DoublemetronomeNumerator​
(no description)
- JavaScript
- C#
- Kotlin
readonly metronomeNumerator: number;double MetronomeNumerator { get; }val metronomeNumerator: 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) (Inherited from DeprecatedMidiEvent )
- JavaScript
- C#
- Kotlin
| Parameter | Summary |
|---|---|
_sAll | (no description) |