<?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[Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot;]]></title><description><![CDATA[<p>Hi @all</p>
<p>Just tested the option &quot;-nogui&quot; for my instruments and the delread~ and delwrite~ seems not working. on startup with gui the really simple program have a delay from 500ms. Without the gui it seems, that it has only 1ms? There is a noise mixed with my voice, like a phasor~ ...<br />
My System is &quot;PuredyneLinux - pd 0.42-5&quot;. I use it with Jack and normally it works pretty well, why not without the gui?</p>
<p>Can anybody help? And are there also other objects not working?</p>
<p>Thanks for your help <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
<p>addisaden</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/deltest.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/deltest.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 23:13:58 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/3439.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Aug 2010 15:41:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Thu, 26 Aug 2010 15:41:59 GMT]]></title><description><![CDATA[<p>Hi @all</p>
<p>Just tested the option &quot;-nogui&quot; for my instruments and the delread~ and delwrite~ seems not working. on startup with gui the really simple program have a delay from 500ms. Without the gui it seems, that it has only 1ms? There is a noise mixed with my voice, like a phasor~ ...<br />
My System is &quot;PuredyneLinux - pd 0.42-5&quot;. I use it with Jack and normally it works pretty well, why not without the gui?</p>
<p>Can anybody help? And are there also other objects not working?</p>
<p>Thanks for your help <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
<p>addisaden</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/deltest.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/deltest.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui</guid><dc:creator><![CDATA[addisaden]]></dc:creator><pubDate>Thu, 26 Aug 2010 15:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Thu, 26 Aug 2010 23:53:47 GMT]]></title><description><![CDATA[<p>It's a bug. I believe the trick is to start with dsp turned off and then turn it on after a delay:</p>
<p>[loadbang]<br />
|<br />
[delay 1000]<br />
|<br />
[; pd dsp 1(</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/2</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Thu, 26 Aug 2010 23:53:47 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Fri, 27 Aug 2010 08:13:01 GMT]]></title><description><![CDATA[<p>hi</p>
<p>thanks for your reply. it also doesn't work. i get the same effect, when i kill (in with gui pd) the delwrite~ number. is there a way to give the delwrite~ a number after loading? maybe that would work. [;name resize 1000( or [;name 1000( doesn't work ...<br />
Or is there a chance to make an own delwrite object, where delread~ can read?</p>
<p>thanks a lot</p>
<p>edit: maybe i have to set flags? maybe the pd-gui have stored the flags elsewhere?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/3</guid><dc:creator><![CDATA[addisaden]]></dc:creator><pubDate>Fri, 27 Aug 2010 08:13:01 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Fri, 27 Aug 2010 21:17:31 GMT]]></title><description><![CDATA[<p>Okay, I looked around a bit, and I think this maybe is the answer (sorry I don't have time to test it out myself right now). Make a patch with this inside and load it in nogui mode:</p>
<p>[loadbang]<br />
|<br />
[delay 1000]<br />
|<br />
[; pd open /path/to/mypatch.pd( &lt;--replace with your patch name</p>
<p>It seems the problem is that in nogui mode, pd loads the patch before the sample rate is set instead of after, so it doesn't calculate the delay lengths properly. Doing it this way will load your patch after the sample rate has been set.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/4</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Fri, 27 Aug 2010 21:17:31 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Sat, 28 Aug 2010 08:43:24 GMT]]></title><description><![CDATA[<p>wow that works <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /> great work.</p>
<p>btw. my open message has to be [;pd open patchname ./path/(</p>
<p>thanks a lot for your help <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/5</guid><dc:creator><![CDATA[addisaden]]></dc:creator><pubDate>Sat, 28 Aug 2010 08:43:24 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Tue, 11 Sep 2012 00:12:58 GMT]]></title><description><![CDATA[<p>Does that work on widnows? Is there somewhere documentation for the open message? Because, i really tried now all variations i could think of, but the patch just won't load...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/6</guid><dc:creator><![CDATA[wk]]></dc:creator><pubDate>Tue, 11 Sep 2012 00:12:58 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Tue, 11 Sep 2012 09:42:12 GMT]]></title><description><![CDATA[<p>Could you also close a patch with a similar message to Pd? the word close won't work.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/7</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Tue, 11 Sep 2012 09:42:12 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Tue, 11 Sep 2012 09:46:45 GMT]]></title><description><![CDATA[<p>Wow! Ok! So... this is really useful!<br />
<a href="http://puredata.info/community/pdwiki/PdInternalMessages" rel="nofollow">http://puredata.info/community/pdwiki/PdInternalMessages</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/8</guid><dc:creator><![CDATA[wk]]></dc:creator><pubDate>Tue, 11 Sep 2012 09:46:45 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Tue, 11 Sep 2012 09:54:12 GMT]]></title><description><![CDATA[<p>Ok, just tried to send pd the message 'quit' followed by the patch name and path and the whole Pd quit...<br />
Could you send this message only for a specific patch?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/9</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Tue, 11 Sep 2012 09:54:12 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Tue, 11 Sep 2012 09:54:21 GMT]]></title><description><![CDATA[<p>Now and then one should look at the help browser <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/10</guid><dc:creator><![CDATA[wk]]></dc:creator><pubDate>Tue, 11 Sep 2012 09:54:21 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Tue, 11 Sep 2012 09:57:59 GMT]]></title><description><![CDATA[<p>The message is &quot;menuclose&quot;, go to Help Browser -&gt; Manuals -&gt; pd-msg -&gt; 2.msg_and_pd -&gt; 2.open_close.pd</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/11</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/11</guid><dc:creator><![CDATA[wk]]></dc:creator><pubDate>Tue, 11 Sep 2012 09:57:59 GMT</pubDate></item><item><title><![CDATA[Reply to Simple Delayeffect(delread~|delwrite~) doesn&#x27;t work with &quot;pd -nogui&quot; on Tue, 11 Sep 2012 10:14:48 GMT]]></title><description><![CDATA[<p>Cool, got it. Thanks.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/12</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3439/simple-delayeffect-delread-delwrite-doesn-t-work-with-pd-nogui/12</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Tue, 11 Sep 2012 10:14:48 GMT</pubDate></item></channel></rss>