Dynamic Midi generation and playback on Android: Possible?

Posted by Peterdk on Stack Overflow See other posts from Stack Overflow or by Peterdk
Published on 2010-04-12T20:59:06Z Indexed on 2010/04/12 21:02 UTC
Read the original article Hit count: 370

Filed under:
|

Strangely I find no support for Midi in Android. The only thing that comes close is the Jetplayer, but this only takes a existing .jet file.

I want to dynamically generate a midi file with some intervals and play it. I even thought about just manually creating a .jet file with a tone and then transposing it with the jet player, but it limits the transposing to -12, +12. Which is not so good for me.

There also is a ToneGenerator on Android, but it's limited to predefined tones with no way to transpose.

Does someone know how to achieve midi generation and playback on Android?

© Stack Overflow or respective owner

Related posts about android

Related posts about midi