Good evening folks,
I’m working on a MIDI controller design, and I have a question that I have to imagine has come up here and there and would like some perspective.
So, the controller I want to make is a pretty straight forward Arduino controller. However, I want to make it as versatile as possible as far as output options are concerned with: Traditional MIDI out socket, 3.5mm MIDI out audio barrel socket, MIDI-USB out via USB-C, and 0-5v Pitch CV for Teenage Engineering products.
I have most of the electronics figured out. I want to use a Teensy 4.1 powered from a 5v power supply, which will output the MIDI signal to a MOSFET (BSS138) to shift the MIDI to the 5v required per the MIDI protocol.
My question is with the MIDI-USB and MIDI signal baud rates. USB is 9600 bps and MIDI is 31250 bps, and I think I can put put both signals using the AltSoftSerial library for Teensy. My question is, does this work in practice? Who’ll the controller appear to constantly connect and disconnect from the DAW?
Any insight into this issue would be appreciated. Thanks.