Incrementor_v2 Op

Incrementor

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.


Edit Documentation

Full Name
  • Ops.Sidebar.Incrementor_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

INPUT PORTS


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)

OUTPUT PORTS


childs (Object)

link to sidebar

value (Number)

the current value


Patches using Incrementor_v2

  • Examples
  • Public
  • My Patches

Changelog


react properly to disconnecting parentuser avatarstephan - 2022-02-03 12:34