flutter_midi_command_windows 1.0.2
flutter_midi_command_windows: ^1.0.2 copied to clipboard
The Windows implementation of flutter_midi_command, using the WinMM MIDI API to send and receive MIDI messages.
flutter_midi_command_windows #
Windows implementation of FlutterMidiCommand.
Current behavior #
- Enumerates WinMM MIDI input/output endpoints and exposes them as
MidiDevices. - Emits
onMidiSetupChangedevents when Windows MIDI topology changes, including USB hot-plug attach/remove updates. - Pairs balanced multi-port WinMM endpoints into full-duplex devices when matching input/output groups can be inferred from endpoint names.
Limitations #
- Uses the WinMM MIDI API rather than the newer Windows MIDI Services stack.
- Virtual device creation and RTP/network session APIs are not implemented on Windows.