[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] midicps



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;

I guess it's got something to do with converting the dur value of Line.kr but I can't figure out what; if you do this
{Saw.ar(Line.kr(32.703195662575, 4186.0090448096, 10), 0.2)}.play;
it's still not the same.

Thanks,
Peter