
CLIP (GUI FLOAT, GUI INT)
-------------------------

When the Input pin is set, its value is clipped at the specified Min, at the specified Max or both, depending on the (unexposed) Mode pin setting, and transmitted to both Outputs.

Clipping is partially reversible. However we deemed more logical to implement the same forward function as the inverse function: when the Bi-Di pin is enabled, any value set on either Output pins will be clipped and sent to the Input exactly as it happens with the Input.


To avoid ambiguous situations, the (unexposed) Rng Update pin was provided to specify what should happen when
the Range parameters are set:

-None:    parameter change will not cause Input or Outputs to be recomputed
-Direct:  parameter change will cause Outputs to be recomputed in function of Input
-Inverse: parameter change will cause Input to be recomputed in function of Output.
          Since the module has two Outputs, the first Output pin with a non-zero value will be used
          (therefore, please leave the unused Output pin at zero and/or disconnected)