PureData CEAMMC library web documentation
available since version: 0.1
@size
Get/set output list size
type: int
min value: 0
default: 0
@method
Get/set method of resizing, if new size is longer then current
type: symbol
enum: pad, clip, wrap, fold
default: pad
@pad
Get/set pad value for pad method of resizing
type: atom
default: 0
@clip
Get/set alias for @method clip
type: alias
@wrap
Get/set alias for @method wrap
type: alias
@fold
Get/set alias for @method fold
type: alias
See also: [list.length]
Authors: Serge Poltavsky
License: GPL3 or later