|
Hi list, Apologies for the dumb question but could someone explain why these two expressions result in a different sound? {Saw.ar(Line.kr(24, 108, 10).midicps, 0.2)}.play; {Saw.ar(Line.kr(32.703195662575, 4186.0090448096, 14.56761754744), 0.2)}.play; Whereas these are identical: {Saw.ar(24.midicps, 0.2)}.play; {Saw.ar(32.703195662575, 0.2)}.play; {Saw.ar(Line.kr(32.703195662575, 4186.0090448096, 10), 0.2)}.play; it's still not the same. Thanks, |