TriggerCounterLoop Op

TriggerCounterLoop

Increments with each trigger and loops depending on min and max loop values.


<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>


Full Name
  • Ops.Trigger.TriggerCounterLoop
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


trigger in (Trigger)

<p>Trigger in, increments or decrements the current count</p>

reset (Trigger)

<p>Sets current number to minimum</p>

Loop min (Number:

<i>integer</i>

)

<p>Minimum value, loop start number</p>

Loop max (Number:

<i>integer</i>

)

<p>Maximum value, loop end number</p>

OUTPUT PORTS


trigger out (Trigger)

<p>Trigger out </p>

current count (Number)

<p>Current number in loop</p>


Patches using TriggerCounterLoop

  • Examples
  • Public
  • My Patches

Changelog


add current count in extended titleuser avatarstephan - 2022-02-03 12:30