Slider

Read with AI
All docs in one file (llms-full.txt)
Slider #UI #Node
Slider

A slider that outputs the handle’s current value to Out. The Min / Max of the travel range are ports too, so another node can move the range itself during a performance.

  • Defaults are Min = 0, Max = 1, value = 0
  • Plugging a value into Value physically moves the on-screen handle, and the result flows to the output. You can plug OSC or MIDI values straight in
  • With a MIDI mapping (slider), the incoming 0-1 is lerped into Min-Max to produce the value
  • Min / Max accept values typed directly next to the port

The vertical/horizontal switch only affects the Control UI. A slider placed on the node is always drawn horizontally.

Input ports

Port IDType
Minfloat
Maxfloat
Valuefloat

Output ports

Port IDType
Outfloat

Scriptable members

PathType
minInputfloat
maxInputfloat
valueInputfloat
sliderMinfloat
sliderMaxfloat
sliderValuefloat
isVerticalbool

Synapse Apps (scripting)

await synapse.modules.create({ type: "Slider" })

Pages linking here

Also referenced from