<?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[Is it possible to stack layers in PD?]]></title><description><![CDATA[<p>For example, I would like to trigger a sound playback multiple times, but every time I send a bang, the sound file will restart to play. Is it possible to let the [readsf~] work in a &quot;stacking&quot; mode, which means every time it takes a non-zero value, it layers the playback at that particular rate?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 23:59:13 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14055.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Sep 2022 11:37:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is it possible to stack layers in PD? on Sat, 03 Sep 2022 11:37:27 GMT]]></title><description><![CDATA[<p>For example, I would like to trigger a sound playback multiple times, but every time I send a bang, the sound file will restart to play. Is it possible to let the [readsf~] work in a &quot;stacking&quot; mode, which means every time it takes a non-zero value, it layers the playback at that particular rate?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd</guid><dc:creator><![CDATA[chaosprint]]></dc:creator><pubDate>Sat, 03 Sep 2022 11:37:27 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to stack layers in PD? on Sat, 03 Sep 2022 13:07:50 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/chaosprint">@chaosprint</a> I don't really understand the question.<br />
But [readsf~] will play one soundfile at a time from beginning to end, can be started and stopped, and can be given a value in samples determining the start point (onset) in the &quot;open&quot; message.... see its help file.....<br />
If you want to play the same track twice at different times you will need 2 [readsf~] ...... or you could use [delread~] and [delwrite~] to add a delayed signal to your output (echo).<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 03 Sep 2022 13:07:50 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to stack layers in PD? on Sat, 03 Sep 2022 18:19:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/chaosprint">@chaosprint</a> said:</p>
<blockquote>
<p>For example, I would like to trigger a sound playback multiple times<br />
it layers the playback at that particular rate</p>
</blockquote>
<p>You mean, like a polyphonic sampler? If so I'd load the sample in a table and have an instance of tabread~/tabread4~ for each &quot;layer&quot;.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd/3</guid><dc:creator><![CDATA[kyro]]></dc:creator><pubDate>Sat, 03 Sep 2022 18:19:47 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to stack layers in PD? on Wed, 07 Sep 2022 07:47:41 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/kyro">@kyro</a> said:</p>
<blockquote>
<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/chaosprint">@chaosprint</a> said:</p>
<blockquote>
<p>For example, I would like to trigger a sound playback multiple times<br />
it layers the playback at that particular rate</p>
</blockquote>
<p>You mean, like a polyphonic sampler? If so I'd load the sample in a table and have an instance of tabread~/tabread4~ for each &quot;layer&quot;.</p>
</blockquote>
<p>Yes. But what if I don't know how many layers I will have? Can I create new layers in real-time during interaction?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd/4</guid><dc:creator><![CDATA[chaosprint]]></dc:creator><pubDate>Wed, 07 Sep 2022 07:47:41 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to stack layers in PD? on Wed, 07 Sep 2022 10:41:00 GMT]]></title><description><![CDATA[<p>You might check clone object for that.<br />
But you need to allocate a maximum number of voices or use dynamic patching technic, but I am not sure it's worth the try.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14055/is-it-possible-to-stack-layers-in-pd/5</guid><dc:creator><![CDATA[60hz]]></dc:creator><pubDate>Wed, 07 Sep 2022 10:41:00 GMT</pubDate></item></channel></rss>