PureData CEAMMC library web documentation
available since version: 0.9.5
Lua code is executed in separated thread in async mode. Each lang.lua object has own independent context.
IN
number of inputs
type: int
OUT
number of outputs
type: int
FN function name
type: symbol
required: True
[ARGS] function arguments
type: list
@in (initonly)
Get/set number of inputs
type: int
range: 1..16
default: 1
@out (initonly)
Get/set number of outputs
type: int
range: 1..16
default: 1
Authors: Serge Poltavsky
License: GPL3 or later