<?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[Can you open a PD patch without running it?]]></title><description><![CDATA[<p>So here's my issue.</p>
<p>I'm working on a patch and have been saving versions of it. On V3 things started becoming glitchy and I want to figure out what part of the patch causes that. So I made a return into V2 which has a lot less code and is working fine. I want to have then both opened and start adding the bits of code from V3 to V2 one at a time to isolate the culprit. But in order to do this I need PD not to process V3 at all because it obviously does not like that all my arrays are duplicated.</p>
<p>Is there a way to tell PD to open a patch but not process it (and I mean not only having DSP OFF for the patch but also ignore things like missing arrays and such) while still having another patch open and processed normally?</p>
<p>Thanks for helping!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 09:49:21 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13313.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Feb 2021 09:20:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can you open a PD patch without running it? on Sun, 21 Feb 2021 09:20:25 GMT]]></title><description><![CDATA[<p>So here's my issue.</p>
<p>I'm working on a patch and have been saving versions of it. On V3 things started becoming glitchy and I want to figure out what part of the patch causes that. So I made a return into V2 which has a lot less code and is working fine. I want to have then both opened and start adding the bits of code from V3 to V2 one at a time to isolate the culprit. But in order to do this I need PD not to process V3 at all because it obviously does not like that all my arrays are duplicated.</p>
<p>Is there a way to tell PD to open a patch but not process it (and I mean not only having DSP OFF for the patch but also ignore things like missing arrays and such) while still having another patch open and processed normally?</p>
<p>Thanks for helping!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it</guid><dc:creator><![CDATA[tomatoKetchup]]></dc:creator><pubDate>Sun, 21 Feb 2021 09:20:25 GMT</pubDate></item><item><title><![CDATA[Reply to Can you open a PD patch without running it? on Sun, 21 Feb 2021 11:44:22 GMT]]></title><description><![CDATA[<p>You can run PD with the</p>
<pre><code>-noaudio
-noloadbang   
</code></pre>
<p>flags.<br />
Or load a patch as abstraction with [switch~ 0] in it.<br />
But I doubt this would help here.<br />
<a href="https://puredata.info/docs/faq/commandline" rel="nofollow">https://puredata.info/docs/faq/commandline</a></p>
<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/tomatoketchup">@tomatoKetchup</a> said:</p>
<blockquote>
<p>does not like that all my arrays are duplicated.</p>
</blockquote>
<p>To avoid duplicates, rename your arrays with $0-arrayname</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it/2</guid><dc:creator><![CDATA[lacuna]]></dc:creator><pubDate>Sun, 21 Feb 2021 11:44:22 GMT</pubDate></item><item><title><![CDATA[Reply to Can you open a PD patch without running it? on Sun, 21 Feb 2021 15:32:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/lacuna">@lacuna</a> said:</p>
<blockquote>
<p>To avoid duplicates, rename your arrays with $0-arrayname</p>
</blockquote>
<p>I've seen load of examples and people's patches using $0-xxxxx as array names, never quite understood if there was any reason why. Could you expand on what that does exactly or point me to some documentation explaining about this tag?</p>
<p>EDIT: nevermind, found it.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it/3</guid><dc:creator><![CDATA[tomatoKetchup]]></dc:creator><pubDate>Sun, 21 Feb 2021 15:32:56 GMT</pubDate></item><item><title><![CDATA[Reply to Can you open a PD patch without running it? on Sun, 21 Feb 2021 19:14:11 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/tomatoketchup">@tomatoKetchup</a> $0 will just be rendered to a number &gt; 1000.</p>
<p>[o] (bang)<br />
|<br />
[$0]<br />
|<br />
[print]</p>
<p>It will just be a different number for each patch, thus preventing collisions when used in names.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it/4</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sun, 21 Feb 2021 19:14:11 GMT</pubDate></item><item><title><![CDATA[Reply to Can you open a PD patch without running it? on Sun, 21 Feb 2021 19:53:21 GMT]]></title><description><![CDATA[<p>Clever. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/%2B1.png" title="+1" alt=":+1:" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13313/can-you-open-a-pd-patch-without-running-it/5</guid><dc:creator><![CDATA[tomatoKetchup]]></dc:creator><pubDate>Sun, 21 Feb 2021 19:53:21 GMT</pubDate></item></channel></rss>