How to convert MIDI to CV?

Thread Starter

Arminas Vitkevicius

Joined May 12, 2019
2
So I have a synth that only takes 1 volt per octave keys, and I have a keyboard that has a midi out. How would I create a circuit that turns midi into cv? I am thinking of using a DAC0800LCN but I am not sure. I don't want to use a microcontroller.
 
Last edited:

MrChips

Joined Oct 2, 2009
30,824
Welcome to AAC!

MIDI is data encoded in digital. CV is analog.
I don't see how you can convert from MIDI to CV without a microcontroller.
Buy an off-the-shelf MIDI to CV converter.
 

dendad

Joined Feb 20, 2016
4,481
I would advise going with that GitHub article. It has the circuit and the code. If you want to try a different way, that is up to you, but you will be largely on your own. I think the ATtiny85 does not have the pins needed.
 
Top