Virtual MIDI on Android - possible?

一笑奈何 提交于 2019-12-12 02:52:34

问题


Atm I use the kshoji USB-MIDI-Driver to send MIDI data to a USB MIDI device. But I can not send MIDI data to another app on the same device. I'm looking for a Android solution similar to virtual MIDI ports on Linux, iOS/OS x or the Windows loopBe1 driver.

Is it possible to write my data directly to the Input of a connected MIDI interface and other apps read this? (Not the best solution, because the user will need at least one hardware MIDI device).

Or is it possible to create an virtual USB driver and register it as MIDI device?

Or any other solution?


回答1:


This USB MIDI driver talks directly to the USB controller.

Connecting multiple apps together would be possible only if the OS had some "MIDI port" abstraction (Android has not), or if all the apps are designed to work together with some other mechanism.



来源:https://stackoverflow.com/questions/25973531/virtual-midi-on-android-possible

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!