Delay2:
Filter:
Classes | UGens > Delays

Delay2 : Delay1 : PureUGen : UGen : AbstractFunction : Object

Two sample delay.
Source: Delays.sc

Description

Delays the input by 2 samples.

Class Methods

Delay2.ar(in: 0.0, mul: 1.0, add: 0.0)

From superclass: Delay1

Delay2.kr(in: 0.0, mul: 1.0, add: 0.0)

From superclass: Delay1

Arguments:

in

Input signal.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Instance Methods

Inherited instance methods

Examples