Patches

Delay

Delay

Delay a value by the specified number of seconds. The patch will not output the value it receives until the delay has elapsed.

Right-click to change the type (ex: number, boolean, color).

Delay

  • Value
  • Duration
  • Style
  • Value

Value

The value to delay.

Duration

The number of seconds to wait.

Style

The condition for triggering the delay, one of Always, When Increasing, and When Decreasing. The default Always option will always trigger a delay, while When Increasing and When Decreasing will trigger a delay only when the value is currently increasing or decreasing. Note that the When Increasing and When Decreasing options only apply to number and boolean values; otherwise, When Increasing and When Decreasing will function the same as Always.

Value

The value, which will be output only after the delay has elapsed.