Used to retrieve the actual slice index this pin has to access on the upstream node. Note that the actual slice index maybe convoluted by an upstream node like GetSlice (node).

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

Syntax

C#
void GetUpsreamSlice(
	int slice,
	out int upstreamSlice
)

Parameters

slice
Type: System..::..Int32
The slice index as seen by this pin.
upstreamSlice
Type: System..::..Int32%
The actual slice index as probably convoluted via upstream GetSlice (node).

See Also