PureData CEAMMC library web documentation
aliases: [flow.del]
available since version: 0.9.1
Delay any incoming message by specified time. If @block=0 acts like vanilla [delay] 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: @delay property can be set only via right inlet or [prop.set] object
@delay
Get/set delay time
type: float
units: ms
min value: 0
default: 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. Otherwise acts like vanilla
[del] object.
type: bool
default: 0
See also: [delay]
Authors: Serge Poltavsky
License: GPL3 or later