Describe the bug
Sync flag seems reversed from documentation.
To Reproduce
a = {
var sig = VarShapeOsc.ar(LFDNoise3.kr(2).exprange(100, 500), 0.5, 0.5, 0);
(sig * 0.05).dup
}.play;
Expected behavior
With sync disabled (0), we should hear the frequency modulation.
Instead we hear a constant frequency matching the default sync frequency.
Describe the bug
Sync flag seems reversed from documentation.
To Reproduce
Expected behavior
With sync disabled (0), we should hear the frequency modulation.
Instead we hear a constant frequency matching the default sync frequency.