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