Been searching google for a midi library for android.Nothing seems to promising.
Anyone know of some midi libraries for Android?
This is a simple but great sample application that successfully streams MIDI on Android https://github.com/billthefarmer/mididriver
You will have to put your MIDI messages together manually though ( the example creates two MIDI messages for play note and stop note). One can refer to the MIDI specification to further control the MIDI channels. The problem is that the default sound fonts on Android sound so bad.
There's a bare bones Java MIDI library here on Google Code, source and all:
http://code.google.com/p/android-midi-lib/
It won't do any sound playback, but you can read, modify, and write MIDI files with fairly high-level method calls.
According to the list of supported media types in the Android docs, MIDI playback support is built in. To play MIDI, you can use a JetPlayer. More details are in the JETCreator User Manual.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With