MidiMonotron

Tiny MIDI-to-CV converter
git clone https://git.mitxela.com/MidiMonotron.git
Log | Files | Refs | README

Branches

Name Last commit date Author
master2016-10-15 17:38:05 +0100mitxela

File Tree (HEAD)

Name Size
MonotronSchematic.png5.562K
README.md1.121K
midiCV.asm5.234K
midiCV.hex1.836K

History

* f35c31f (HEAD -> master) mitxela 2016-10-15 17:38 Moved to github

Contents of README.md:

MIDI input mod for the Korg Monotron

Adapted from my ATtiny85 Synth Cable this code turns an ATtiny85 into a tiny MIDI-to-CV converter that can fit inside the case of a Korg Monotron to give it MIDI input. Like the synth cable, it supports pitch bend, modulation and an arpeggiator, and also can optionally retrigger the Monotron's LFO.

It uses dual PWM outputs to simulate a higher resolution, you could potentially expose the trimpot so as to make the pitch-bend range adjustable. I also recommend a trimpot for tuning, as this can drift with temperature. If done correctly this modification should not affect any of the Monotron's original functionality.

More info and build instructions here: https://mitxela.com/projects/midi_monotron

Video demo here: https://www.youtube.com/watch?v=sK6SHGm2AZg

Last modified 15 Aug 2015