TriggerLimiter Op
Limits how often a trigger goes through to x ms
Summary (oneliner)
<p>This op is handy if you don’t know how often another op triggers and you want to make sure it does not trigger more often than x milliseconds.</p>
- Ops.Trigger.TriggerLimiter
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Frequency example
INPUT PORTS
<p>The trigger on which you want to make sure that it does not trigger too often</p>
<p>The milliseconds between triggers, e.g. if <code>Milliseconds</code> is set to <code>1000</code> the out trigger port triggers maximally every 1000 milliseconds (1 second).</p>
OUTPUT PORTS
<p>The limited input trigger</p>