[PD] signal math explanation

IOhannes m zmölnig zmoelnig at iem.at
Sat Jan 18 19:15:51 CET 2014


On 01/18/2014 06:59 PM, Pall Thayer wrote:
> Ah... I've seen this in some of the help patches. Why would someone do it
> with multiple [+~] instead of a single [*~]? There's no difference?

aesthetic reasons?
hinting at bigger structures?

but consider this: why would someone write the following code?
> #!/usr/bin/perl
> sleep((8*60)*60);

it does the same as the following (which is slightly faster):
> #!/usr/bin/perl
> sleep(28800);


gfamdsr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 880 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20140118/83559b9a/attachment.pgp>


More information about the Pd-list mailing list