Read matrix data as an audio signal
Name | Type | Opt | Description |
---|---|---|---|
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) |
signal | All inlet: 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). |
Name | Type | g/s | Description |
---|---|---|---|
matrix_name | symbol | The named matrix to access (default = none) | |
plane | int | The plane in a cell whose value is output (default = 0) | |
interp | int | Interpolation flag (default = 0) | |
normalize | int | Normalizated input coordinates flag (default = 0) |
Name | Description |
---|---|
jit.poke~ | Write an audio signal into a matrix |
peek~ | Read and write sample values |
poke~ | Write sample values to a buffer by index |
jit.buffer~ | A matrix-friendly MSP buffer~ |