TriggerCounterLoop Op
Increments with each trigger and loops depending on min and max loop values.
Summary (oneliner)
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
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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Trigger in, increments or decrements the current count
Sets current number to minimum
Minimum value, loop start number
Maximum value, loop end number
Outputs
Trigger out
Current number in loop
Patches using TriggerCounterLoop
Changelog
add current count in extended title 2022-02-03 - stephan |