Android API 中类似于 javax.microedition.media.control.MIDIControl 的类?
Android API 是否有类似于 javax.microedition.media.control.MIDIControl 的类?我想生成鼓、音符和和弦等 MIDI 声音。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
虽然不是您正在寻找的直接内容,但您可能可以使用 Android 上的 libpd 组合一个解决方案。
While not directly what you are looking for, you can probably put together a solution with libpd on Android.
android-midi-lib
可用于 Android 的直接 Java MIDI 实现。不过,您必须处理实际播放样本的问题,库只会触发事件。
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.