문제

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.

올바른 솔루션이 없습니다

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top