PureData CEAMMC library web documentation
available since version: 0.9.1
N
number of steps
type: int
T
time interval between steps or bpm
type: float
units: ms
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
@t
Get/set time between beats. Unit values like 100ms or 240bpm also can be used
type: float
units: ms
range: 1..20000
default: 250
@r
Get/set number of whole sequence repeats. If -1: repeat infinitely
type: int
min value: -1
default: -1
@inf
Get/set alias to @r -1, repeats infinitely
type: alias
@once
Get/set alias to @r 1, play once
type: alias
@dur
Get/set whole sequence duration. (Recalculates @t property accordingly)
type: float
units: ms
min value: 0
default: 4000
@div
Get/set beat subdivision
type: int
range: 1..64
default: 1
@upbeat
Get/set wait specified number of beats before sequence start
type: float
min value: 0
default: 0
@i (readonly)
Get current sequence iteration
type: int
default: 0
@ri (readonly)
Get current repeat iteration
type: int
default: 0
@mode
Get/set sequencer mode. 'inc': from first to last, 'dec': from last to first, 'tri':
from first to last, then back
type: symbol
enum: inc, dec, tri
default: inc
@n
Get/set number of cols in matrix
type: int
min value: 0
default: 16
seq sequencer bang pattern rhythm matrix
See also: [ui.matrix]
Authors: Serge Poltavsky
License: GPL3 or later