Class similar to javax.microedition.media.control.MIDIControl in Android API?

338 views Asked by At

Does the Android API have a class similar to javax.microedition.media.control.MIDIControl? I want to generate midi sounds as drums, notes and chords.

2

There are 2 answers

0
Nik Reiman On

While not directly what you are looking for, you can probably put together a solution with libpd on Android.

0
LeffelMania On

android-midi-lib

Straight-up Java MIDI implementation usable with Android. You'll have to handle actually playing the samples though, the library will just trigger the events.