Used in INodeInfo to specify the type of the provided node.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public enum NodeType

Members

Member nameValueDescription
Native0 Specifies a native node.
Patch1 Specifies a patch node.
Module2 Specifies a module node.
Freeframe3 Specifies a freeframe node.
VST4 Specifies a VST node.
Effect5 Specifies an effect node.
Plugin6 Specifies a static plugin node.
Dynamic7 Specifies a dynamic plugin node.
Text8 Specifies a node with some text in it (like source code for example).
Unknown9 Specifies a node with an unknown type.

See Also