<?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[Using variable argument in [delwrite~] object?]]></title><description><![CDATA[<p>Hi,</p>
<p>I'm still fairly new to Puredata and have the impression that my question is a quite basic one. Strangely, I couldn't find anything relevant on the web.</p>
<p>In my patch I currently use a delayline, given by [delwrite~ delayname 2.87] and the corresponding [delread~ delayname 2.87] object. For my project however it is necessary to alter the delay times of the two objects from time to time. Currently I manually edit the two(!) numbers every time I want to assign to them a new value.</p>
<p>Is there a way to use a kind of variable as the argument for the two objects (which can easily be reassigned?)</p>
<p>Thank you so much for your help</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 07:34:26 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/11423.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 Jun 2018 09:16:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using variable argument in [delwrite~] object? on Sat, 09 Jun 2018 09:16:44 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>I'm still fairly new to Puredata and have the impression that my question is a quite basic one. Strangely, I couldn't find anything relevant on the web.</p>
<p>In my patch I currently use a delayline, given by [delwrite~ delayname 2.87] and the corresponding [delread~ delayname 2.87] object. For my project however it is necessary to alter the delay times of the two objects from time to time. Currently I manually edit the two(!) numbers every time I want to assign to them a new value.</p>
<p>Is there a way to use a kind of variable as the argument for the two objects (which can easily be reassigned?)</p>
<p>Thank you so much for your help</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object</guid><dc:creator><![CDATA[Ben Bishop]]></dc:creator><pubDate>Sat, 09 Jun 2018 09:16:44 GMT</pubDate></item><item><title><![CDATA[Reply to Using variable argument in [delwrite~] object? on Sat, 09 Jun 2018 10:07:57 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ben-bishop">@Ben-Bishop</a> For [delwrite~] you cannot.  You would have to create it again, and would lose its contents instantly, plus you would have to re-connect it.<br />
It is best to set [delwrite~] with the maximum delay you are likely to need.  It writes to ram, and as that is the only constraint you should have no problem setting a large &quot;buffer&quot; (delay line) nowadays.<br />
[delread~] you can change on the fly, by simply sending a float (delay time in mSecs)  to its input.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 09 Jun 2018 10:07:57 GMT</pubDate></item><item><title><![CDATA[Reply to Using variable argument in [delwrite~] object? on Sat, 09 Jun 2018 10:09:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ben-bishop">@Ben-Bishop</a> For [delread~] it is in the help patch: Simply send a number to set the delay time.<br />
<img src="/uploads/files/1528538863024-screenshot-from-2018-06-09-12-05-55.png" alt="Screenshot from 2018-06-09 12-05-55.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object/3</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sat, 09 Jun 2018 10:09:01 GMT</pubDate></item><item><title><![CDATA[Reply to Using variable argument in [delwrite~] object? on Sat, 09 Jun 2018 10:24:00 GMT]]></title><description><![CDATA[<p>Yeah, like the others said, the [delwrite~] argument only sets the maximun delay time. You can change the actual delay time with the inlet on the [delread~] object.</p>
<p><img src="/uploads/files/1528539507017-supercooldelay.png" alt="SuperCoolDelay.png" class="img-responsive img-markdown" /></p>
<p>The [phasor~] only changes the delay time from 100 to 1000 in this example, so it would be enough to set the [delwrite~] argument to 1000, because that's the highest the delay time is ever going to get, but I set it a little bit higher because it doesn't really matter on modern computers anyway and it's nice to have a bit of wiggle room.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object/4</guid><dc:creator><![CDATA[Delta Sign]]></dc:creator><pubDate>Sat, 09 Jun 2018 10:24:00 GMT</pubDate></item><item><title><![CDATA[Reply to Using variable argument in [delwrite~] object? on Sat, 09 Jun 2018 11:53:47 GMT]]></title><description><![CDATA[<p>OK, that settles everything. Thanks for the quick responses!</p>
<p>Fabio</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11423/using-variable-argument-in-delwrite-object/5</guid><dc:creator><![CDATA[Ben Bishop]]></dc:creator><pubDate>Sat, 09 Jun 2018 11:53:47 GMT</pubDate></item></channel></rss>