MidiFile class
Constructors
- MidiFile.fromBinaryReader(BinaryReader reader, {int? loopPoint, MidiFileLoopType? loopType})
- MidiFile.fromByteData(ByteData bytes, {int? loopPoint, MidiFileLoopType? loopType})
-
Loads a MIDI file from the byte data
factory
- MidiFile.fromFile(String path, {int? loopPoint, MidiFileLoopType? loopType})
-
Loads a MIDI file from the file path.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getTimeSpanFromSeconds(
double value) → Duration