You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried Sample project from develop branch that has merged master so latest everything... It doesn't seem to recognize when I connect my computer to tablet by cable. I also tried to extend MidiDriver and call open also I don't see it doing anything, no error or warning in console either. What am I missing? (Sure usb works because I can test it right away with standard android midi implementation I have working but I have issue with midi messages disappearing in high load so I wanted to try this library out as it seems to have custom implementation of sending of midi messages )
I found that HashMap<String, UsbDevice> deviceMap = usbManager.getDeviceList(); is returning empty result when I connect tablet to my computer or to iPad .. looks like I cannot get it to work so not possible to find if this library could work better then what I have.
The text was updated successfully, but these errors were encountered:
renetik
changed the title
I don't see this library working...
I don't see this library working when device is connected to computer or ipad
Jan 24, 2022
Hi, I have the same question. Is this library able to send midi to a computer when a standard USB cable is plugged (so no USB host) ?
I wanted to control my software synth on my computer using my androidphone (same as this kind of app https://play.google.com/store/apps/details?id=net.volcanomobile.midi_controller), but no chance so far with this library. I'm not sure if it's possible.
Tried Sample project from develop branch that has merged master so latest everything... It doesn't seem to recognize when I connect my computer to tablet by cable. I also tried to extend MidiDriver and call open also I don't see it doing anything, no error or warning in console either. What am I missing? (Sure usb works because I can test it right away with standard android midi implementation I have working but I have issue with midi messages disappearing in high load so I wanted to try this library out as it seems to have custom implementation of sending of midi messages )
I found that HashMap<String, UsbDevice> deviceMap = usbManager.getDeviceList(); is returning empty result when I connect tablet to my computer or to iPad .. looks like I cannot get it to work so not possible to find if this library could work better then what I have.
The text was updated successfully, but these errors were encountered: