PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: flow

flow.delay

aliases: [flow.del]

enhanced version on vanilla delay object

available since version: 0.9.1


information

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

example

arguments:

properties:

inlets:

outlets:

keywords:

flow delay

See also: [delay]

Authors: Serge Poltavsky

License: GPL3 or later