Gauge¶
Gauge is like a Meter in that it displays a read only value between a range. But it does so using a traditional VU style display which may be more appropriate for certain types of controls.

They have the following properties:

-
Control Range and Taper
-
Minimum - Specifies the lower limit of the control value. This will affect the value the script needs to send.
-
Maximum - Specifies the upper limit of the control value. This will affect the value the script the script needs to send.
-
Taper - Specifies the Taper for the control as log or linear. Log Taper requires that both minimum and maximum values are greater than zero. This property will be greyed out unless this condition is met. This will affect the value the script the script needs to send.
Note, the displayed scale on the gauge is not affected by the Control Range and Taper controls.