2 summary:: Sawtooth oscillator
3 related:: Classes/LFCub, Classes/LFPar, Classes/LFPulse, Classes/LFTri, Classes/Saw
4 categories:: UGens>Generators>Deterministic
9 A non-band-limited sawtooth oscillator. Output ranges from -1 to +1.
21 Initial phase offset. For efficiency reasons this is a value
26 Output will be multiplied by this value.
29 This value will be added to the output.
34 { LFSaw.ar(500, 1, 0.1) }.play
36 // used as both Oscillator and LFO:
37 { LFSaw.ar(LFSaw.kr(4, 0, 200, 400), 0, 0.1) }.play