jit.spill Unroll a matrix into a list

The jit.spill object outputs matrix values as a Max list, starting from a particular offset. The object will only wrap around two dimensions.

Matrix Operator: in[1] out[0]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a

Attributes:
Name Type Description
listlength int The length of the output list (default = 128)
offset int list[32] The x and y offsets from the start of matrix (default = 0 0)
plane int The plane whose values will be reported (default = 0)

Example:

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