Whether or not vvvv should check if the data changed from previous frame. This is by default disabled for numeric data as their spread counts are typically high and doing this check might have a negative impact on performance.

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

Syntax

C#
public bool CheckIfChanged { get; set; }

See Also