11-30-2023, 04:32 AM
(11-30-2023, 04:23 AM)Zubersoft Wrote: I doubt there is something you can do on your side. There is a call in Android you can make to check if MIDI is supported:
context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_MIDI)
That is returning false on your device. So we'd have to see how that is implemented in the Android OS code.
Mike
Thanks, Mike!!!
I Appreciate your inputs and support!
I hope you will be able to get this working
