PureData CEAMMC library web documentation
aliases: [ceammc/matrix~]
available since version: 0.6
INPUTS
number of matrix inputs (columns)
type: int
OUTPUTS
number of matrix outputs (rows)
type: int
ROW row (output) index
type: int
required: True
COL column (input) index
type: int
required: True
@inputs (initonly)
Get/set number of matrix inputs
type: int
range: 2..16
default: 2
@outputs (initonly)
Get/set number of matrix outputs
type: int
range: 2..16
default: 2
Authors: Serge Poltavsky
License: GPL3 or later