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

channel int
final
command int
final
data1 int
final
data2 int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tempo double
no setter
type MidiMessageType
no setter

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