General description
The slider is used to change a value in a given interval.
The plugin uses this specific 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. |
A plugin instance can be manipulated by the following parameter.
| Name | Type | Description |
|---|---|---|
| MaxValue | float | Upper bound of slider |
| MinValue | float | Lower bound of slider |
| StepCount | float | Steps between lower and upper bound |
A plugin instance provides this events which can be used to manipulated parameters of other plugins.
| Name | Type | Description |
|---|---|---|
| Change | Float | Sent when slider was moved. |