Hello everyone,
there is this handy-dandy HookObjectChange() function which allows us to hook into changes of an object as long as "public" attributes like name or e.g. assignments on an exec page are changing. There is also a function that lets us retrieve the "ActiveState" of a sequ called HasActivePlayback(). As it's a function and not an attribute on the sequ I can't hook into it which results in a soution which regularly calles the function to get the state. This is obviously very inefficient, slow and impractical for getting state from a larger ammount of sequences. Is there another place to hook into to get realtime updates on the sequences "ActiveState"?
Kind regards 🙌