android / midi-samples

Samples showing best practices for MIDI on Android.
Apache License 2.0
43 stars 10 forks source link

Why in god snese you set min sdk to 33 ? I cannot even test if this work across real devices by usb cable.. #2

Closed renetik closed 1 year ago

renetik commented 1 year ago

I tried to lower to min sdk 30 but looks like you really use some code thad is not avaiable.. This is like super unrealistic that this is production usable anywhere in the near future.

robertwu1 commented 1 year ago

MIDI 2.0 is only supported on Android 13 and above. Android 13 has been released for 11 months already.

robertwu1 commented 1 year ago

See https://github.com/philburk/android-midisuite for some other samples