<?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[Making vibrato delay - issue running multiple delwrite~ in sequence]]></title><description><![CDATA[<p>Hey there,</p>
<p>I'm fairly new to PD and am trying to hobble together a guitar patch. I have a delay patch currently, and I'd like the delayed signal to have some slow vibrato pitch bend to them as they fade away. The delay patch is basically a simple delwrite~ into a delread~ with a feedback loop to create trails.</p>
<p>The issue I'm having is that when I insert a new delwrite~ (and associated delread~) into the audio path to start the pitchbend part of the patch (after the delay part), the delay part stops working. Is there an issue with PD running several delwrite~ objects in series in a signal chain? Any help would be greatly appreciated.</p>
<p>Edit: the delay patch is essentially similar to this <a href="https://guitarextended.wordpress.com/2011/12/12/creating-a-simple-effect-with-pd/" rel="nofollow">https://guitarextended.wordpress.com/2011/12/12/creating-a-simple-effect-with-pd/</a> the issue occurs when another delwrite~ and delread~ is added before the dac~</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 13:41:54 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12701.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Apr 2020 04:40:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Making vibrato delay - issue running multiple delwrite~ in sequence on Sun, 05 Apr 2020 05:49:18 GMT]]></title><description><![CDATA[<p>Hey there,</p>
<p>I'm fairly new to PD and am trying to hobble together a guitar patch. I have a delay patch currently, and I'd like the delayed signal to have some slow vibrato pitch bend to them as they fade away. The delay patch is basically a simple delwrite~ into a delread~ with a feedback loop to create trails.</p>
<p>The issue I'm having is that when I insert a new delwrite~ (and associated delread~) into the audio path to start the pitchbend part of the patch (after the delay part), the delay part stops working. Is there an issue with PD running several delwrite~ objects in series in a signal chain? Any help would be greatly appreciated.</p>
<p>Edit: the delay patch is essentially similar to this <a href="https://guitarextended.wordpress.com/2011/12/12/creating-a-simple-effect-with-pd/" rel="nofollow">https://guitarextended.wordpress.com/2011/12/12/creating-a-simple-effect-with-pd/</a> the issue occurs when another delwrite~ and delread~ is added before the dac~</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence</guid><dc:creator><![CDATA[paleontologist]]></dc:creator><pubDate>Sun, 05 Apr 2020 05:49:18 GMT</pubDate></item><item><title><![CDATA[Reply to Making vibrato delay - issue running multiple delwrite~ in sequence on Sun, 05 Apr 2020 06:21:34 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/paleontologist">@paleontologist</a> Have you given each [delwrite~] and [delread~] pair a different name?..... eg [delread~ del1] and [delread~ del2]..... ?<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 05 Apr 2020 06:21:34 GMT</pubDate></item><item><title><![CDATA[Reply to Making vibrato delay - issue running multiple delwrite~ in sequence on Sun, 05 Apr 2020 08:09:06 GMT]]></title><description><![CDATA[<p>I did do that to no avail. I ended up changing the patch up and simply copying the G09.pitchshift.pd example, with the input receiving the delay trails. I then set up an osc~ with snapshot + metro to feed continuously varying values into the transposition box in the pitchshift example to give it a decent sounding vibrato.</p>
<p>I have to say I'm not totally satisfied because the solution seems pretty inelegant, and there's a lot of the pitch shift example I really don't understand. If anyone has other ideas, I'd love to hear them!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence/3</guid><dc:creator><![CDATA[paleontologist]]></dc:creator><pubDate>Sun, 05 Apr 2020 08:09:06 GMT</pubDate></item><item><title><![CDATA[Reply to Making vibrato delay - issue running multiple delwrite~ in sequence on Sun, 05 Apr 2020 08:33:07 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/paleontologist">@paleontologist</a> The other possibility is that you created the [delread~] before the [delwrite~]<br />
Pd loads them in the order they were created and the write needs to be there before the read.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 05 Apr 2020 08:33:07 GMT</pubDate></item><item><title><![CDATA[Reply to Making vibrato delay - issue running multiple delwrite~ in sequence on Mon, 06 Apr 2020 20:56:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/paleontologist">@paleontologist</a> i didn*t follow your post all the way, but generally [vd~] (variable delay) is a good object for pitch-vibrato</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12701/making-vibrato-delay-issue-running-multiple-delwrite-in-sequence/5</guid><dc:creator><![CDATA[Johnny Mauser]]></dc:creator><pubDate>Mon, 06 Apr 2020 20:56:27 GMT</pubDate></item></channel></rss>