Cc table takeover Parameter Jump

I want to use the MIDI controller to control specific parameters of the Circuit without any parameter jumps. How exactly do I proceed?

In the end, I want the Midihub to block the data stream when I move the controller’s knob until the knob exactly crosses the internally stored value of the CC Table. Only from this moment on should the pot ‘engage’ and change the parameter in the Circuit – absolutely smoothly and without any jumps.

I can’t get the pipe to work…

Here is my idea (which isn’t working yet…):

The Wiring: Launch Control OUT (Controller) → Midihub IN // Circuit → Midihub // Midihub OUT → Circuit

Pipeline 1: The Value Storage (From Circuit to Midihub)

FROM MIDI Circuit Out → CC Table (CC Table setting: Mode to Immediate).

Pipeline 2: The Takeover Filter (From Controller to Circuit)

FROM MIDI Controller Out → CC Table → TO MIDI Circuit In.

Setting in this CC Table: Mode to Takeover.

I map the Launch Control knobs to the corresponding CC numbers in this table. Or do I need to configure the CC Id (specifying which CC number this slot should send to the Circuit, e.g., CC 20 for a specific effect parameter)?

I would really appreciate some help.

Best regards,

Manuel

Currently the takeover mode works when there’s 2 mappings to the same CC N Value parameter. One of the mapped controls is the ‘owner’ of that parameter. The other control has to ‘overtake’ the current value, then it is declared the owner and the 1st control no longer modifies the parameter, until it overtakes the current value again.

So you define the ID of the output message, say 20.

Then make two mappings for CC 20 Value parameter. Set the mode to Takeover and the produced CC 20 events should avoid jumps.

Even these combinations are not working:

Pipe 1: FROM MIDI Controller → TO VIRTUAL A

Pipe 2: FROM MIDI Circuit → TO VIRTUAL A

Pipe 3: FROM VIRTUAL A → CC Table → TO MIDI Circuit

FROM MIDI Controller → CC Table → TO MIDI Circuit

In both examples, I set the CC Table mode to ‘Takeover’. I also specified the target CC ID for the Circuit in the table and mapped the controller’s knob to the corresponding CC value.

Best regards,

Manuel

Thank you Giedrius.

I will try it out. You mean, that the owner is in that other mode as the modifier.

Cool, there is still hope :smiling_face: