Category: 🧠 Logic
![]()
Delays incoming jolts by a specified time, with configurable behavior for handling overlapping jolts.
Adds a time delay to jolt signals with two behavior modes (set in the inspector):
| Name | Type | Description |
|---|---|---|
| Delay | Stream Input | Time delay in seconds before jolts are output. |
| Jolt to delay | Jolt Input | Incoming jolt to be delayed. |
| Name | Type | Description |
|---|---|---|
| Jolt Out | Jolt Output | Emits the delayed jolt (behavior depends on the inspector Behavior setting). |
| Progress 0-1 | Stream Output | Ramps from 0 to 1 over the pending delay period (only active in 'Last' behavior mode). |
| Name | Type | Description |
|---|---|---|
| Behavior | dropdown | Queued: every incoming jolt is delayed and replayed in order. Last: only the most recent jolt is held; new jolts cancel the pending one and restart the timer (Progress 0-1 output is enabled in this mode). |