beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

NthTrigger_v2 Op

Ops.Trigger.NthTrigger_v2


NthTrigger
Namespace: Ops.Trigger

Op author: tim

Lets a trigger through every nth time (trigger limiter)


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.



Inputs

Execute (Trigger)

Executes the op

Nth (Number)

How often the trigger should be let through

Outputs

Next (Trigger)

The limited trigger

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using NthTrigger_v2

Changelog


Ops.Trigger.NthTrigger2 renamed to Ops.Trigger.NthTrigger_v2
2019-06-12 - pandur