Hi there,
I am trying to link two knobs together in Kontakt, but haven't had much luck with it yet.
Would someone have any good direction for me to go to?
PS: my knobs are declared as sliders, so I can add my own knob design to them:
declare ui_slider $knob(100000,500000)
set_knob_defval($knob, 500000)
$knob := 500000
move_control_px($knob,100,70)
make_persistent($knob)
declare $knobId
$knobId := get_ui_id($knob)
set_control_par_str($knobId, $CONTROL_PAR_PICTURE,"knob")
set_control_par($knobId, $CONTROL_PAR_MOUSE_BEHAVIOUR, -1000)
My idea is to create a link button, so when I press it, knob 1 and knob 2 will move together, linked.