I added a small extract of my project focusing on the task how to register timestamps of data on a timeline.
The timestamps in my case result from hundreds of predefined time based data.
I´m a little desperate about this task and really doubtfull about my solution, because it does not seem stable and precise.
I did not find another solution other than putting an equal between timestamps and timeline hoping for a bang when the inputs hit the same value, but the timestamps do not seem to get registerd correctly.
And what about the epsilon, why does it not work when setting tolerance to 0? (The indices of the timestamps proceed in chronological order)
I´m also not happy with using the frame delay, but it seems that vvvv needs an animation to get the timestamps data out of the spread, when connected to another animation, here LFO. Without frame delay, only the first slice is registered.
I really would appreciate help with this.
Thanks sueniii
About the episolon, well, you are comparing 2 running LFO’s (LFO and Framedelay thinghy) with a different speed, and than check when that is equal, any bang you get is just RANDOM. So that is NOT the way to figure this out.
It is better to use a < or > than =. That way you will never miss anything.