Good day, there is a number of things I would like to do that involve sequences of events, for example:
- maybe i want to begin with the camera close to a position, and x seconds later, I want the camera to move back and circle around a position etc
- maybe I want to first show the contents of a glsl top and x seconds later make that go away and show something else etc
How can I time these sort of things? I heard about the Timer Chop, is that a solution for that? any good tutorials about it? or are those things done in a different way, basically timing and cueing different changes and events and activations etc over time,
thank you