I'm in the process of creating an app that involves playing music notes, and my presumption was that it should most likely (and simply) be done using MIDI. But I can't find any example of this being executed in Android Studio without some old GitHub libraries.
I know that Android natively supports MIDI and its playback, so perhaps the proper way to do this can be found in this android.com documentation, but I haven't found one actual tutorial demonstrating this so I can't quite put it all together.
As I'm aiming to use Kotlin, it being Google's recommendation, I did look for official Kotlin resources as well but while there is a YouTube video about MIDI from a Kotlin conference just a few weeks ago, it seems to use JDK libraries that aren't available in Android.
I planned on developing this app a long while ago, so any help is appreciated.