PureData CEAMMC library web documentation
доступно с версии: 0.9.1
FROM
start value
тип: int
TO
end value
тип: int
R
number of repeats
тип: int
next
increment counter then output
prev
decrement counter then output
reset
reset counter to start value and repeat counter to 0
@from
Запросить/установить start value. Setting this property resets @i to 0
тип: int
по умолчанию: 0
@to
Запросить/установить end value (inclusive)
тип: int
по умолчанию: 0
@r
Запросить/установить number of repeats. If -1: repeat infinitely.
тип: int
минимальное значение: -1
по умолчанию: -1
@inf
Запросить/установить alias to @r -1, repeats infinitely
тип: alias
@once
Запросить/установить alias to @r 1, play once
тип: alias
@i
Запросить/установить current iteration
тип: int
по умолчанию: 0
@ri (readonly)
Запросить current repeat iteration
тип: int
по умолчанию: 0
@mode
Запросить/установить repeat counter mode
тип: symbol
варианты: wrap, fold
по умолчанию: wrap
@wrap
Запросить/установить alias to @mode wrap
тип: alias
@fold
Запросить/установить alias to @mode fold
тип: alias
@value (readonly)
Запросить current value
тип: int
по умолчанию: 0
Авторы: Serge Poltavsky
Лицензия: GPL3 or later