A newer version of Max is available. Click here to access the latest version of this document.

jit.unpack

Make multiple single plane matrices out of a multiplane matrix

Description

The jit.unpack object splits a single N plane matrix into N single plane matrices.

Matrix Operator

matrix inputs:1, matrix outputs:-1
Name IOProc Planelink Typelink Dimlink Plane Dim Type

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Arguments

Name Type Opt Description
int The number of planes in the input matrix and the number of single plane matrix outlets for the jit.unpack object (default = 4).

Messages

anything Any single N-plane matrix will be split into N single plane matrices and output.

Attributes

Name Type g/s Description
jump int Number of planes to grab from input matrix (default = 1 1 1 1)
offset int Offset into input matrix (default = 0 1 2 ... 31)

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.coerce Coerce a matrix into different types/planecount
jit.concat Concatenate two matrices
jit.pack Make a multiplane matrix out of single plane matrices
jit.split Split a matrix into two matrices
Tutorial 5: ARGB Color Tutorial 5: ARGB Color