Widget Grouping

This is one example among others. This one makes use of the following Scriptlet:

Var
  value   : parameter = 0.0;
  inverse : parameter = 1.0;  
// Called when a parameter value has changed
On ParameterValueChanged matching value
  inverse = 1.0 - value;
End

antagonist_buttons.gig (77.1 KB)

Observe the linked widgets (link groups A and B) and the additional hidden red sliders which are also mapped to the Scriptlet parameters:

antagonist_buttons

2 Likes