Greetings everyone! It is nice to find this group and finally having an Android MIDI API! Thanks!
I've contributed to a few MIDI projects (mostly for Linux) and recently published a port of my virtual piano for Android (
play.google.com/store/apps/details?id=net.sourceforge.vmpk.free) that I plan to extend using the new MIDI API. This Android app uses as a realtime synth the Sonivox library which is part of the AOSP code base. I've embedded the lib into my app because it is not part of the public Android API. Now, it would be possible to build a globally shared service around this Sonivox synth using the new API, which I would like to develop for my own projects, unless of course this service would be offered by Android itself in the near future. This possibility seems so obvious to me that I need to ask if it is already being developed or planned, or there is some major roadblock that I've failed to notice.