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

jit.iter

Iterate a matrix as a series of Max lists/values

Description

The jit.iter object iterates through all the cells of a matrix, sending a max message or list for each cell out the object's left outlet. If the input matrix has only one plane of data, the message is a number. Otherwise, it is a list containing one list item per plane of data. The jit.iter object also sends a list of ints out its middle outlet that contains the current cell coordinates.

Arguments

None.

Attributes

Name Type g/s Description
mode int Traversal mode (default = 0 (horizontal))
0 = horizontal traversal
1 = vertical traversal

Information for box attributes common to all objects

Examples

See Also

Name Description
iter Break a list up into a series of numbers
jit.fill Fill a matrix with a list
jit.matrix The Jitter Matrix!
jit.spill Unroll a matrix into a list
Tutorial 6: Adjust Color Levels Tutorial 6: Adjust Color Levels
Tutorial 11: Lists and Matrices Tutorial 11: Lists and Matrices