mc.jit.peek~
Description
jit.peek~ reads the value of one plane of a matrix cell at the position specified by the inputs. This value is output as a . The object arguments are [matrix_name] [dim_inputcount] [plane] .
Arguments
matrix_name []
The named matrix to access (default = none)
dim_inputcount []
The number of dimensions in the matrix (default = 2)
plane []
The plane in a cell whose value is output (default = 0)
Attributes
interp [int]
Interpolation flag (default = 0)
matrix_name [symbol]
The named matrix to access (default = none)
normalize [int]
Normalizated input coordinates flag (default = 0)
plane [int]
The plane in a cell whose value is output (default = 0)
Common Box Attributes
Multichannel Group Attributes
Messages
signal
All inlets: Signal values arriving in these inlets specify the dimensional location of the data to be stored for the plane specified. A signal inlet is provided for each dimension specified by the dim_inputcount argument (i.e., has 3 inlets -- one for each of the 3 dimensions of the matrix).
Multichannel Group Messages
See Also
Name | Description |
---|---|
jit.poke~ | |
peek~ | |
poke~ | |
jit.buffer~ |