alphaTab.midi.MidiFile
Description
Represents a midi file with a single track that can be played via AlphaSynth
class MidiFile
Properties
division | Gets or sets the division per quarter notes. |
events | Gets a list of midi events sorted by time. |
format | Gets or sets the midi file format to use. |
tracks | Gets a list of midi tracks. |
Methods
addEvent(MidiEvent) | Adds the given midi event a the correct time position into the file. |
toBinary() | Writes the midi file into a binary format. |
writeTo(IWriteable) | Writes the midi file as binary into the given stream. |
writeVariableInt(IWriteable, number) |