Incrementor_v2 Op
steps through numerical or array values one by one
Summary (oneliner)
<p>exposes a "plus" and "minus" button to the sidebar and given max/min/stepsize increments or decrements the current value by the stepsize.</p> <p>if given an array min/max/stepsize are being ignored and the buttons cycle through the array elements one by one.</p>
- Ops.Sidebar.Incrementor_v2
- 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
<p>link to sidebar</p>
<p>the label on the sidebar</p>
<p>minimum value while decrementing</p>
<p>maximum value while incrementing</p>
<p>size of each "step" (increment and decrement)</p>
<p>optional array for stepping through it's items</p>
<i>boolean</i>
)Trigger
OUTPUT PORTS
<p>link to sidebar</p>
<p>the current value</p>
Patches using Incrementor_v2
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 |