<?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[ask array to redraw itself?]]></title><description><![CDATA[<p>When I bang switch~ and write to an array using tabsend~, the array never redraws itself unless I click on the array (thereby changing one sample of data) or if I read and rewrite one sample as shown below.  Is there a better way?<br />
<a href="/uploads/files/1653583119546-redrawarray.pd">redrawArray.pd</a><br />
<img src="/uploads/files/1653583139349-screenshot-2022-05-26-123159.png" alt="Screenshot 2022-05-26 123159.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 15:41:11 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13948.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 May 2022 16:39:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ask array to redraw itself? on Thu, 26 May 2022 16:39:19 GMT]]></title><description><![CDATA[<p>When I bang switch~ and write to an array using tabsend~, the array never redraws itself unless I click on the array (thereby changing one sample of data) or if I read and rewrite one sample as shown below.  Is there a better way?<br />
<a href="/uploads/files/1653583119546-redrawarray.pd">redrawArray.pd</a><br />
<img src="/uploads/files/1653583139349-screenshot-2022-05-26-123159.png" alt="Screenshot 2022-05-26 123159.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Thu, 26 May 2022 16:39:19 GMT</pubDate></item><item><title><![CDATA[Reply to ask array to redraw itself? on Thu, 26 May 2022 19:06:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> The only message I can find that updates without changing the data......<br />
David.<br />
<img src="/uploads/files/1653591912126-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Thu, 26 May 2022 19:06:00 GMT</pubDate></item><item><title><![CDATA[Reply to ask array to redraw itself? on Thu, 26 May 2022 19:14:12 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Huh.  I wouldn't have thunk.  Is an array something that's embedded in a canvas?  I would've expected canvas to have a redraw method.  Or maybe I'm confusing canvas with graph-on-parent.  I find all that stuff confusing.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/3</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Thu, 26 May 2022 19:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to ask array to redraw itself? on Thu, 26 May 2022 19:54:17 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> you can try <code>[array-redraw]</code> from my library if you need it <a href="https://github.com/sebshader/shadylib" rel="nofollow">https://github.com/sebshader/shadylib</a><br />
(hopefully a new release coming soon.. in the meantime you have to compile yourself)</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/4</guid><dc:creator><![CDATA[seb-harmonik.ar]]></dc:creator><pubDate>Thu, 26 May 2022 19:54:17 GMT</pubDate></item><item><title><![CDATA[Reply to ask array to redraw itself? on Fri, 27 May 2022 00:26:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/seb-harmonik-ar">@seb-harmonik.ar</a> yeah, I saw that garray_redraw() function when I was studying the ipoke~ source, and then tried to see if I could see in Pd source what array message handlers it was called by, but it seemed like the array manipulation code wasn't all in one place (correct me if I'm wrong, I didn't look so hard).  Looking through your source code really makes me want to learn how to write externals.  I gotta finish my music projects first though.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/5</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Fri, 27 May 2022 00:26:24 GMT</pubDate></item><item><title><![CDATA[Reply to ask array to redraw itself? on Sun, 21 Sep 2025 09:22:59 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/seb-harmonik-ar">@seb-harmonik.ar</a>  I couldn't find [array-redraw] in shadylib, maybe I looked in the wrong place but the redraw.pd from David <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> works for me so far</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/6</guid><dc:creator><![CDATA[gigaday]]></dc:creator><pubDate>Sun, 21 Sep 2025 09:22:59 GMT</pubDate></item><item><title><![CDATA[Reply to ask array to redraw itself? on Mon, 22 Sep 2025 04:45:41 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> can you use tabwrite~ and tabsend~<br />
<img src="/uploads/files/1758516298072-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/7</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Mon, 22 Sep 2025 04:45:41 GMT</pubDate></item><item><title><![CDATA[Reply to ask array to redraw itself? on Mon, 22 Sep 2025 10:36:26 GMT]]></title><description><![CDATA[<p>apologies <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jameslo">@jameslo</a> I wasn't paying attention and replied to a 3 year old post</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/8</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Mon, 22 Sep 2025 10:36:26 GMT</pubDate></item><item><title><![CDATA[Reply to ask array to redraw itself? on Mon, 22 Sep 2025 21:25:43 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/balwyn">@Balwyn</a> Thanks for your code snippet for tabwrite~ and tabsend~. It is just what I need to get on top of the [array-redraw] dilemma</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13948/ask-array-to-redraw-itself/9</guid><dc:creator><![CDATA[gigaday]]></dc:creator><pubDate>Mon, 22 Sep 2025 21:25:43 GMT</pubDate></item></channel></rss>