lib.math.bool.DelayTrigger - tooll3/t3 GitHub Wiki
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.
Name (Relevancy & Type) | Description |
---|---|
Trigger (BooleanRequired) | - |
DelayDuration (Single) | - |
Mode (Int32) | - |
TimeMode (Int32) | - |
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.