PureData CEAMMC library web documentation
доступно с версии: 0.9.1
Output 1 on event start and 0 on event stop The event length is controlled via @length property. It can be fixed, percent or subtractive. Percent values are calculated from whole event duration. Positive values >=0 treated as fixed event length. Values <0 are calculated as EVENT_DUR-value • 'percent': @length 60% and @t 100ms - for event value '2', event duration is 200ms, event length is 120ms • 'fixed': @length 10 or @length 10ms and @t 100ms - event any duration, event length is fixed: 10ms • 'subtract': @length -40 and @t 100ms - for event value '2', event duration is 200ms, event length is 160 (200-40). For event value '1', event duration is 100ms, event length is 60 (100-40)
reset
reset all counters and stop
rewind
reset all counters without stopping
start
start sequencer from current position
stop
stop sequencer
tick
output current sequence element and move to next
@div
Запросить/установить beat subdivision
тип: int
диапазон: 1..64
по умолчанию: 1
@t
Запросить/установить time between beats. Unit values like 100ms, 240bpm or 60|4bpm also can be used
тип: float
единица: ms
диапазон: 1..20000
по умолчанию: 100
@p
Запросить/установить sequencer pattern in beat duration units
тип: list
@r
Запросить/установить number of whole sequence repeats. If -1: repeat infinitely
тип: int
минимальное значение: -1
по умолчанию: 1
@inf
Запросить/установить alias to @r -1, repeats infinitely
тип: alias
@once
Запросить/установить alias to @r 1, play once
тип: alias
@dur
Запросить/установить whole sequence duration. (Recalculates @t property accordingly)
тип: float
единица: ms
минимальное значение: 0
по умолчанию: 0
@upbeat
Запросить/установить wait specified number of beats before sequence start
тип: float
минимальное значение: 0
по умолчанию: 0
@length
Запросить/установить event length. In case of float or float wuth 'ms' suffix - event length is
fixed for any event duration. In case of V% - @length expected to be in 0..100
range and event length is percent of duration. In case of negative @length
event duration is calculated as duration+@length, but not less then 1
тип: float
по умолчанию: 75
@i (readonly)
Запросить current sequence iteration
тип: int
по умолчанию: 0
@ri (readonly)
Запросить current repeat iteration
тип: int
по умолчанию: 0
@mode
Запросить/установить sequencer mode. 'inc': from first to last, 'dec': from last to first, 'tri':
from first to last, then back
тип: symbol
варианты: inc, dec, tri
по умолчанию: inc
seq sequencer toggle pattern rhythm
Авторы: Serge Poltavsky
Лицензия: GPL3 or later