Called by the PluginHost once per frame. This is where the plugin calculates and sets the SliceCounts and Values
of its outputs depending on the values of its current inputs.
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
void Evaluate( int SpreadMax ) |
Parameters
- SpreadMax
- Type: System..::..Int32
The maximum SliceCount of all of the plugins inputs, which would typically be used to adjust the SliceCounts of all outputs accordingly.