Called by the PluginHost before the Evaluate function every frame for every ConfigurationPin that has changed. The ConfigurationPin is handed over as the functions input parameter. This is where a plugin would typically create/delete pins as reaction to the changed value of a ConfigurationPin that specifies the number of pins of a specific type.

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

Syntax

C#
void Configurate(
	IPluginConfig input
)

Parameters

input
Type: VVVV.PluginInterfaces.V1..::..IPluginConfig
Interface to the ConfigurationPin for which the function is called.

See Also