Knob controls the eq_high, when click on the button, this knob controls the effect, but takeover mode does not work.
I want "ghost" to appear when switching the function, to avoid sudden transitions.
Video explaining the problem: https://youtu.be/27ns4bLT5iU
Toggle button:
param_bigger 0 ? set '$d1' 1 : set '$d1' 0
Knob:
var '$d1' ? deck 1 effect_slider 1 1 : deck 2 eq_high
ControllerTakeoverMode set to "Pickup"
I want "ghost" to appear when switching the function, to avoid sudden transitions.
Video explaining the problem: https://youtu.be/27ns4bLT5iU
Toggle button:
param_bigger 0 ? set '$d1' 1 : set '$d1' 0
Knob:
var '$d1' ? deck 1 effect_slider 1 1 : deck 2 eq_high
ControllerTakeoverMode set to "Pickup"
Posted Thu 17 Sep 20 @ 5:51 pm