The slider box allows to select a value in a given range with a slider interface. It has five inputs and outputs :
| ![]() |
To complete the slider's setting :
enter values in the inputs data boxes
evaluate the box
lock the box afterwords to avoid resetting the values at subsequent evaluations.
Note that the slider orientation might not be taken into account if it is incompatible with the box's size. A horizontal slider can be "resized vertically".
The slider's outputs give access to the values of the slider box. In particular, the fourth output , or "value" output, returns a value corresponding to the current slider position.
The "action" input of the slider can be used for triggering an operation that will integrate the "value" input, that is, the slider's position, as a parameter.
![]() | The "action" input must be connected to a function or a box on "lambda" mode with one input or argument. When the slider is moved, this function is called with the value of the "value" input as argument. To set or modify the function associated with the menu :
|
When the slider is moved, the note played by send-midi-note matches the value of the slider.