The Launchpad X sends two midi channels (DAW in/out, MIDI in/out) across a single USB
I would like to use an esp32 nano, and have one USB in (for the launchpad x) and two USB out (one USB for DAW in/out, one for MIDI in/out)
Of course it would have to be bidirectional, so my "1 in 2 out" was purely illustrational
Final Goal: I want to make my LPx wireless. Currently, all BTmidi adapters are single channel only. Works great for everything standard, but not LPx or Launchpad Pro (pro has 3 channels. Same first two, but a 3rd for controlling other midi devices directly)
When I plug my M-Vave BTmidi USB adapter in, it auto picks MIDI in/out, which works for now, but DAW in/out isnt available (can't use session mode or programmer mode)
The WIDI branded adapters, before updating would auto select DAW in/out (session mode worked) but MIDI was unavailable (for Notes and Custom use) - I read about this issue on a forum, but just proof positive that the signals are separated in the USB, if a cheap bt adapter just randomly accesses one
Main goal is labeled above. Splitting the two channels to individual USB
1st: would a powered USB hub work for the 1 in 2 out? Or do I need to get an expansion board with another USB port on it?
2nd: any useful advice or a direction to point that'll be easier than running searches? There are a handful of 'launchpad' named things when talking about arduinos or programming, so I haven't had much luck just putting the info together on this unfortunately named hardware
Further Future Plans (reason for esp32)
[But not what I currently need help with]:
I'm hoping to utilize the esp32s built in BTle to only need one USB for an adapter while the esp32 will take care of the other
Thanks!