Cristian Ceron
Cristian Ceron

Reputation: 739

Do android support midi programming?

I've been trying to make a simple virtual piano for android, and tried a several bunch of diferent tools, by example the jfugue port and the openfl midi library.

But I haven't been able to make a simple basic hello world playing a midi file.

It seems there's no MIDI api.

Even something as playing this html5 virtual piano doesn't work http://mudcu.be/piano/ The page doesn't load the midi both in my phone (android 10) and my tablet (android 15) neither I can play the keys.

I just want to know if programming audio midi mobile software is possible and if there are alternatives.

Upvotes: 1

Views: 313

Answers (1)

ianhanniballake
ianhanniballake

Reputation: 200130

The android.media.midi package has only been added in API 23 or Android 6.0 as per the API Overview page. Android 6.0 is currently in Developer Preview in preparation of its final release in Q3 2015.

Upvotes: 1

Related Questions