[PD] messages language

Patrice Colet colet.patrice at free.fr
Wed Sep 26 05:47:26 CEST 2012


hello


> De: "Фывапр Олджэвич" <tofuckof at inbox.ru>
 
> It seems that everything in PD-patch can be done with just messages,
> starting with " ; "
> 
> Is it true ?

semi-colon means that a message will be sent internaly to a [receive] object named with next argument,
this also can be a [table] object.

> 
> For example I can use
> 
> [ ; table1 sinesum 512 0.5 0.5 0.5 0.5; table2 cosinesum 512 0 1 {
> 
> to draw wave in a table .
> 
> But where can I find the most complete list of this messages and
> their syntax and meanings ??

for sinesum message arg 1: Number of Points - arg 2: list of partial strengths

it's documented in all_about_arrays.pd/Higher_math/sine_waves



More information about the Pd-list mailing list