Skip to content

lib.math.bool.DelayTrigger

Thomas Mann edited this page Jan 17, 2024 · 2 revisions

DelayTrigger

in lib.math.bool


Delays the change of a boolean flag. This can be useful for implementing interactions where a value needs to stay true for a minimum duration. In "DelayTrue" mode, it will immediately switch to true but delay switching back to false. Note: This is NOT a queue. Frequent changes of the incoming signal can lead to the delayed state filtering out changes within the delay duration. In vvvv, this op is called a MonoFlop.


Input Parameters

Name (Relevancy & Type) Description
Trigger (BooleanRequired) -
DelayDuration (Single) -
Mode (Int32) -
TimeMode (Int32) -

Outputs

Name Type
DelayedTrigger System.Boolean
RemainingTime System.Single

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally