UI:Slider

Last updated 5 August 2026

IU:Slider allows the creation of a customizable slider

to use for User input of Integer and Float values.

Pin Info

Input 1: Emit [Bang]

Input 1: Input [Int, Float]

Input 2: Store [Int, Float]

1-Emit[Bang]: Emits the currently stored Buffer.

1-Input[Int/Float*]: Stores the recieved value in the nodes Buffer and emits it.

2-Store[Int/Float*]: Stores the received value in the nodes buffer.

Output 1: Value [Int]

Output 2: Value [Float]

1-Value[Int]: Casts the Buffer value to Int and Emits it.

2-Value[Float]: Casts the Buffer value to Float and Emits it.

Node Parameters

Slider: Can be dragged to change buffer value, control + click allows entering a value.

Expand:

Min: Defines the lower bound of the Slider.

Max: Defines the upper bound of the Slider.

Height: Defines the vertical size of the Slider

Width: Defines the horizontal size of the Slider.

Format: Defines how the buffer value is Rendered**

Label: Text that can be used explain slider function.

Label Pos: Defines where the Label is rendered, relative to the Slider.

Label size: Defines the Fontsize used within the Node.

Background Color: Defines the Background color of the Fader.

Handle Color: Defines the Color of the dragable Handle.

Vertical: If enabled, the Slider works up and down instead of left to right.

Integer: If enabled, the Slider shows no more floating point values.