PureData CEAMMC library web documentation
доступно с версии: 0.1
@method
Запросить/установить behavior, if list have different sizes
тип: symbol
варианты: min, pad, clip, wrap, fold
по умолчанию: min
@min
Запросить/установить alias for "@oversize min" property. Truncates lists to minimal common size
тип: alias
@clip
Запросить/установить alias for "@oversize clip" property. Pad shortest list with last element to
conform longest list
тип: alias
@wrap
Запросить/установить alias for "@oversize wrap" property. Pad shortest list with repeated values
from the beginning.
тип: alias
@fold
Запросить/установить alias for "@oversize fold" property. Pad shortest list with repeated values
from the end to the beginning, then back and so on.
тип: alias
@pad
Запросить/установить pad value for pad method of resizing
тип: atom
по умолчанию: 0
@n (initonly)
Запросить/установить number of inputs
тип: int
диапазон: 2..20
по умолчанию: 2
@lists (readonly)
Запросить input data list: list of data:mlist
тип: list
Смотрите также: [list.unzip]
Авторы: Alex Nadzharov, Serge Poltavsky
Лицензия: GPL3 or later