kshoji / USB-MIDI-Driver

USB MIDI Driver for Android 3.1 or later
Apache License 2.0
289 stars 104 forks source link

Library not working when targeting Android 34 #81

Closed stephanedupont closed 7 months ago

stephanedupont commented 7 months ago

The library seems to not working if we target Android 34. Work fine (even on Android 34) if targeting Android 33.

I'm trying to diagnose this, but maybe this is a known issue?

kshoji commented 7 months ago

This issue is likely to be resolved with #80. I'll merge it after checking.

kshoji commented 7 months ago

It also seems to need #79.

stephanedupont commented 7 months ago

Thank you, using the develop branch and it works great now :)