Slider Node: Difference between revisions

From RoboPad Wiki
Jump to navigation Jump to search
(Adds basic description)
(Adds output description and starts setting description.)
Line 10: Line 10:


Slider Nodes were introduced in [[Firmware Releases|firmware version]] 2.1 along with all basic nodes.
Slider Nodes were introduced in [[Firmware Releases|firmware version]] 2.1 along with all basic nodes.
== Outputs ==
A Slider Node has a single output port - ''signal''. This output port will emit the position of the slider, from 0 to 1 (clipped), every time the slider is moved when in the [[The Controller|controller]].
== Settings ==
The Slider Node's settings can be configured to alter it's visual presentation, mode of operation and output value mapping.
<nowiki>{{ui-node-settings}}</nowiki>

Revision as of 21:34, 28 February 2023

Slider Node
Inputs
    none
Outputs
  • signal
Version Introduced
2.1

The Slider Node is a UI Node that places a slider on the controller. A slider is a simple element that can can be dragged in one direction - either up and down or left and right.

Slider Nodes were introduced in firmware version 2.1 along with all basic nodes.

Outputs

A Slider Node has a single output port - signal. This output port will emit the position of the slider, from 0 to 1 (clipped), every time the slider is moved when in the controller.

Settings

The Slider Node's settings can be configured to alter it's visual presentation, mode of operation and output value mapping.

{{ui-node-settings}}