<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><br><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Alexandre Torres Porres &lt;porres@gmail.com&gt;<br> <b><span style="font-weight: bold;">To:</span></b> Jonathan Wilkes &lt;jancsika@yahoo.com&gt; <br><b><span style="font-weight: bold;">Cc:</span></b> Roman Haefeli &lt;reduzent@gmail.com&gt;; pd-list &lt;pd-list@iem.at&gt; <br> <b><span style="font-weight: bold;">Sent:</span></b> Saturday, May 25, 2013 1:18 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [PD] first exercise with data structures<br> </font> </div> <div class="y_msg_container"><br>
<div id="yiv1580630607">&gt;&gt;&nbsp;They are _extremely_ limited with the current implementation.<br><br>&gt;what do you mean by that?<br><br>* big resource hog-- you'll get dropouts with drawing instructions<br>or animations of any complexity<br>* you must choose between using $0 in struct name (for locality) or<br>having flexible approach where you can save/retrieve state.&nbsp; (Unlike<br>a "Put" menu array where you can get both)<br>* no option to _not_ save ds state with the patch (Unlike a "Put" menu<br>array)<br>* buffer overflow when reading state from file http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1469910&amp;group_id=55736&amp;atid=478070<br>* cannot easily set hotspot for mouse manipulation<br>* hotspot bug http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2457992&amp;group_id=55736&amp;atid=478070<br>* flickering animation with arrays and/or lots of scalars on screen<br>* crashes with nested arrays when
 changing struct args<br>* many other problems<br><br>Usable for making a static score/diagram that will not be encapsulated inside an<br>abstraction, and for array manipulations that don't require any drawing instructions.<br>So _extremely_ limited.<br><br>-Jonathan<br></div></div> </div> </div>  </div></body></html>