Fill a matrix with a list
| 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 |
| Name | Type | g/s | Description |
|---|---|---|---|
| matrix_name | symbol | The name of target matrix | |
| plane | int | The plane in matrix to be filled (default = 0) | |
| offset | int | The dimension offset into matrix to be filled (default = all zero) |
| Name | Description |
|---|---|
| jit.iter | Iterate a matrix as a series of Max lists/values |
| jit.matrix | The Jitter Matrix! |
| jit.spill | Unroll a matrix into a list |
| zl | Multi-purpose list processing |
| Tutorial 11: Lists and Matrices | Tutorial 11: Lists and Matrices |
| Tutorial 12: Color Lookup Tables | Tutorial 12: Color Lookup Tables |