USB-MIDI-Driver icon indicating copy to clipboard operation
USB-MIDI-Driver copied to clipboard

I don't see this library working when device is connected to computer or ipad

Open renetik opened this issue 2 years ago • 1 comments

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.

Screenshot_20220123-144419_MIDIDriverSample

renetik avatar Jan 23 '22 19:01 renetik

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.

polhomarkho avatar May 14 '22 06:05 polhomarkho