TriggerCounterLoop Op
Increments with each trigger and loops depending on min and max loop values.
Summary (oneliner)
<p>Increments with each trigger and loops depending on min and max loop values. Can also work with negative numbers. If min is greater than max then it decrements instead of incrementing</p> <p>Use an op like TriggerLimiter to slow down the count through the loop. You can also multiply the output by a very small number and use mainloop to create interesting patterns as well.</p>
- Ops.Trigger.TriggerCounterLoop
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch TriggerCounterLoop example file
INPUT PORTS
<p>Trigger in, increments or decrements the current count</p>
<p>Sets current number to minimum</p>
<i>integer</i>
)<p>Minimum value, loop start number</p>
<i>integer</i>
)<p>Maximum value, loop end number</p>
OUTPUT PORTS
<p>Trigger out </p>
<p>Current number in loop</p>