2 summary:: Single sample delay.
3 related:: Classes/Delay2
4 categories:: UGens>Delays
9 Delays the input by 1 audio frame or control period.
20 Output will be multiplied by this value.
23 This value will be added to the output.
26 For audio-rate signals the delay is 1 audio frame, and for control-rate signals the delay is 1 control period.
37 [z, z - Delay1.ar(z)] // [ original, subtract delayed from original ]