jit.fill Fill a matrix with a list

The jit.fill object 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 bang message out its left outlet.

Attributes:
Name Type Description
matrix_name symbol The name of target matrix
offset int list[32] The dimension offset into matrix to be filled (default = all zero)
plane int The plane in matrix to be filled (default = 0)

Messages:
float
Fills the cell at the current offset with a float value

int
Fills the cell at the current offset with an int value

list
Fills the cells beginning at the current offset with list values

Example:

See Also:
jit.iter, jit.matrix, jit.spill, zl