Skip to main content

alphaTab.midi.SystemExclusiveEvent

(no description)

 class SystemExclusiveEvent extends SystemCommonEvent

Properties​

AlphaTabManufacturerId​

(no description)

static readonly AlphaTabManufacturerId: unknown;

command​

(no description) (Inherited from MidiEvent )

readonly command: MidiEventType;

data​

(no description)

data: Uint8Array;

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 )

readonly data1: number;

data2​

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 )

readonly data2: number;

isMetronome​

(no description)

readonly isMetronome: boolean;

isRest​

(no description)

readonly isRest: boolean;

manufacturerId​

(no description)

readonly manufacturerId: number;

message​

The 32-bit encoded raw midi message. Deprecated since 1.3.0. Use the properties of the subclasses instead. (Inherited from MidiEvent )

readonly message: number;

metronomeDurationInMilliseconds​

(no description)

readonly metronomeDurationInMilliseconds: number;

metronomeDurationInTicks​

(no description)

readonly metronomeDurationInTicks: number;

metronomeNumerator​

(no description)

readonly metronomeNumerator: number;

tick​

Gets or sets the absolute tick of this midi event. (Inherited from MidiEvent )

tick: number;

track​

Gets or sets the track to which the midi event belongs. (Inherited from MidiEvent )

track: number;

type​

Gets or sets the midi command (type) of this event. (Inherited from MidiEvent )

Methods​

writeTo​

(no description) (Inherited from DeprecatedMidiEvent )

writeTo(_s: IWriteable): void
ParameterSummary
_sAll

(no description)