Curious,
The waveforms of LFSaw and SyncSaw both ramp from bottom to top.
Is there a reason that the Saw's ramp is reversed?
Also, why is does Saw's range go from -0.5 to 0.5 when almost
every other oscillator go from -1 to 1?
I assume it has something to do with it being band limited
since Pulse seems to have a similar range?
(
{[ SinOsc.ar,
Formant.ar,
Blip.ar,
Saw.ar,
LFSaw.ar,
SyncSaw.ar,
Pulse.ar,
LFTri.ar,
LFCub.ar,
LFPar.ar,
Gendy1.ar,
Gendy2.ar,
Gendy3.ar,
]}.plot(0.05, bounds:Rect(300, 500, 1000, 1000));
)
-mgc