PureData CEAMMC library web documentation
доступно с версии: 0.1
@oversize
Запросить/установить behavior, if list have different sizes
тип: symbol
варианты: min, padz, clip, wrap, fold
по умолчанию: padz
@min
Запросить/установить alias for "@oversize min" property. Truncates lists to minimal common size
тип: alias
@clip
Запросить/установить alias for "@oversize min" property. Truncates lists to minimal common size.
тип: alias
@padz
Запросить/установить alias for "@oversize padz" property. Pad shortest list with zeroes.
тип: 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
Смотрите также: [list.delta]
Авторы: Alex Nadzharov, Serge Poltavsky
Лицензия: GPL3 or later