Hi there,
I'm having an issue using Remote Control with my moog voyager. I'm trying to create a modulation parameter for my filter cutoff (and a lot of other settings).. I can get the routing all set up correctly and get the plugin to change the voyagers filter cutoff.... however. When I modulate the parameter, the synth's filter cutoff jumps by 4-5 values at a time... The Voyager uses a scale of 0-255 for most of its parameters..
The min max value's in the menu settings only go from 0 to 100% which I assume is 0-127?? I can't seem to change these values, even though in the manual, there are screen shots that clearly have a number of settings such as dB and MS, as well as ranges from 0-400%.
I hope that made sense... But basically, as soon as I route the Midi Out from Remote to my Voyager, even when I adjust settings physically on the synth, the LCD display shows each parameter jumping 4-6 intervals instead of smoothly up or down 1 value.
What am I doing wrong?
Remote Control - Synth control help
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6361 posts since 8 Sep, 2004 from Paris (France)
Hi,
the plug-in indeed uses a 0-100 range that is mapped to 0-127 for MIDI, and to 0-100% for automation.
After a quick look at the Voyager MIDI implementation, it looks like it is using two MIDI CCs for most controls (one for MSB or "Most Significant Bits", the other for LSB or "Least Significant Bits"). The Remote Control plug-in does not support this yet.
So with our current implementation in the Remote Control, you will be able to either control the MSB (hence the lack of precision and 4 values jumps), or the LSB. It means that you would need two knobs for each value in order to get the maximum precision.
the plug-in indeed uses a 0-100 range that is mapped to 0-127 for MIDI, and to 0-100% for automation.
After a quick look at the Voyager MIDI implementation, it looks like it is using two MIDI CCs for most controls (one for MSB or "Most Significant Bits", the other for LSB or "Least Significant Bits"). The Remote Control plug-in does not support this yet.
So with our current implementation in the Remote Control, you will be able to either control the MSB (hence the lack of precision and 4 values jumps), or the LSB. It means that you would need two knobs for each value in order to get the maximum precision.