Hi,
I hope this isn't out of scope for this forum:
I have a synthesizer (Synthstrom Deluge) that has a USB host port for a USB MIDI controller (or controllers when using a USB HUB).
I would like to have a Teensy 4.1 in between the Synth and the controller(s) to mediate MIDI messages for various reasons, like so:
I'm wondering if this is possible at all with building on available USB and MIDI libraries for Teensy.
And since this is for a space and power constrained project, I'm also wondering (if possible) what the most sensible setup would be in terms of size and power.
I assume the synthesizer's USB host supplies 500 mA at most; and current requirements would be the Teensy's current draw plus the current draw of all the controllers. I'm fearing this might exceed the 500 mA in the worst case.
(to supply power, I have a few isolated 9 V / 500 mA power outputs as used for guitar pedals. For other USB powered devices in that setup (unrelated for this purpose) I use buck converters to step down to 5V.
If this is even possible at all, I'm currently clueless on how to power all this without frying something. If supplying additional power to the whole setup is too complicated, I'd be willing to compromise.
I would be very grateful for some insight and maybe some pointers into the right direction. (Even if that insight would be that this project would be unfeasible).
PS: This is the firmware i would like to base this on.
I hope this isn't out of scope for this forum:
I have a synthesizer (Synthstrom Deluge) that has a USB host port for a USB MIDI controller (or controllers when using a USB HUB).
I would like to have a Teensy 4.1 in between the Synth and the controller(s) to mediate MIDI messages for various reasons, like so:
Code:
+-- USB MIDI controller
|
Synthesizer <-- Teensy <-- USB HUB <---+-- USB MIDI controller
|
+-- USB MIDI controller
I'm wondering if this is possible at all with building on available USB and MIDI libraries for Teensy.
And since this is for a space and power constrained project, I'm also wondering (if possible) what the most sensible setup would be in terms of size and power.
I assume the synthesizer's USB host supplies 500 mA at most; and current requirements would be the Teensy's current draw plus the current draw of all the controllers. I'm fearing this might exceed the 500 mA in the worst case.
(to supply power, I have a few isolated 9 V / 500 mA power outputs as used for guitar pedals. For other USB powered devices in that setup (unrelated for this purpose) I use buck converters to step down to 5V.
If this is even possible at all, I'm currently clueless on how to power all this without frying something. If supplying additional power to the whole setup is too complicated, I'd be willing to compromise.
I would be very grateful for some insight and maybe some pointers into the right direction. (Even if that insight would be that this project would be unfeasible).
PS: This is the firmware i would like to base this on.
Last edited: