from now on you shalt be called miditron

Nikolaus Gradwohl2013-11-17T13:36:26+00:00

As announced in my last post I have created a midi interface for my korg monotron using an arduino uno and an mcp4822 2 channel 12-Bit DAC.

miditron

The DAC chip is controlled via the SPI and generates the control voltage for the pitch on channel 1 and the control voltage for the filter on channel 2. I used pin 8 of my arduino to controll the gate.

I got the Idea to midify my monotron from marc nostromo´s blog post - he uses a teensy 3.0 to create the midi-cv interface for the monotron. The SPI part of my code is from a blog post by Kerry D. Wong

To turn my arduino into a generic usb-midi device I used the hiduino library and the arduino midi library.

read more ...

Midified Monotron first track

Nikolaus Gradwohl2013-11-15T19:16:41+00:00

I have successfully midified my korg monotron using an arduino

This is the first short track I recorded I only used a drum loop and a view effect plugins (reverb, delay, chorus) beside my monotron. I will post photos, code examples and more detail this weekend - stay tuned :-)

Update: read more infos on my midification project here

Chuck iControl Projectpage

Nikolaus Gradwohl2008-07-14T06:46:00+00:00

as written before, i have started writing a chuck script that mapps the midi-data from my iControl to OSC events. I now have set up a proper project page for the script.

read more ...