I was wondering if setting the minimum API version to 23 would still be viable.
It looks like the MIDI stuff is available from API level 23.
https://developer.android.com/reference/android/media/midi/MidiReceiver
I've forked the library and lowered it to 23 in my app and it worked just fine on older devices.
What was the reason to go for 24?
Thanks.
I was wondering if setting the minimum API version to 23 would still be viable.
It looks like the MIDI stuff is available from API level 23.
https://developer.android.com/reference/android/media/midi/MidiReceiver
I've forked the library and lowered it to 23 in my app and it worked just fine on older devices.
What was the reason to go for 24?
Thanks.