InvisibleWrench / FlutterMidiCommand

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

Android virtual midi device #34

Closed coaqii closed 3 years ago

coaqii commented 3 years ago

Hi! I was wondering if it is possible to advertise as an android virtual midi device using the library.

This way you could possibly make a companion app to something like MobileSheets. Right now I am working on an app that connects to a serial bluetooth device and sends serial commands to an arduino. I was wondering if I could implement a midi device so my app can convert incoming Midi, and send it to an arduino. When looking at the android SDK documentation is seems possible, but I am just a beginner in app development so I have no idea where to begin.

mortenboye commented 3 years ago

I don’t think I fully understand your use case, but creating virtual MIDI device is not in scope for this plugin. You should however be able to create a new plugin that creates the virtual MIDI device, and use that device with this plugin. If that suites your needs.