MidiCommand class

Constructors

MidiCommand()
factory

Properties

devices Future<List<MidiDevice>>
Gets a list of available MIDI devices and returns it.
read-only
onMidiDataReceived Stream<Uint8List>
Stream firing events whenever a midi package is received. [...]
read-only
onMidiSetupChanged Stream<String>
Stream firing events whenever a change in the MIDI setup occurs. [...]
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

connectToDevice(MidiDevice device) → void
Connects to the device.
disconnectDevice(MidiDevice device) → void
Disconnects from the device.
sendData(Uint8List data) → void
Sends data to the currently connected device. [...]
startScanningForBluetoothDevices() Future<void>
Starts scanning for BLE MIDI devices. [...]
stopScanningForBluetoothDevices() → void
Stop scanning for BLE MIDI devices.
teardown() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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