Delay2

final case
class Delay2(rate: MaybeRate, in: GE) extends SingleOut

A UGen that delays the input by 2 audio frames or control periods.

For audio-rate signals the delay is 2 audio frames, and for control-rate signals the delay is 2 control periods.

''Warning:'' the The first value output is zero, while both the second and the third value output equal the first input value! In this respect the UGen behaves different than DelayN .

Value Params
in

input to be delayed

See also
Companion
object
trait Serializable
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource