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

TriggerLimiter Op



TriggerLimiter
Namespace: Ops.Trigger

Op author: pandur

Limits how often a trigger goes through to x ms


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.



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)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Frequency example


Patches using TriggerLimiter

  • Examples
  • Public
  • My Patches