patchr-app / flutter_midi

A Flutter Midi plugin inspired by Web Midi
MIT License
5 stars 2 forks source link

Android virtual midi device #7

Open coaqii opened 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.

MichaelMarner commented 3 years ago

Hi @coaqii

Right now my main use case is to use this library to connect to existing Midi hardware, and so I have not built functionality to create virtual midi devices.

Right now I don't have the time to extend the library to support this functionality but would be happy to review pull requests