Slider is a default design gui element
to change the value of a Parameter
Click knob while holding the ALT-key to reset the parameter value
public function Slider(parameter:Parameter, length:uint = 100)
Creates a Slider instance
Parameters
| parameter:Parameter — The parameter instance, that value should be changable
|
|
| length:uint (default = 100 ) — The length of the knobs freedom of movement
|