Controller encoders reflecting settings in GP

So I just wanted to check myself on a few things. I figure I’m probably missing something.

I use a Novation SL Mkll and I have it set up to change presets when I change rackspaces in GP. And the point being that all my encoders and buttons on the Mkll will then reflect the correct position of the widgets they are controlling in the rackspace. I’ve never figured out an easier cleaner way to do this. I thought there was some type of two way communication with that controller and their automap feature…

Anyway that works fine. But in my B3 rackspace, the encoder I use on the Mkll for the vibrato/chorus knob does not line up correctly… so when the encoder is on what should be C2, the knob in the plug-in is on C1. Not a big deal but is there a way to offset that MIDI info so the two lineup correctly?

Which B3 VST?

2 Likes

It’s actually the same for both Blue 3 and VB3ll.

I think, we had this kind of issue handled earlier sometime, or at least something similar… have to search the forums.
I know i had to correct it via GP-Script. I just tried on Blue-3 and there are two problems that occur with the chorus/vibrato button:
in the plugin, it’s an endless button (at least in Blue 3)
That parameter starts counting with 0 on “V1”, but this position is on 4 o’clcok, while the first position 0 of a widget is at 8 o’clock, while the plugin is already at “C2”.
So we have to send the widget the corrected values so that the sequence will be V2, C2, V3, C3, V1, C1
that way the position and setting would be “in sync” again.

EDT: Got it! Maybe this is helpful…

Cool!! Thanks do much. I’ll give that a try. I’m pretty clueless with script… would I need to change anything for the particular B3 plug-in I was using?