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