TriggerLimiter Op
Limits how often a trigger goes through to x ms
Summary (oneliner)
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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
In Trigger (Trigger)
The trigger on which you want to make sure that it does not trigger too often
Milliseconds (Number)
The milliseconds between triggers, e.g. if Milliseconds
is set to 1000
the out trigger port triggers maximally every 1000 milliseconds (1 second).
Outputs
Out Trigger (Trigger)
The limited input trigger
Progress (Number)