PureData CEAMMC library web documentation
доступно с версии: 0.6
@value
Запросить/установить list contents
тип: list
@default
Запросить/установить default output value if element was not found
тип: atom
по умолчанию: None
@method
Запросить/установить methods of processing of negative/invalid indexes
тип: symbol
варианты: rel, clip, fold, wrap
по умолчанию: rel
@rel
Запросить/установить alias to @method rel. Negative index means position from the end of the list
тип: alias
@clip
Запросить/установить alias to @method clip. If index < 0 - return first element. If index greater or
equal list size - return last element
тип: alias
@fold
Запросить/установить alias to @method fold. In range [0, LIST_SIZE) ordinal elements are returned.
[LIST_SIZE, 2*LIST_SIZE) - returned in negative order etc.
тип: alias
@wrap
Запросить/установить alias to @method wrap. In range [0, LIST_SIZE) ordinal elements are returned.
Other indexes are wrapped by modulo division.
тип: alias
Смотрите также: [list.at]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later