• Home
  • Reviews
  • Articles
  • News
  • Tools
  • GamingHeaven
  • Forums
  • Network
 

Go Back   DriverHeaven.net > Forums > Hardware and Related Topics > kX Project Audio Driver Support Forum > SoundFonts and MIDI

Notices

Reply
 
LinkBack Thread Tools
Old Mar 4, 2008, 11:38 AM   #1
DriverHeaven Newbie
 
Join Date: Mar 2008
Posts: 5
valibali is on a distinguished road
System Specs

MIDI - CV/Gate converter patch

Hi masters, does anybody know something about MIDI - CV converting by kX?
Or are there any ways (by my EMU-based sound card, with kX) to convert the MIDI sing of a keyboard to a CV and Gate sing?
It is very recommended for my analog modular synth. (And I'm not able to build a CV keyboard)

regards: valibali
valibali is offline   Reply With Quote
Old Mar 4, 2008, 03:47 PM   #2
Tail Razer
 
Maddogg6's Avatar
 
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 3,721
Maddogg6 will become famous soon enough

I am not understanding exactly what you seek??

A CV = as in a pedal (usually a volume pedal, or a Damper Pedal) that plugs into a MIDI keyboard / MIDI Controller via a 1/4" plug and can potentially send MIDI Continuous Controller (aka 'MIDI CC') messages out its MIDI OUT port - or receive via MIDI IN port to mimic or automate the actions of a CV in the form of MIDI CC messages.

The short answer - (assuming you used 'CV' in the way I described) - is no - something needs to convert the 1/4" plugs output into a MIDI OUT - there are DIY projects to do this with microcontrollers - or a MIDI controller that has CV inputs can probably do this as well..

Once converted to MIDI - kX can do quite a bit - and if not, MIDI OX can convert midi CC's

But your use of 'sing' is something that I am not following exactly??
Maddogg6 is offline   Reply With Quote
Old Mar 5, 2008, 09:26 AM   #3
DriverHeaven Newbie
 
Join Date: Mar 2008
Posts: 5
valibali is on a distinguished road
System Specs

what i seek

Hi,
"CV" - i mean 'control voltage' - is used to control the 'voltage controlled oscillators' (VCO), 'voltage controlled filters' (CVF), or 'voltage controlled amplifiers' (VCA) and some other modules of an analog modular synth. Yeah, they were on top in the previous century...
The original CV range is 1V/Oct.

Well, there are a (n unworking) way to convert the MIDI to this CV by a PC wich has a LPT port. There is a digital-analog converter (DAC) patched to the printer port.

BUT! Unfortunately this software can't be installed to my PC.
I have to control with something my modular synth, and I have a MIDI keyboard, so I realized that there must be a way to convert the MIDI to this CV.
CV/Gate - Wikipedia, the free encyclopedia

'sing' - mistyping ->'sign', MIDI sign maybe i should buy an another PC keyboard...

regards
vb

Last edited by valibali; Mar 5, 2008 at 09:31 AM.
valibali is offline   Reply With Quote
Old Mar 5, 2008, 11:38 AM   #4
Tail Razer
 
Maddogg6's Avatar
 
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 3,721
Maddogg6 will become famous soon enough

so you want to convert MIDI CC to a CV?

There exists a language called FreeBASIC that would make writing a program to output to the printer port (LPT) rather easy if you already have the D/A (digital to analog) converter. (even in Win XP)
It is capable of taking a MIDI IN and output to LPT for a PC based DIY project.
(may need MIDI YOKE / MIDI OX)

Then there exists a DIY project that uses a microcontroler (instead of a PC) that converts MIDI to CV (PAIA has a lot of stuff, and have been around for quite sometime)
PAiA - 9700K MIDI2CV8 Electronics Kit, MIDI to CV Converters, 9700K
PAiA - MIDI to CV Converter

Its rather expensive imho... $122 US for a kit. But capable of 8 CV outs and eliminates the need for a PC from the setup.

Last edited by Maddogg6; Mar 5, 2008 at 11:45 AM.
Maddogg6 is offline   Reply With Quote
Old Mar 5, 2008, 01:10 PM   #5
DriverHeaven Newbie
 
Join Date: Mar 2008
Posts: 5
valibali is on a distinguished road
System Specs

Hi,
Thank you very much.
This PAiA stuff is really good, man!
8 CV OUTs, it is made for me. But...(of course) it isn't cheap.

Well, firstly i'll try DIY.

Thanx again,
bests,
vb
valibali is offline   Reply With Quote
Old Mar 5, 2008, 02:00 PM   #6
Tail Razer
 
Maddogg6's Avatar
 
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 3,721
Maddogg6 will become famous soon enough

Quote:
Originally Posted by valibali View Post
Hi,
Thank you very much.
This PAiA stuff is really good, man!
8 CV OUTs, it is made for me. But...(of course) it isn't cheap.

Well, firstly i'll try DIY.

Thanx again,
bests,
vb
glad to help - if you get it built - I would be interested in hearing about your experience with it.
Maddogg6 is offline   Reply With Quote
Old Mar 6, 2008, 05:59 AM   #7
DriverHeaven Newbie
 
Join Date: Mar 2008
Posts: 5
valibali is on a distinguished road
System Specs

Well I have found a nice schematic with PCB, and part layout.
http://www.musicfromouterspace.com/a...th/midi2cv.htm

it looks great, but there are some parts without any detail...
not good

is it possible to do this conversion with a kX project plugin?
i mean
from a keyboard to the MIDI port of my sound card
and the CV/Gate and TRIG OUT might could be the LINE OUT.

what do you think?

by the way, i think i should buy the book called 'Programming sound cards in Assembly an Pascal'

bye,
vb
valibali is offline   Reply With Quote
Old Mar 6, 2008, 12:26 PM   #8
Tail Razer
 
Maddogg6's Avatar
 
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 3,721
Maddogg6 will become famous soon enough

Quote:
is it possible to do this conversion with a kX project plugin?
i mean
from a keyboard to the MIDI port of my sound card
and the CV/Gate and TRIG OUT might could be the LINE OUT.
due to the likely DC de-coupling of most audio signal paths - using a line out as a gate or a CV is not likely possible (at least with out modifying your sound card). And then, I am not absolutely sure.

Sorry, I don't have an easy answer more than I already have given.
you are better off connecting a DAC to the LPT port and use what ever language to convert MIDI IN and output accordingly to LPT port - but the easiest way to do that, imho, is with FreeBASIC. Unless you are already familiar with Pascal (or any other language) - you likely wont use anything more than your sound cards MIDI port, which is accessable via WinAPI (edit: and a dll to access lpt port hardware directly - that freebasic has built in /edit).

Of course - there is always a way to convert a car into an airplane - its not usually practical. So its not like I am saying its not possible - I am saying I don't know if it would work, I am pointing out ways that I have most confidence in working. Anything else would take some educated investigating that is beyond me/my skills. But maybe someone else here has more insight??

Last edited by Maddogg6; Mar 6, 2008 at 01:05 PM.
Maddogg6 is offline   Reply With Quote
Old Mar 7, 2008, 01:43 AM   #9
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,104
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

You might take a look at the following link as well (although some of it is only in French):
Papareil Synth Labs - MIDI
Russ is online now   Reply With Quote
Old Mar 7, 2008, 10:37 AM   #10
Tail Razer
 
Maddogg6's Avatar
 
Join Date: Jun 2005
Location: Bernyurass, AZ - USA
Posts: 3,721
Maddogg6 will become famous soon enough

Quote:
Originally Posted by Russ View Post
You might take a look at the following link as well (although some of it is only in French):
Papareil Synth Labs - MIDI
Just a warning - that DIY assumes you have the ability to upload 'firmware' into a PIC chip microcontroller (read: you have a PIC 16F628 chip programmer to connect to your PC) - where PAiA offered a pre-programmed one as part of the kit.
Maddogg6 is offline   Reply With Quote
Old Mar 7, 2008, 10:54 AM   #11
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,104
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

Quote:
Originally Posted by Maddogg6 View Post
Just a warning - that DIY assumes you have the ability to upload 'firmware' into a PIC chip microcontroller (read: you have a PIC 16F628 chip programmer to connect to your PC) - where PAiA offered a pre-programmed one as part of the kit.
Yes of course, but it is simple enough to build a PIC programmer for the chips used in those projects.

i.e.
Check out the El Cheapo PICmicro Programmer, and similar projects found easily enough on the web.
Russ is online now   Reply With Quote
Old Mar 11, 2008, 02:20 PM   #12
DriverHeaven Newbie
 
Join Date: Mar 2008
Posts: 5
valibali is on a distinguished road
System Specs

The Solution!!!

Hi all,
Well - i think - i have managed to solve the problem.
I found this:Synth schematics--::--
I have downloaded the modular version, it is working on Win98 (It is not working on XP or 2k at all!!!)
Now I am working on the schematic of the DAC, it will provide 88 CV OUT with portamento (glide) without any PIC or AVR!!!!
I am going to upload it with PCB design as soon as finished. (EAGLE is very slow in difficult PCB wiring.)

regards:

vb
valibali is offline   Reply With Quote
Old May 1, 2008, 03:19 AM   #13
DriverHeaven Lover
 
Join Date: Jan 2008
Location: germany, sb0090
Posts: 106
stylus02 is on a distinguished road

i could imagine using an ac- voltage, out of an sinoid oscillator, rectified after the soundcard out's to have a dc. for a gate this could work . but you surely know that most analog synths use an exponential cv, which is very stable. the card can do exponential calculation. but what happens after rectifying it externally the card ? to find the correct tune could be a very trying task.

stylus

Last edited by stylus02; May 1, 2008 at 04:02 AM.
stylus02 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools


Similar Threads for: MIDI - CV/Gate converter patch
Thread Thread Starter Forum Replies Last Post
Farcy 1.2 - the withdrawn patch Zardon News 54 Oct 16, 2004 03:05 PM
Worms 3D Service Patch 2 MIG-31 News 0 Mar 9, 2004 12:13 PM
Battlefield 1942 Updated v1.45.18 Patch Dom News 1 Sep 5, 2003 05:34 PM
Microsoft patch process called into question Dom News 0 Aug 15, 2003 04:26 PM
Diablo 2 Lord of Destruction v1.10 Beta Patch Dom News 0 Jul 4, 2003 07:21 AM




 

 
Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Artwork by Allan 'Zardon' Campbell, vBulletin implementation by Craig '5320' Humphreys based on original artwork by Ratchet.

All times are GMT -5. The time now is 05:49 PM. Copyright ©2008 HeavenMedia.net