<?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[Replacement for [list]?]]></title><description><![CDATA[<p>Hi, if I have a patch that contains [list], is there anything that I can substitute it with, that does exactly the same thing?</p>
<p>I've been having quite a bit of fun with the rj library (<a href="https://puredata.info/downloads/rjlib" rel="nofollow">https://puredata.info/downloads/rjlib</a>), but have found some patches like u_highpassq contain the use of [list] inside them. Normally this wouldn't be a problem, but I kind of need to be able to compile my patch using the heavy compiler (<a href="https://github.com/enzienaudio/hvcc" rel="nofollow">https://github.com/enzienaudio/hvcc</a>), and the heavy compiler does not support [list] for some strange reason.</p>
<p>The reason I kind of need to use the heavy compiler is because that's what <a href="https://www.rebeltech.org/patch-library/" rel="nofollow">https://www.rebeltech.org/patch-library/</a> uses. I have one of their devices, and I want to load a patch onto it that contains the high pass filter mentioned previously.</p>
<p>Alternatively, if anyone knows of a good vanilla (not extended) resonant low pass / resonant high pass filter patch that I could use instead of the rj one then that'd be great. I'm surprised pd doesn't have something like this in vanilla by default. Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 21:48:57 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12820.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 May 2020 08:27:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Replacement for [list]? on Sun, 17 May 2020 08:27:34 GMT]]></title><description><![CDATA[<p>Hi, if I have a patch that contains [list], is there anything that I can substitute it with, that does exactly the same thing?</p>
<p>I've been having quite a bit of fun with the rj library (<a href="https://puredata.info/downloads/rjlib" rel="nofollow">https://puredata.info/downloads/rjlib</a>), but have found some patches like u_highpassq contain the use of [list] inside them. Normally this wouldn't be a problem, but I kind of need to be able to compile my patch using the heavy compiler (<a href="https://github.com/enzienaudio/hvcc" rel="nofollow">https://github.com/enzienaudio/hvcc</a>), and the heavy compiler does not support [list] for some strange reason.</p>
<p>The reason I kind of need to use the heavy compiler is because that's what <a href="https://www.rebeltech.org/patch-library/" rel="nofollow">https://www.rebeltech.org/patch-library/</a> uses. I have one of their devices, and I want to load a patch onto it that contains the high pass filter mentioned previously.</p>
<p>Alternatively, if anyone knows of a good vanilla (not extended) resonant low pass / resonant high pass filter patch that I could use instead of the rj one then that'd be great. I'm surprised pd doesn't have something like this in vanilla by default. Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list</guid><dc:creator><![CDATA[dxinteractive]]></dc:creator><pubDate>Sun, 17 May 2020 08:27:34 GMT</pubDate></item><item><title><![CDATA[Reply to Replacement for [list]? on Sun, 17 May 2020 08:56:06 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/dxinteractive">@dxinteractive</a> [vcf~] might give you the filters with a bit of extra work for highpass.<br />
[pack] might be useable instead of [list]...... but is it the list selector that is unrecognised?<br />
Even a raw message like [1 2 3( ....... that is a list, has the list selector added in Pd.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 17 May 2020 08:56:06 GMT</pubDate></item><item><title><![CDATA[Reply to Replacement for [list]? on Sun, 17 May 2020 12:49:13 GMT]]></title><description><![CDATA[<p>Hi, thanks for the reply. I passed on [vcf~] as it didn't have the sound I was after, it doesn't quite sound like a typical 12db/Oct resonant low pass filter to my ears, at least at higher cut off frequencies, and didn't think it was worth trying to wrangle a highpass filter out of it.</p>
<p>The heavy library can definitely do normal lists like [1 2 3( , it's specifically the [list] object that it doesn't like. In the patch in question, [list] has no arguments. Since posting this, I found <a href="http://write.flossmanuals.net/pure-data/lists/" rel="nofollow">http://write.flossmanuals.net/pure-data/lists/</a>, and it says that [list] simply prepends a &quot;list&quot; symbol to any list it receives. If that's true then perhaps I can just do the same manually.</p>
<p>I have no idea why heavy does not have the [list] object, it's a strange omission / limitation</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/3</guid><dc:creator><![CDATA[dxinteractive]]></dc:creator><pubDate>Sun, 17 May 2020 12:49:13 GMT</pubDate></item><item><title><![CDATA[Reply to Replacement for [list]? on Sun, 17 May 2020 12:54:59 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/dxinteractive">@dxinteractive</a> There are a few objects that add an extra list tag.  It can be removed with [list trim] but of course if heavy doesn't like [list] then that might not work.<br />
But [route list] will also remove it..... sending on the list without the extra tag on its left outlet.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 17 May 2020 12:54:59 GMT</pubDate></item><item><title><![CDATA[Reply to Replacement for [list]? on Sun, 17 May 2020 14:15:51 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/dxinteractive">@dxinteractive</a> Yes, in u_highpassq.pd [list] is used to store a list for later usage:</p>
<p><img src="/uploads/files/1589724763577-bildschirmfoto-vom-2020-05-17-16-09-55.png" alt="Bildschirmfoto vom 2020-05-17 16-09-55.png" class="img-responsive img-markdown" /></p>
<p>You can replace it with a message that is overwritten with the [set( directive like that:</p>
<p><img src="/uploads/files/1589724829157-bildschirmfoto-vom-2020-05-17-16-11-25.png" alt="Bildschirmfoto vom 2020-05-17 16-11-25.png" class="img-responsive img-markdown" /></p>
<p>This should work especially if all entries in the list are numbers. If symbols are involved, some care must be taken. This only works if the length of the list is fixed. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";)" alt=";)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/5</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sun, 17 May 2020 14:15:51 GMT</pubDate></item><item><title><![CDATA[Reply to Replacement for [list]? on Sun, 17 May 2020 14:37:51 GMT]]></title><description><![CDATA[<p>Otherwise, if set is not supported by heavy, you could something like this:</p>
<p><img src="/uploads/files/1589726269844-bildschirmfoto-vom-2020-05-17-16-37-38.png" alt="Bildschirmfoto vom 2020-05-17 16-37-38.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/6</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sun, 17 May 2020 14:37:51 GMT</pubDate></item><item><title><![CDATA[Reply to Replacement for [list]? on Sun, 17 May 2020 18:29:56 GMT]]></title><description><![CDATA[<p>Or even</p>
<p><img src="/uploads/files/1589740194549-bildschirmfoto-vom-2020-05-17-20-29-31.png" alt="Bildschirmfoto vom 2020-05-17 20-29-31.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/7</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sun, 17 May 2020 18:29:56 GMT</pubDate></item><item><title><![CDATA[Reply to Replacement for [list]? on Mon, 18 May 2020 06:49:31 GMT]]></title><description><![CDATA[<p>Awesome, thanks so much for your help, especially showing a few alternatives on the exact file I want to change! I'll give all this a go. Hope it works. I really like the rj library and I'm keen to keep using it.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/8</guid><dc:creator><![CDATA[dxinteractive]]></dc:creator><pubDate>Mon, 18 May 2020 06:49:31 GMT</pubDate></item><item><title><![CDATA[Reply to Replacement for [list]? on Sun, 28 Jun 2026 13:14:29 GMT]]></title><description><![CDATA[<p>I spent some time this month to try and get <code>[list]</code> to work for the heavy compiler.</p>
<p>There are some limitations, but things are mostly working: <a href="https://github.com/Wasted-Audio/hvcc/pull/381/changes" rel="nofollow">https://github.com/Wasted-Audio/hvcc/pull/381/changes</a></p>
<p>We could really use some nice examples to try with this!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12820/replacement-for-list/9</guid><dc:creator><![CDATA[dreamer]]></dc:creator><pubDate>Sun, 28 Jun 2026 13:14:29 GMT</pubDate></item></channel></rss>