I'm new to programming with Raspberry Pi's. I have a Yamaha p45 electric keyboard that outputs MIDI over a USB cable (not the 5-pin midi cable) and I need to read the midi input into my Raspberry Pi Pico. I've been doing research for weeks but it looks like maybe it's not possible to get USB MIDI input on the pico? All I can find is MIDI output or MIDI input using the 5-pin midi cable or MIDI input in some other type of Raspberry Pi that isn't the pico.
Does anyone know how I could approach this? Maybe there's some way I could use the UART pins instead of the micro USB port? Could I cut open the MIDI cable to expose the inner wires and attach those to the UART pins? Any and all help would be much appreciated!