beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Incrementor_v2 Op



Incrementor
Namespace: Ops.Sidebar

Op author: stephan

Test Patches: 1 Test

steps through numerical or array values one by one


exposes a "plus" and "minus" button to the sidebar and given max/min/stepsize increments or decrements the current value by the stepsize.

if given an array min/max/stepsize are being ignored and the buttons cycle through the array elements one by one.



Inputs

link (Object)

link to sidebar

Label (String)

the label on the sidebar

min (Number)

minimum value while decrementing

max (Number)

maximum value while incrementing

stepsize (Number)

size of each "step" (increment and decrement)

Default (Number)
Values (Array)

optional array for stepping through it's items

Set Default (Trigger)

Outputs

childs (Object)

link to sidebar

value (Number)

the current value


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Sidebar.Incrementor Example


Patches using Incrementor_v2

  • Examples (1)
  • Public
  • My Patches

Changelog


react properly to disconnecting parent
2022-02-03 - stephan