SetPatch --> set node selection

GetPatch gives “Selected Node IDs”. Is there any way to set the selection? If not, that would be a cool feature, because it would enable building your own editing tools for vvvv (like “select upwards tree”, “select downwards tree”, “select environment” of some nodes).

you could write a plugin that does this, see:
pluginspecs/html/M_VVVV_PluginInterfaces_V2_IHDEHost_SelectNodes.htm

Ah, thanks, so it’s already possible.