PureData CEAMMC library web documentation
доступно с версии: 0.9.1
N
number of bangs
тип: int
T
time interval between bangs
тип: float
единица: ms
reset
stop bang output and reset bang counter
rewind
reset all counters without stopping
stop
stop bang output
@dur
Запросить/установить sequence duration. Changing this property also changes @t interval between
bangs.
тип: float
минимальное значение: 0
по умолчанию: 0
@n
Запросить/установить number of bangs
тип: int
минимальное значение: 0
по умолчанию: 0
@t
Запросить/установить time interval between bangs. You could also use units values like 100ms or
120bpm.
тип: float
единица: ms
диапазон: 1..20000
по умолчанию: 0
@div
Запросить/установить beat subdivision
тип: int
диапазон: 1..64
по умолчанию: 1
@accel
Запросить/установить tempo acceleration. 1 - no acceleration, >1 - speed up, <1 - slow down
тип: float
диапазон: 0.25..4
по умолчанию: 1
@curve
Запросить/установить acceleration curve. Values >>0 - slow changes, then fast encrease. Values <0 -
fast changes, then slower
тип: float
диапазон: -8..8
по умолчанию: 1
Смотрите также: [seq.bangs] [seq.toggles]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later