flutter_midi_command_linux 1.0.2 copy "flutter_midi_command_linux: ^1.0.2" to clipboard
flutter_midi_command_linux: ^1.0.2 copied to clipboard

PlatformLinux

The Linux implementation of flutter_midi_command, using ALSA sequencer to send and receive MIDI messages.

flutter_midi_command_linux #

pub package

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.