A newer version of Max is available. Click here to access the latest version of this document.

jit.spill

Unroll a matrix into a list

Description

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

matrix inputs:1, matrix outputs:0
Name IOProc Planelink Typelink Dimlink Plane Dim Type

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Attributes

Name Type g/s Description
listlength int The length of the output list (default = 128)
offset int The x and y offsets from the start of matrix (default = 0 0)
plane int The plane whose values will be reported (default = 0)

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.fill Fill a matrix with a list
jit.iter Iterate a matrix as a series of Max lists/values
jit.matrix The Jitter Matrix!
zl Multi-purpose list processing
Tutorial 11: Lists and Matrices Tutorial 11: Lists and Matrices