Delay a number by the specified number of seconds. The patch will not output the value it receives until the delay has elapsed.
Accepts any value that can be converted to a number, like a boolean (on/off).
以指定的秒数延迟脉冲。Delay 模块在接收到信息后不会马上输出,而是等到指定的延迟时间过了之后才输出。
接受可以转换为数字的任何值,例如布尔值( on 开 / off 关)。
板栗:还有个 Wait 模块跟这个功能差不多,但是 Delay 模块可以选延迟类型。
输入口
Value 值
The number to delay.
要延迟的值连接到这里。
Duration 时长
The number of seconds to wait.
等待多长时间。
Style 样式
When to delay the number (either when the number is increasing or decreasing). By default, the value will always be delayed.
选择延迟什么时候生效(始终、数字增加时、数字减少时)。默认情况下是始终生效。
输出口
Value 值
The number, which is output only after the delay has elapsed.
输出延迟后的值。
Related Patches 相关模块
Wait
Delay 1,Switch
Interaction
案例
2. Facebook Live Comments
自动在 Facebook Live 视频中添加评论。
19. Instagram Direct Messages
重复的向朋友发送Instagram直接消息。