Subcomposition generator node

A node that has a text string input and a list input.

Text string input could conform to graphiz text description of node.

Has the ability to generate on the fly nodes for use in Vuo.

Also possibly node could parse some other node description text.

Good to use for making complex nodes with complex logic, or where you need to achieve something repetitive.

Would allow compositions to build other compositions.

Very different to javascript or custom nodes as this node uses Vuo parlance to generate a node- as opposed to using C or JS.

I’ve opened this feature request for community voting.