Hellooooo everyone! I hope you had a great week. Thank you for joining our workshop again today. Let's keep on learning TouchDesigner togetherš
https://github.com/chimanaco/td-workshop-vivo202105
Day2
No movies for you? Maybe you can download ones from Beeple's website.
https://www.beeple-crap.com/vjloops
/project1/Switch
Now we have some idea of our visuals, so I would like to add a switch between those streams. We can useĀ Switch TOP
Ā to do this. When you take a look at the parameters for aĀ Switch TOP
, we see an index parameter. If it's 0 it shows the first input and if it's 1 it shows the second input. Most of the numbering in TouchDesigner is 0 based, it starts with 0. You might be familiar with this if you have experience with some sort of programming.