Domanda

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.

Nessuna soluzione corretta

Altri suggerimenti

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

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top