<div dir="auto"><div>Thank you, Jonathan. My students noted in class today that pix_image on Windows (at least in version 2.4.1) does not support jpegs which may suggest a problem with the build.<div dir="auto"><br></div><div dir="auto">Also, any chance we can have the coll object use the text editor like the one for text define, or better yet perhaps one that the node webkit may have built-in?</div><div dir="auto"><br></div><div dir="auto">Lastly, how hard would it be to fix the MouseState object to work with nw?<br><br><div data-smartmail="gmail_signature" dir="auto">-- <br>Ivica Ico Bukvic, D.M.A.<br>Associate Professor<br>Computer Music<br>ICAT Senior Fellow<br>Director -- DISIS, L2Ork<br>Virginia Tech<br>School of Performing Arts – 0141<br>Blacksburg, VA 24061<br>(540) 231-6139<br><a href="mailto:ico@vt.edu">ico@vt.edu</a><br><a href="http://www.performingarts.vt.edu">www.performingarts.vt.edu</a><br><a href="http://disis.icat.vt.edu">disis.icat.vt.edu</a><br><a href="http://l2ork.icat.vt.edu">l2ork.icat.vt.edu</a><br><a href="http://ico.bukvic.net">ico.bukvic.net</a></div></div><br><div class="gmail_extra"><br><div class="gmail_quote">On Nov 2, 2017 12:29, "Jonathan Wilkes" <<a href="mailto:jancsika@yahoo.com">jancsika@yahoo.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi list,<br>
<br>
Purr Data 2.4.2 is out:<br>
<br>
<a href="https://github.com/jonwwilkes/purr-data/releases" rel="noreferrer" target="_blank">https://github.com/jonwwilkes/<wbr>purr-data/releases</a><br>
<br>
Please report bugs here:<br>
<br>
<a href="https://git.purrdata.net/jwilkes/purr-data/issues" rel="noreferrer" target="_blank">https://git.purrdata.net/<wbr>jwilkes/purr-data/issues</a><br>
<br>
* fixed freeze when flooding the Pd window with messages<br>
<br>
Updating the scrollbars turns out to be expensive. It<br>
<br>
was possible to print messages from Pd to the GUI fast<br>
<br>
enough that Purr Data's GUI would spend all its time<br>
<br>
redrawing the scrollbar position. Purr Data now throttles<br>
<br>
the scrollbar update in the Pd Window to avoid this problem.<br>
<br>
(We could also further improve it by throttling and/or<br>
<br>
batching the addition of new text nodes in the printout<br>
<br>
area, but that doesn't seem necessary so far.)<br>
<br>
There was also a report of an open text window for<br>
<br>
[text define] causing a freeze when populating it with<br>
<br>
10,000 lines. But this turns out to be a problem with<br>
<br>
the Pd<->GUI interface of [text define]-- for each line<br>
<br>
you add it will a) clear the window and b) resend every<br>
<br>
line of the binbuf to the GUI.<br>
<br>
<br>
* fixed array tick labels<br>
<br>
Array tick labels were displayed at a slightly different<br>
<br>
size and weren't centered on the tick lines. Thanks to Albert<br>
<br>
for reporting and helping fix it.<br>
<br>
<br>
* normalize array trace line thickness so it is always visible<br>
<br>
Thanks to Albert for reporting and fixing.<br>
<br>
<br>
* send correct pointer for data structure array element event callbacks<br>
<br>
If you set up an event like<br>
[loadbang]---[drag 1(---[draw rect 40 40]<br>
you now get the correct pointer to the outlet, even for<br>
<br>
array elements. This makes the event callback functionality<br>
<br>
much more expressive.<br>
<br>
* only redraw affected data structure array element when updating a field for [draw array]<br>
<br>
<br>
The [draw array] object is still a work-in-progress. But this will<br>
<br>
be a substantial speedup in redrawing array elements.<br>
<br>
For example, suppose you want to change the color of the 59th<br>
<br>
rectangle in a data structure array of 1000 elements. With [plot],<br>
<br>
when you update the field associated with that color the entire<br>
<br>
scalar is erased and redrawn: 1000 x size of the message to<br>
<br>
erase and draw a rectangle.<br>
<br>
With [draw array], this is reduced to: size of message to update<br>
<br>
a single rectangle's visual attributes.<br>
<br>
Best,<br>
Jonathan<br>
______________________________<wbr>_________________<br>
L2Ork-dev mailing list<br>
<a href="mailto:L2Ork-dev@disis.music.vt.edu">L2Ork-dev@disis.music.vt.edu</a><br>
<a href="https://disis.music.vt.edu/listinfo/l2ork-dev" rel="noreferrer" target="_blank">https://disis.music.vt.edu/<wbr>listinfo/l2ork-dev</a><br>
</blockquote></div><br></div></div></div>