<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Closing patches with a lot of graphical data structures]]></title><description><![CDATA[<p>with <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ingox">@ingox</a> i discovered that big graphical data structures can take a very long time to close a patch (several minutes is possible, depending on the size and number) . there is a workaround, which is to clear the ds windows before closing the patch, i automated the process with a close button. but still its not a very nice way. does anybody know a better way or knows why it is that slow? is it perhaps faster with the 64bit version of pure data(which exists only for osx if i am right)? or do i have do accept that as a limit of the graphical data structures (it could be a problem of storage management)?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10814/closing-patches-with-a-lot-of-graphical-data-structures</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 17:16:49 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10814.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Jun 2017 14:57:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Closing patches with a lot of graphical data structures on Fri, 16 Jun 2017 15:09:42 GMT]]></title><description><![CDATA[<p>with <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ingox">@ingox</a> i discovered that big graphical data structures can take a very long time to close a patch (several minutes is possible, depending on the size and number) . there is a workaround, which is to clear the ds windows before closing the patch, i automated the process with a close button. but still its not a very nice way. does anybody know a better way or knows why it is that slow? is it perhaps faster with the 64bit version of pure data(which exists only for osx if i am right)? or do i have do accept that as a limit of the graphical data structures (it could be a problem of storage management)?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10814/closing-patches-with-a-lot-of-graphical-data-structures</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10814/closing-patches-with-a-lot-of-graphical-data-structures</guid><dc:creator><![CDATA[Jona]]></dc:creator><pubDate>Fri, 16 Jun 2017 15:09:42 GMT</pubDate></item><item><title><![CDATA[Reply to Closing patches with a lot of graphical data structures on Fri, 16 Jun 2017 19:21:39 GMT]]></title><description><![CDATA[<p>It's probably because of the line in <code>glist_delete</code> from g_graph.c that redraws all the scalars on every visible canvas when you delete any object like [drawpolygon] or [drawcurve].</p>
<p>Closing a patch triggers the deletion of every individual Pd object, including [drawpolygon], [drawcurve], etc. So for each one of those drawing instructions you have in your patch, Pd will send another message to redraw every single scalar.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10814/closing-patches-with-a-lot-of-graphical-data-structures/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10814/closing-patches-with-a-lot-of-graphical-data-structures/2</guid><dc:creator><![CDATA[jancsika]]></dc:creator><pubDate>Fri, 16 Jun 2017 19:21:39 GMT</pubDate></item><item><title><![CDATA[Reply to Closing patches with a lot of graphical data structures on Fri, 16 Jun 2017 22:53:02 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jancsika">@jancsika</a> thanks very much, that could be the reason.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10814/closing-patches-with-a-lot-of-graphical-data-structures/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10814/closing-patches-with-a-lot-of-graphical-data-structures/3</guid><dc:creator><![CDATA[Jona]]></dc:creator><pubDate>Fri, 16 Jun 2017 22:53:02 GMT</pubDate></item></channel></rss>