PureData CEAMMC library web documentation
доступно с версии: 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
Запросить/установить delay time list
тип: list
единица: ms
минимальное значение: 0
@block
Запросить/установить blocking mode. If true, discards incoming messages until scheduled message will
output, after that is ready to accept the new one.
тип: bool
по умолчанию: 0
Смотрите также: [flow.delay]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later