<?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[Object Arguments $1 for signal rate on creation]]></title><description><![CDATA[<p>Hi, on abstraction creation there is the possibility to use arguments like &quot;myptach 0.5&quot;. This is easy possible using control rate, but how about arguments regarding signal rates in combination with signal rate inlets? I don't seem to get it to work. Something like &quot;mypatch~ 0.5&quot;. Can someone help?</p>
<p>Thank you : )</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 07:01:30 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/15795.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Jan 2026 09:21:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Object Arguments $1 for signal rate on creation on Fri, 23 Jan 2026 09:21:45 GMT]]></title><description><![CDATA[<p>Hi, on abstraction creation there is the possibility to use arguments like &quot;myptach 0.5&quot;. This is easy possible using control rate, but how about arguments regarding signal rates in combination with signal rate inlets? I don't seem to get it to work. Something like &quot;mypatch~ 0.5&quot;. Can someone help?</p>
<p>Thank you : )</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation</guid><dc:creator><![CDATA[suseng1]]></dc:creator><pubDate>Fri, 23 Jan 2026 09:21:45 GMT</pubDate></item><item><title><![CDATA[Reply to Object Arguments $1 for signal rate on creation on Fri, 23 Jan 2026 10:08:31 GMT]]></title><description><![CDATA[<p>inlet~ helpfile<br />
<img src="/uploads/files/1769161581321-sigin-default.gif" alt="sigin~default.gif" class="img-responsive img-markdown" /><br />
Connect [f $1] to [inlet~].<br />
Or use [sig~ $1] ? Not sure what you want to do?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/2</guid><dc:creator><![CDATA[lacuna]]></dc:creator><pubDate>Fri, 23 Jan 2026 10:08:31 GMT</pubDate></item><item><title><![CDATA[Reply to Object Arguments $1 for signal rate on creation on Fri, 23 Jan 2026 10:44:03 GMT]]></title><description><![CDATA[<p>on calling an abstraction i want to be able to control data with a creation argument but overwrite with the inlets signal. not sure if this clears it up?</p>
<p><img src="/uploads/files/1769164979883-screenshot-2026-01-23-114246.png" alt="Screenshot 2026-01-23 114246.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/3</guid><dc:creator><![CDATA[suseng1]]></dc:creator><pubDate>Fri, 23 Jan 2026 10:44:03 GMT</pubDate></item><item><title><![CDATA[Reply to Object Arguments $1 for signal rate on creation on Fri, 23 Jan 2026 11:03:52 GMT]]></title><description><![CDATA[<p>connect the $1 to inlet~ instead of pow~</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/4</guid><dc:creator><![CDATA[lacuna]]></dc:creator><pubDate>Fri, 23 Jan 2026 11:03:52 GMT</pubDate></item><item><title><![CDATA[Reply to Object Arguments $1 for signal rate on creation on Fri, 23 Jan 2026 16:34:41 GMT]]></title><description><![CDATA[<p>here I found this page  <a href="https://forum.pdpatchrepo.info/topic/13087/abstractions-as-creation-arguments-things-i-wish-i-knew-before" rel="nofollow">https://forum.pdpatchrepo.info/topic/13087/abstractions-as-creation-arguments-things-i-wish-i-knew-before</a></p>
<p>I added a bit for extra explaination after looking quickly <img src="/uploads/files/1769186068237-screenshot_2026-01-23_16-33-13.png" alt="Screenshot_2026-01-23_16-33-13.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/5</guid><dc:creator><![CDATA[willblackhurst]]></dc:creator><pubDate>Fri, 23 Jan 2026 16:34:41 GMT</pubDate></item><item><title><![CDATA[Reply to Object Arguments $1 for signal rate on creation on Sun, 25 Jan 2026 00:39:18 GMT]]></title><description><![CDATA[<p>FWIW, in abstractions I generally avoid the [f $1], [symbol $2] type of usage because now the user is obligated to supply a value for every dollary-thingy -- the abstraction can't supply a sensible default.</p>
<p>Instead, I do [pdcontrol] --&gt; [pack].</p>
<p><img src="/uploads/files/1769301432671-pd-args.png" alt="pd-args.png" class="img-responsive img-markdown" /></p>
<p>... and if I create this abstraction with no object box args, it prints:</p>
<pre><code>arg-values-from-f-box: 0 0     &lt;&lt;--- I usually don't want this
arg-values-from-pack: 100 200  &lt;&lt;-- more useful
</code></pre>
<p>... but if you supply values, the arg list from pdcontrol overwrites defaults in [pack].</p>
<p>The inlet~ default thing is great! And very hard to do in Max/MSP (actually can't be done 100% reliably). Which is one place where I often tell students, &quot;Pure Data is where Miller Puckette learned from Max's mistakes.&quot;</p>
<p>hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/6</guid><dc:creator><![CDATA[ddw_music]]></dc:creator><pubDate>Sun, 25 Jan 2026 00:39:18 GMT</pubDate></item><item><title><![CDATA[Reply to Object Arguments $1 for signal rate on creation on Tue, 27 Jan 2026 07:59:42 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/lacuna">@lacuna</a> this was it, thank you!<br />
thx <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ddw_music">@ddw_music</a> and <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/willblackhurst">@willblackhurst</a> too, will check your recommendations! : )</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15795/object-arguments-1-for-signal-rate-on-creation/7</guid><dc:creator><![CDATA[suseng1]]></dc:creator><pubDate>Tue, 27 Jan 2026 07:59:42 GMT</pubDate></item></channel></rss>