MIDI is supported natively in the MediaPlayer class, as far as a quick googling was able to answer:
http://developer.android.com/guide/appendix/media-formats.html On Thu, Mar 24, 2016 at 7:36 AM, Roger Dannenberg <[email protected]> wrote: > As far as I know, you cannot use PortMidi on Android. I don't really know > anything about Android though. If Android is Linux and you can install/run > ALSA, which is the host API used by PortMidi, then PortMidi might work (or > course you'd also have to have something running and listening to ALSA to > do MIDI synthesis, or you'd have to have an actual MIDI or MIDI-over-USB > interface to send MIDI out to an external synthesizer. My guess is Android > is not open to these things and does not support ALSA, but I'd be happy to > hear a definitive answer. -Roger > > On 3/24/16 9:18 AM, Ayush Shah wrote: > > Hi , > I want to create a mobile application to run a midi file on Android. > Is it possible to use PortMidi libraries to play the notes? > I have seen that Android has not been a supporting platform but since > Android is Linux ,I would like to know if its possible > > > _______________________________________________ > media_api mailing > [email protected]http://lists.create.ucsb.edu/mailman/listinfo/media_api > > > _______________________________________________ > media_api mailing list > [email protected] > http://lists.create.ucsb.edu/mailman/listinfo/media_api > >
_______________________________________________ media_api mailing list [email protected] http://lists.create.ucsb.edu/mailman/listinfo/media_api
