TriggerCounter Op
Counts how often the port was triggered
Summary (oneliner)
<p>Useful for e.g. for debugging when you need to know how often <code>Execute</code> has been triggered, or if it was triggered at all.</p>
- Ops.Trigger.TriggerCounter
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Click Counter
Left click to increase counter, right click to reset
Counts the clicks using the TriggerCounter
-op.
A simple modulo op loops the counter.
INPUT PORTS
<p>Every time <code>Execute</code> is triggered, the output port <code>Times Triggered</code> will increment. </p>
<p>Resets the counter</p>
OUTPUT PORTS
<p>Triggers every time <code>Execute</code> is triggered</p>
<p>The number of times the input port <code>Execute</code> has been triggered </p>