I have a spread of time values, sorted increasingly (can contain up to 1000 values).
I want to get a “bang” every time the running time passes at a time point in this spread. The “running time” is output of a timeliner node. It should work well with start, stop, seek in timeliner.
Is it possible to import the data from the spread into timeliner as keyframes? Or the simple solution by calculating (using binary search) the next event time, and do this every time the timeliner is seeked, is the most simple way for this? (During playback only the next event time must be checked, no search is made.) Is a custom node (programmed) needed for this?