olegos2 / mobox

2.85k stars 127 forks source link

Audio input & Midi input How To?? #202

Open DavidsonAudioMulti opened 8 months ago

DavidsonAudioMulti commented 8 months ago

I am wondering if it is possible to get midi input and audio input into Mobox is this possible somehow?? I would like to use this with Reaper DAW application. It works for playback but I am wondering if it is possible to get midi input or sound input into mobox. If it is not possible, how do I make a feature request to possibly have it added maybe in the future or am I dreaming?

Thanks!

olegos2 commented 8 months ago

Probably not possible for now. And I don't think it will be possible soon

DavidsonAudioMulti commented 8 months ago

Thank you for the reply! Much appreciated Mobox package, I can playback and multi track edit using Reaper DAW which great. I know that this is meant for gaming and full performance considerations are given to this function as opposed to audio/midi inputs.

Is there another group or emulator team that is more geared toward audio and multi tracking that you are aware of? Or possibly a better way/direction that you notice to get midi and audio inputs into wine on android? The same issue on android is apparent on linux as well. Many people want to use wine, because there are more options/ease of use then linux offers natively. In particular running VST3 windows plugins and doing multi tracking.

I very much appreciate your effort on this project, and the help with my questions. I have passed along Mobox method to many other Reaper DAW users and being able to playback and edit is super helpful.

pachuco commented 7 months ago

So, you want to plug usb midi/audio interface into otg phone? Lettuce see... https://wiki.termux.com/wiki/Termux-usb If devices are class compliant, you would write termux side client for device. Then you would have to write windows side client-client, that picks up data from termux client(via port/mapped file?). The client-client could be a plugin in your DAW, or maybe winmm.dll pretender placed in app folder.

My head spin slightly.