de.sciss.synth.ugen
A sine-like oscillator UGen with a shape made of two parabolas. It has audible odd harmonics and is non-band-limited. Its output ranges from -1 to +1.
// modulating frequency play { LFPar.ar(XLine.kr(100, 20000, 10)) * 0.1 }
// modulating amplitude play { LFPar.kr(XLine.kr(1, 200, 10)) * SinOsc.ar(440) * 0.1 }
// used as both oscillator and LFO play { LFPar.ar(LFPar.kr(LFPar.kr(0.2).madd(8,10)).madd(400,800)) * 0.1 }
LFCub
oscillator frequency in Hertz
initial phase in cycle (0 to 1) (init-time only)
A sine-like oscillator UGen with a shape made of two parabolas. It has audible odd harmonics and is non-band-limited. Its output ranges from -1 to +1.
Examples
LFCub