My first post. Brand new to TD. My current goal should be fairly simply. I cannot find a video or forum post that explains how to do this…
Recieve incoming Artnet Timecode. Monitor that incoming timecode. Have something happen when a specified TC is hit.
I started with the DMXIn Chop and specified my my local ip address for the current machine. I have other systems on the network that are receiving incoming timecode so I know it’s there.
From here I’m abit lost on what do. I tried piping it to an info chop, or timecode chop but I’m abit lost in my TD newbism.
For having something happen when a certain timecode is hit:
have a look at the Timer CHOP as this can be run with segments and the Time Control parameter let’s you specify an external Timecode. The question is what will happen when a timecode is hit, as the “what” will determine the “how”
you could also utilize a Pulse CHOP and a Lookup CHOP in combination with a CHOP Execute DAT to trigger things.
Often times you can just subtract the intended start time from a timecode, for it to drive the movie timecode when it crosses the 0 line.
For fundamental concepts in TouchDesigner, we recommend going through our curriculum at learn.derivative.ca and also make sure to check examples coming with TouchDesigner’s OP Snippets.
Further websites like alltd.org can be a great resource to find tutorials on some specific techniques.