Incrementor_v3 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.
- Ops.Sidebar.Incrementor_v3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Sidebar.Incrementor Example
INPUT PORTS
link to sidebar
the label on the sidebar
minimum value while decrementing
maximum value while incrementing
size of each "step" (increment and decrement)
Trigger
OUTPUT PORTS
link to sidebar
the current value
Patches using Incrementor_v3
Changelog
bugfix | react properly to disconnecting parent | stephan - 2022-02-03 12:34 |
feature | Added trigger output, triggered on change | pandur - 2024-04-10 15:22 |
improvement | Added toggle to greyout | pandur - 2024-05-22 11:14 |
improvement | Added reset button | pandur - 2024-05-22 11:30 |
improvement | Added Increment/Decrement trigger inputs | pandur - 2024-05-22 14:04 |
improvement | Removed values-array input | stephan - 2024-11-11 12:43 |