soulnafein / midi-to-cv

USB MIDI to Control Voltage circuit to use in EURORACK systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

** Eurorack USB MIDI to CV converter ** Use your cheap USB MIDI keyboard to control your fancy analogue synth modules.

Panel and PCB

It uses a PIC24 as a MIDI host. It can work in mono mode where all the 3 CV outputs are represent the last note pressed on the keyboard, or it can work in polyphonic mode where the notes notes pressed are passed to the 3 CV output from the most recently pressed to the oldest.

It has one GATE (0-5V) when any note is pressed.

The CV output follow the 1v/Oct standard. Mid C is 5V. The CV can go from 0V to 10V.

I'm a newbie electronic enthusiast, I'm even newer to the world of synths. Use this at your own risk.

To compile and upload the code I've used MPLAB X IDE and the PicKit 3 programmer

Just Panel

About

USB MIDI to Control Voltage circuit to use in EURORACK systems


Languages

Language:C 89.2%Language:C++ 8.9%Language:Makefile 1.1%Language:Objective-C 0.8%Language:Shell 0.1%