flutter_midi_command_linux 1.0.2
flutter_midi_command_linux: ^1.0.2 copied to clipboard
The Linux implementation of flutter_midi_command, using ALSA sequencer to send and receive MIDI messages.
flutter_midi_command_linux #
This is the Linux specific implementation of FlutterMidiCommand
This package is implemented in Dart and registers through dartPluginClass.
It talks to ALSA MIDI devices through the midi package and does not ship a
native C++ Flutter Linux plugin.
Limitations #
Virtual MIDI source creation is currently not implemented on Linux.