Hello,
I want to make a simple mechanism in vvvv which would allow me to switch between playing different videos (as textures) and switching between different patches that generate textures.
What would be the best way to make that?
I don’t want to waste cpu with video playing and processing texture generation patches at the same time.
How can I switch between different patches that generate textures?
I’ve been thinking about putting each texture patch as a subpatch within my main patch.
How could this be done the most effectively?
Thanks for help