Is it possible to make a control remember a value and return automatically?
For example:
If (%CC[3] = 0)
Change values like these
$switch_1 := 1
$knob_1 := 6
$value_edit_1 := 87
And if (%CC[3] = 1)
All values return to 0 to edit again and do the same with (%CC[3] = 2) etc.
But when returning to (%CC[3] = 0)
Return the values as they were then.