FlutterMidiProPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterMidiProPlatform
Implementers

Constructors

FlutterMidiProPlatform()

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>
loadSoundfont(String path, int bank, int program) Future<int>
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>
selectInstrument(int sfId, int channel, int bank, int program) Future<void>
stopNote(int channel, int key, int sfId) Future<void>
toString() String
A string representation of this object.
inherited
unloadSoundfont(int sfId) Future<void>

Operators

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

Static Properties

instance FlutterMidiProPlatform
getter/setter pair