hello
De: "Фывапр Олджэвич" tofuckof@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