MidiMessage class
Constructors
- MidiMessage.common(int status, int data1, [int data2 = 0, MidiFileLoopType loopType = MidiFileLoopType.none])
-
factory
- MidiMessage.endOfTrack()
-
factory
- MidiMessage.loopEnd()
-
factory
- MidiMessage.loopStart()
-
factory
- MidiMessage.tempoChange(int tempo)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited