PureData CEAMMC library web documentation
доступно с версии: 0.1
Universal list walker. If you want to output current element and when move to next - use [1( message, Otherwise - use [next( if you want first move to next position and then output it.
current
outputs current element
dump
dump internal object state to Pd console window
@mode
Запросить/установить pass mode. See properties below for detailed information.
тип: symbol
варианты: single, clip, wrap, fold
по умолчанию: single
@clip
Запросить/установить clipped pass mode. When the list bounds are reached - min/max value repeats
perpetually.
тип: alias
@single
Запросить/установить single pass mode. When the list bounds are reached - no output any more until
reset.
тип: alias
@loop
Запросить/установить @wrap alias
тип: alias
@wrap
Запросить/установить wrap pass mode. List values are repeated in a loop
тип: alias
@fold
Запросить/установить fold pass mode. List values are repeated in a loop with folding
тип: alias
@direction
Запросить/установить walking direction. "1" - forwards, "0" - backwards.
тип: bool
по умолчанию: 1
@index
Запросить/установить current position
тип: list
минимальное значение: 0
по умолчанию: 0
@length
Запросить/установить output list length
тип: int
минимальное значение: 1
по умолчанию: 1
@size (readonly)
Запросить current list size
тип: int
минимальное значение: 0
по умолчанию: 0
@value
Запросить/установить current list
тип: list
Смотрите также: [list.gen] [list.seq]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later