I need to split a usb midi signal (pass through is awful) and I came across this tutorial,
I thought it should be possible to use the arduino usb midi host function and instead of sending output to a midi din 5pin plug, sending the midi to two midi usb converters to act as devices I can connect to.
This is my first arduino project, I’m really not sure how to get the midi from the arduino to the two converters, I’m not sure the arduino even needs to translate the usb midi to din, it might work better if I can just connect the usb side of the converter pcb to the arduino, so they’re receiving signal and can output it. Hopefully this sketch makes it clearer if my description is terrible.
Alternatively if it’s simpler than figuring out how to make the converters work, I also have a couple of usb B ports, so I thought if the arduino can just take a usb midi signal, send it to the two usb ports then its a simple one in two out.
So I have a goal in mind, a kind of vague understanding that the ard can do it, but as to how specifically I need some expertise please 











