Timecode + moving through scenes
-
I have a project which several scenes, and it receives timecode from another computer.
Let's say I have a list with timecode intervals, something like:
Scene 1: 00:00:00:00 - 00:02:30:00
Scene 2: 00:02:30:01 - 00:05:00:00And I want to create an actor that will read the incoming MTC and immediately jump to the correct scene.
I have done something similar that worked (see pic), but it was kinda exhaustive because I had to input all the intervals manually, and I was thinking about something more dynamic, maybe with JavaScript and a text file with the intervals? Any other ideas?