tube
New Member
Posts: 8
Posts: 8
|
Post by tube on Apr 10, 2014 7:36:34 GMT 1
Hi Guys, i will make a sem that transfers CV to midi NRPN but i have no idea how to begin. I have download the SDK 3 and MS Visual studio to play a little with it. With ' build skeletton' in SE i can load the C++ file into Visual Studio and i am able to compile it. But than  ? i don't find informations for the different data types. What kind of data type is MIDI ?? The sem must have. 1:) A trigger (bool), Trigger on sends the actual NRPN plus header+ channel 2:) NRPN channel 2:) a Volt input 3:) convert volt 0..5 V is lower byte 0..127, 5..10 V convert higher byte from 1..127 I build synths since 6 years , but now it is time for me to write my own sems. Do you have any suggestions. Thanks Andre' To
|
|
|
Post by KlangManipulation on Apr 10, 2014 14:35:52 GMT 1
hi, there is a "cv to midi-NRPN" module by david haupt. www.dehaupt.com/SynthEdit/DH_CVto%28N%29RPN.htmmaybe that suits in your project but if you need a 64bit module you have to code it on your own. are you experienced with c++ or do you have to start from scratch? there are some sdk3 midi module examples to study. good luck.
|
|
setronic
Synthedit regular

Posts: 293
Posts: 293
|
Post by setronic on Apr 10, 2014 18:17:10 GMT 1
look at the soundbytes modules  float to MIDI CC is it. i've tried to make a NRPN transmitter, and have it working, but i've never tested it with a hardware device because i wasn't sure how to combine parameter MSB+LSB (parameter select) to be sent 'simultaneously' (you then send data/CC#6 to adjust parameter value. if you look more on that site, you will find a 'MIDI knob', that can send NRPN/RPNs, and there's a trick he uses to combine MSB+LSB
|
|