Slider

General description

The slider is used to change a value in a given interval.

Picture of the plugin slider

Configuration

The plugin uses this specific configuration.

Plugin configuration
Name Type Description
lower_bound Float Defines the lower interval bound.
upper_bound Float Defines the upper interval bound.
step_count String Defines the amount of steps between the upper and lower bound.
value_init Float Used to set an initial value.
vertical Bool Enables a vertical slider.

Parameter

A plugin instance can be manipulated by the following parameter.

Provided parameter
Name Type Description
MaxValue float Upper bound of slider
MinValue float Lower bound of slider
StepCount float Steps between lower and upper bound

Events

A plugin instance provides this events which can be used to manipulated parameters of other plugins.

Provided events
Name Type Description
Change Float Sent when slider was moved.

Links

Table Of Contents

This Page