<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">I did a search for "sinesum" with my gui-plugin and got the following (ignoring some which just<br>use sinesum in an example patch):<br><br>doc/5.reference/all about arrays.pd<br><br><div>doc/5.reference/table-help.pd</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">doc/2.control.examples/15.array.pd</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div>A few points:<br>1. Pd's right-click Help is functionally useless for arrays.&nbsp; You have to open the<br>graph and click directly on an array element to get array-help.pd.&nbsp; Otherwise Pd<br>assumes (correctly) that you're clicking a canvas
 and brings up canvas-help.pd.<br>I put links for arrays, subpatches, tables, etc. in the updated doc for canvas-help.pd<br>but it's still difficult to find.<br>2. Typical responses on this list (like mine above) assume the user knows how to<br>browse the "Pd docs", which are located in different places depending on your<br>system.&nbsp; Although the user can click &lt;ctrl-b&gt; to bring up a platform independent<br>doc browser, it still takes 2 clicks to get to any of the docs listed above and is<br>generally a pain in the ass to try to remember whether some doc was located in<br>"1.manual", "manuals", or god forbid "7.stuff".<br>3. Sorry about #1 and #2 above.&nbsp; The documentation should be a lot more<br>user-friendly than it currently is.<br><br>-Jonathan<br><br><div><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family: times new roman, new york, times, serif;
 font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Patrice Colet &lt;colet.patrice@free.fr&gt;<br> <b><span style="font-weight: bold;">To:</span></b> pd-list &lt;pd-list@iem.at&gt; <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, September 25, 2012 11:47 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [PD] messages language<br> </font> </div> <br>hello<br><br><br>&gt; De: "Фывапр Олджэвич" &lt;<a ymailto="mailto:tofuckof@inbox.ru" href="mailto:tofuckof@inbox.ru">tofuckof@inbox.ru</a>&gt;<br> <br>&gt; It seems that everything in PD-patch can be done with just messages,<br>&gt; starting with " ; "<br>&gt; <br>&gt; Is it true ?<br><br>semi-colon means that a message will be sent internaly to a [receive] object named with next argument,<br>this
 also can be a [table] object.<br><br>&gt; <br>&gt; For example I can use<br>&gt; <br>&gt; [ ; table1 sinesum 512 0.5 0.5 0.5 0.5; table2 cosinesum 512 0 1 {<br>&gt; <br>&gt; to draw wave in a table .<br>&gt; <br>&gt; But where can I find the most complete list of this messages and<br>&gt; their syntax and meanings ??<br><br>for sinesum message arg 1: Number of Points - arg 2: list of partial strengths<br><br>it's documented in all_about_arrays.pd/Higher_math/sine_waves<br><br>_______________________________________________<br><a ymailto="mailto:Pd-list@iem.at" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br><br><br> </div> </div> </blockquote></div>   </div></body></html>