How can I place the switch control behind the knob in K4? (I know in K5 can be done using $CONTROL_PAR_Z_LAYER).
Code: Select all
on init
declare ui_switch $Switch
move_control_px($Switch,65,2)
declare ui_knob $Volume(0,630859,1)
set_knob_unit ($Volume,$KNOB_UNIT_DB)
end on
