jit.fill
Description
Fills one plane of a named matrix with the values of a list received in its left inlet. The offset and plane attributes determine the cells to be filled. Upon completion, the jit.fill object sends a message out its left outlet.
Examples

Arguments
None.
Attributes
matrix_name [symbol]
The name of target matrix
plane [int]
The plane in matrix to be filled (default = 0)
offset [32 ints]
The dimension offset into matrix to be filled (default = all zero)
Common Box Attributes
Messages
int
Fills the cell at the current offset with an
value float
Fills the cell at the current offset with a
value list
Fills the cells beginning at the current offset with list values
See Also
Name | Description |
---|---|
jit.iter | |
jit.matrix | |
jit.spill | |
zl | |
Tutorial 11: Lists and Matrices | Tutorial 11: Lists and Matrices |
Tutorial 12: Color Lookup Tables | Tutorial 12: Color Lookup Tables |