Used to write a Value to the pin at the specified slice.

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

Syntax

C#
void SetValue(
	int index,
	double value
)

Parameters

index
Type: System..::..Int32
The index of the slice to write the Value to.
value
Type: System..::..Double
The Value to write.

See Also