Help Delays incoming values for a certain time
Author vvvv group
Credits
Warnings
Bugs Stores only the values of the last 1024 frames
start a forum thread about this node
Delay internally strictly works time-based, not frame based. So imagine sending a bang while the framerate is 50fps - so the bang stored in the delay 20ms long. now imagine your frame rate dropping to 10fps after the bang. now each frame is 100ms long, so there is a certain chance that both the rising and the falling edge of the bang occur in the same frame. You will only get the information every 100ms so the bang may be lost.
A classic solution would be putting a Counter (Animation) or Toggle (Animation) upstream and a Change (Animation) downstream of the Delay.
Generally with vvvv its always worth thinking about the question whether its possible to work with explicit states and not with events leading to states.
anonymous user login
~3d ago
~9d ago
~9d ago
~10d ago
~23d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~2mth ago