Skip to main content

alphaTab.midi.MidiTrack

(no description)

 class MidiTrack

Properties​

events​

Gets a list of midi events sorted by time.

readonly events: MidiEvent[];

Methods​

addEvent​

Adds the given midi event a the correct time position into the file.

addEvent(e: MidiEvent): void
ParameterSummary
eAll

(no description)

writeTo​

Writes the midi track as binary into the given stream.

writeTo(s: IWriteable): void
ParameterSummary
sAll

(no description)

Returns​

The stream to write to.