Make multiple single plane matrices out of a multiplane matrix
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
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). |
anything | Any single N-plane matrix will be split into N single plane matrices and output. |
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) |
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 |