jit.glue
Description
Composites multiple input matrices together as if they were rectangular pieces of a whole.
Examples

Matrix Operator
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|---|---|---|---|---|---|---|
out | n/a | 1 | 1 | 0 | 1 | 1 | char long float32 float64 |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
columns [int]
The number of columns to use when gluing the matrix together (default = 1)
If you specify the columns attribute in the object box, The number of inlets will be equal to the number of rows multiplied by the number of columns. If you change the rows * columns attributes later, the size of the split regions will change, but the number of inlets will not change.
syncinlet [int]
The inlet number which will cause the jit.glue object to output a new composite matrix when a matrix is received at the specified inlet (default = 0)
A value of -1 will cause the object to output a new matrix in response to a matrix received at all inlets
rows [int]
The number of rows to use when gluing the matrix together (default = 1)
If you specify the rows attribute in the object box, The number of inlets will be equal to the number of rows multiplied by the number of columns. If you change this value later you will change the compositing effect, but the number of inlets will not change.
Common Box Attributes
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
jit.concat | |
jit.demultiplex | |
jit.matrix | |
jit.multiplex | |
jit.scissors | |
jit.split | |
Tutorial 13: Scissors and Glue | Tutorial 13: Scissors and Glue |