de.sciss.synth.ugen
A UGen that delays the input by 1 audio frame or control period.
For audio-rate signals the delay is 1 audio frame, and for control-rate signals the delay is 1 control period.
Note: The first value output is not zero but the same as the first input value! In this respect the UGen behaves different than DelayN .
DelayN
// analog to HPZ1 play { val z = PinkNoise.ar val x = z - Delay1.ar(z) // mouse button to compare dry/wet LinXFade2.ar(z, x, MouseButton.kr(-1, 1)) }
Delay2
input to be delayed
A UGen that delays the input by 1 audio frame or control period.
For audio-rate signals the delay is 1 audio frame, and for control-rate signals the delay is 1 control period.
Note: The first value output is not zero but the same as the first input value! In this respect the UGen behaves different than
DelayN
.Examples
DelayN
Delay2