NthTrigger_v2 Op
Lets a trigger through every nth time (trigger limiter)
Summary (oneliner)
Helpful when you want to slow things down. Makes sure only every nth trigger gets through. E.g. when Nth
is 3
every 3rd trigger gets through, the others not.
Full Name
- Ops.Trigger.NthTrigger_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch nth trigger
INPUT PORTS
Execute (Trigger)
Executes the op
Nth (Number)
How often the trigger should be let through
OUTPUT PORTS
Next (Trigger)
The limited trigger