Stop subpatch

i there a way to disable a subpatch somehow? i’d like to put all my vvvv patches as subpatches in one patch and crossfade between them. patches which are invisible should be disabled so i can save some cpu power.

hi,

you have to handle this for your own. e.g. like this: make an input pin called “Enabled” and try to connect all nodes to it, which can be disabled …

another way are the DeleteNode (VVVV) and CreateNode (VVVV) nodes, which can load and delete patches during performance.