-
Notifications
You must be signed in to change notification settings - Fork 200
lib.math.bool.DelayTrigger
Thomas Mann edited this page Jan 17, 2024
·
2 revisions
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.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features