Description
Hi, the midi2usbhost does not recognise the following devices, which are supposed to have a class compliant MIDI USB profile, but as part of multiple other profiles (USB audio, etc):
Line6 HX Stomp
Line6 Pod Go
My objective in building the midi2usbhost project is to connect wired MIDI to my Pod Go, as this only has USB MIDI connection. I have sucessfully connected the Pod Go via a Raspberry Pi Zero running Linux, using the ttymidi-sysex driver to pass traffic between the USB Pod Go and wired MIDI on the UART. However I would very much like to get this going with a Pico, for lots of reliability and simplicity reasons.
The MIDI descriptor for the Pod Go (as dumped from Linux) is included below. As can be seen, it's large and complex, but we're only interested in the MIDI piece, which is supposed to be class compliant. What's the chance of being able to support this device with midi2usbhost?
thanks again
Doug