alphaTab.midi.MidiEvent
Description
Represents a midi event.
abstract class MidiEvent
Properties
command | |
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) |
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) |
message | The 32-bit encoded raw midi message. Deprecated since 1.3.0. Use the properties of the subclasses instead. |
tick | Gets or sets the absolute tick of this midi event. |
track | Gets or sets the track to which the midi event belongs. |
type | Gets or sets the midi command (type) of this event. |
Methods
writeTo(IWriteable) | Writes the midi event as binary into the given stream. |