I’m building a MB64 controller for a synth. The synth is controlled with a Teensy ( similar to arduino) ATmega 32U4
I’m sending MIDI from my sequencer to the MB64 that merges the notes from the sequencer and the CC data from the pots connected to the Core
My question:
Do I need another optocoupler circuit between the Core and the Teensy?
Or can just connect the PIC’s TX to the Teensy RX? They are both powered by the same 5V circuit
It just seams a bit “overkill” with the MIDI OUT resistors + MIDI IN circuit between them when they are powered by the same source.