Incrementor_v2 Op
steps through numerical or array values one by one
Summary (oneliner)
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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
link to sidebar
the label on the sidebar
minimum value while decrementing
maximum value while incrementing
size of each "step" (increment and decrement)
optional array for stepping through it's items
Outputs
link to sidebar
the current value
Patches using Incrementor_v2
Changelog
react properly to disconnecting parent 2022-02-03 - stephan |