<?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[how to dynamically populate and store a collection of floats]]></title><description><![CDATA[<p>Hi, I’d like to use [key] to dynamically populate a (variable length) list of floats. I can’t work out how to collect and store the list so that I can then output the list as a whole.</p>
<p>For example, I could type “asdf” and then press enter, which would result in the floats 97 115 100 102 10. The 10 would be syphoned off, and the other numbers are stored as a list. I’ve tried various [list], [zlgroup], [any] etc. I just can’t work it out! Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 09:22:20 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12502.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Jan 2020 19:31:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to dynamically populate and store a collection of floats on Tue, 07 Jan 2020 19:31:28 GMT]]></title><description><![CDATA[<p>Hi, I’d like to use [key] to dynamically populate a (variable length) list of floats. I can’t work out how to collect and store the list so that I can then output the list as a whole.</p>
<p>For example, I could type “asdf” and then press enter, which would result in the floats 97 115 100 102 10. The 10 would be syphoned off, and the other numbers are stored as a list. I’ve tried various [list], [zlgroup], [any] etc. I just can’t work it out! Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats</guid><dc:creator><![CDATA[murraybeers]]></dc:creator><pubDate>Tue, 07 Jan 2020 19:31:28 GMT</pubDate></item><item><title><![CDATA[Reply to how to dynamically populate and store a collection of floats on Tue, 07 Jan 2020 20:12:52 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/murraybeers">@murraybeers</a></p>
<p>This will do that.........<a href="/uploads/files/1578427472754-make-list.pd">make-list.pd</a></p>
<p><img src="/uploads/files/1578426583709-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /></p>
<p>This adds anything but 10 to a message, and then sends it onwards when 10 is received........ and then clears the message so as to start a new list.</p>
<p>Where the [print] is replace it with a send to your storage........ [text]... [qlist]...<br />
David.</p>
<p>Lists can be built in a message box by sending in messages.<br />
It is one of the most useful features of Pd.<br />
<img src="/uploads/files/1578427962943-capture2.jpg" alt="Capture2.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 07 Jan 2020 20:12:52 GMT</pubDate></item><item><title><![CDATA[Reply to how to dynamically populate and store a collection of floats on Tue, 07 Jan 2020 20:17:59 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Ah! perfect, thanks so much.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats/3</guid><dc:creator><![CDATA[murraybeers]]></dc:creator><pubDate>Tue, 07 Jan 2020 20:17:59 GMT</pubDate></item><item><title><![CDATA[Reply to how to dynamically populate and store a collection of floats on Tue, 07 Jan 2020 21:15:20 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/murraybeers">@murraybeers</a> The same can be done with [list store]:<br />
<img src="/uploads/files/1578431719070-bildschirmfoto-vom-2020-01-07-22-14-40.png" alt="Bildschirmfoto vom 2020-01-07 22-14-40.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats/4</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Tue, 07 Jan 2020 21:15:20 GMT</pubDate></item><item><title><![CDATA[Reply to how to dynamically populate and store a collection of floats on Tue, 07 Jan 2020 21:35:18 GMT]]></title><description><![CDATA[<p>Thanks, I had been getting close to something like this using [sel 10] and [list store], but only the final key stroke in the sequence was being printed. The [append $1] was the missing bit!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12502/how-to-dynamically-populate-and-store-a-collection-of-floats/5</guid><dc:creator><![CDATA[murraybeers]]></dc:creator><pubDate>Tue, 07 Jan 2020 21:35:18 GMT</pubDate></item></channel></rss>