Used to retrieve a Pointer to the Values of the pin, which can be used to retrive large Spreads of Values more efficiently. Attention: Don't use this Pointer to write Values to the pin!

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

Syntax

C#
void GetMatrixPointer(
	out int sliceCount,
	out float* value
)

Parameters

sliceCount
Type: System..::..Int32%
The pins current SliceCount, specifying the number of values accessible via the Pointer.
value
Type: System..::..Single*%
A Pointer to the pins first Value.

See Also