Author |
Message |
hububalli
Joined: Feb 15, 2014 Posts: 41 Location: UK
|
Posted: Sat Feb 23, 2019 12:25 pm Post subject:
CV to MIDI preferably DIY |
 |
|
Does anyone know of a (preferably) DIY means of getting MIDI out of my modular? I have a couple of USB/MIDI to CV modules but cant find anything that provides an output.
I am trying to sync a JP-8000 via MIDI.
Thanks, |
|
Back to top
|
|
 |
JovianPyx

Joined: Nov 20, 2007 Posts: 1988 Location: West Red Spot, Jupiter
Audio files: 224
|
Posted: Sat Feb 23, 2019 1:10 pm Post subject:
|
 |
|
There are certainly commercial ones available, so it is possible to do. Google "CV to MIDI converter". Kenton Pro shows up.
As for DIY - That will require a microprocessor that has a decent ADC (the more bits the better). You would probably have to program the microprocessor yourself, unless you can find such a project on the web where all of the code is published. It involves using the ADC to convert a pitch CV to a number, then that number is converted to a MIDI note number and finally the system would output a MIDI message when a gate or trigger is received. _________________ FPGA, dsPIC and Fatman Synth Stuff
Time flies like a banana. Fruit flies when you're having fun. BTW, Do these genes make my ass look fat? corruptio optimi pessima
|
|
Back to top
|
|
 |
RingMad

Joined: Jan 15, 2011 Posts: 428 Location: Montreal, Canada
Audio files: 4
|
Posted: Sun Feb 24, 2019 7:52 pm Post subject:
|
 |
|
I built an Arduino-based expression pedal to MIDI box for a friend using the info and code here: https://www.codeproject.com/Articles/38203/Arduino-Based-MIDI-Expression-Pedal
More generally, this box converts a voltage into a MIDI message just like JovianPyx described. (An expression pedal is just a pot wired as a voltage divider, producing a voltage).
I actually had 2 separate inputs, and each CV was sent on a separate MIDI channel. So it's possible to handle several CVs at once.
There might be better or cheaper ways to do it, it's just what I came across first when my friend asked for one.
.:james:. |
|
Back to top
|
|
 |
hububalli
Joined: Feb 15, 2014 Posts: 41 Location: UK
|
Posted: Mon Feb 25, 2019 1:01 pm Post subject:
|
 |
|
Thanks for the replies. I did some more searching after your suggestions and found a couple of old projects out there that achieved this.
One mentioned was by a guy called Tom Scarff. Unfortunately his website no longer exists but I have managed to find some information using web.archive.org.
Thanks for that link RingMad, was quite an interesting article and a possibility. I would have to figure out how you would map discreet voltages to MIDI. |
|
Back to top
|
|
 |
gabbagabi

Joined: Nov 29, 2008 Posts: 652 Location: Berlin by n8
Audio files: 23
|
|
Back to top
|
|
 |
cslammy
Joined: Apr 27, 2018 Posts: 206 Location: USA
Audio files: 1
|
Posted: Thu May 09, 2019 6:33 pm Post subject:
|
 |
|
I hate advocating "don't it Yourself", but....I've been considering building the same thing (from quick reading it looks not too terribly hard with Arduino, especially if you can hard code midi channels and CC output #'s and leave out CV V/oct to MIDI) but then I saw the price of Kenton's CV to MIDI. It's pretty affordable considering how many hours it'd take to do this right, the way Kenton does.....I got one slightly used on Reverb for maybe $125 and it rules. Sorry, wimped out here. _________________ Visit my AUDIODIWHY blog and website |
|
Back to top
|
|
 |
|