Used to retrieve a Pointer to the Values of the pin, which can be used to write large number of values more efficiently. Note though, that when writing Values to the Pointer the pins dimensions and overall SliceCount have to be taken care of manually.

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

Syntax

C#
void GetMatrixPointer(
	out float* value
)

Parameters

value
Type: System..::..Single*%
A Pointer to the pins first Value.

See Also