PureData CEAMMC library web documentation
aliases: [flow.seqdel]
available since version: 0.9.5
Delay any route incoming message by specified relative time list. If @block=0 if new message has arrived while delay time is not expired, old message is discarded and new delay time is set from current moment. Zero delay time means output message on next Pd runloop iteration (as soon as possible) Note: @t and @block property can be set only via right inlet or with [prop.set] object
@t
Get/set delay time list
type: list
units: ms
min value: 0
@block
Get/set blocking mode. If true, discards incoming messages until scheduled message will
output, after that is ready to accept the new one.
type: bool
default: 0
See also: [flow.delay]
Authors: Serge Poltavsky
License: GPL3 or later