MethodChannelFlutterMidiPro class

An implementation of FlutterMidiProPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
override
loadSoundfont(String path, int bank, int program) Future<int>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playNote(int channel, int key, int velocity, int sfId) Future<void>
override
selectInstrument(int sfId, int channel, int bank, int program) Future<void>
override
stopNote(int channel, int key, int sfId) Future<void>
override
toString() String
A string representation of this object.
inherited
unloadSoundfont(int sfId) Future<void>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited