PureData CEAMMC library web documentation
доступно с версии: 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
Запросить/установить delay time
тип: float
единица: ms
минимальное значение: 0
по умолчанию: 0
@block
Запросить/установить 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.
тип: bool
по умолчанию: 0
Смотрите также: [delay]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later