InvisibleWrench / FlutterMidiCommand

A Flutter plugin to send and receive MIDI
BSD 3-Clause "New" or "Revised" License
95 stars 50 forks source link

Network Session 1 missing #24

Closed systemcode closed 4 years ago

systemcode commented 4 years ago

When calling MidiCommand.devices, I have always had "Network Session 1" in the list of devices but now "Network Session 1" is not found when running on ioS Simulator and Android Simulator as well as real iOS devices. This causes problems now because I cannot debug application which used that interface to connect to MIDI devices connected to the mac.

Actual USB MIDI devices still appear as wellas Bluetooth devices.

Using v0.2.4

mortenboye commented 4 years ago

You are correct. This is a mistake on my part. I will push a fix shortly

systemcode commented 4 years ago

Confirming that this now works. Thanks.

MikeFP commented 3 years ago

Is there a way to tell if a device is the Network Session one besides its name?

mortenboye commented 3 years ago

@MikeFP try the latest dev version. It should work there.

flutter_midi_command: ^0.4.0-dev.2

MikeFP commented 3 years ago

Works perfectly, thanks!