<?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[Create Custom OSCFormat with $]]></title><description><![CDATA[<p>I have a <strong>float</strong> (0-1), an <strong>integer</strong> (1-8) and a <strong>string</strong> (/composition/groups/X/dashboard/link). X will be replaced by an integer.</p>
<p>I want to connect these so that the final message is:</p>
<p>/composition/groups/1/dashboard/link<br />
..<br />
/composition/groups/8/dashboard/link</p>
<p>But when I do this:</p>
<p><img src="/uploads/files/1662388356446-screenshot-2022-09-05-at-16.32.06.png" alt="Screenshot 2022-09-05 at 16.32.06.png" class="img-responsive img-markdown" /></p>
<p>I get this osc message: ADDRESS(/composition/groups/$1/link) FLOAT(0.58)</p>
<p>It does not recognise the $1. I also tried packing but to no avail.</p>
<p>Does anyone know?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 06:18:32 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14058.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Sep 2022 14:33:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Create Custom OSCFormat with $ on Mon, 05 Sep 2022 14:34:18 GMT]]></title><description><![CDATA[<p>I have a <strong>float</strong> (0-1), an <strong>integer</strong> (1-8) and a <strong>string</strong> (/composition/groups/X/dashboard/link). X will be replaced by an integer.</p>
<p>I want to connect these so that the final message is:</p>
<p>/composition/groups/1/dashboard/link<br />
..<br />
/composition/groups/8/dashboard/link</p>
<p>But when I do this:</p>
<p><img src="/uploads/files/1662388356446-screenshot-2022-09-05-at-16.32.06.png" alt="Screenshot 2022-09-05 at 16.32.06.png" class="img-responsive img-markdown" /></p>
<p>I get this osc message: ADDRESS(/composition/groups/$1/link) FLOAT(0.58)</p>
<p>It does not recognise the $1. I also tried packing but to no avail.</p>
<p>Does anyone know?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with</guid><dc:creator><![CDATA[jonasjohansson]]></dc:creator><pubDate>Mon, 05 Sep 2022 14:34:18 GMT</pubDate></item><item><title><![CDATA[Reply to Create Custom OSCFormat with $ on Mon, 05 Sep 2022 15:11:36 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jonasjohansson">@jonasjohansson</a> In your example, $1 refers to the first argument of the enclosing abstraction, not to any data that is passed to [oscformat].  If you want to change the OSC path on the fly, try using a set message like this:<br />
<a href="/uploads/files/1662389937326-oscexample.pd">OSCexample.pd</a><br />
<img src="/uploads/files/1662389950580-screenshot-2022-09-05-105649.png" alt="Screenshot 2022-09-05 105649.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with/2</guid><dc:creator><![CDATA[jameslo]]></dc:creator><pubDate>Mon, 05 Sep 2022 15:11:36 GMT</pubDate></item><item><title><![CDATA[Reply to Create Custom OSCFormat with $ on Mon, 05 Sep 2022 15:18:02 GMT]]></title><description><![CDATA[<p>Thank you jameslo!</p>
<p>I'll check this out. I realise I missed an important part in my initial post,</p>
<p>The ending /link should actually be come:</p>
<p>/link1<br />
/link2<br />
/link3 etc.</p>
<p>How am I able to combine say &quot;link&quot; and $1 so they print out:</p>
<p>/composition/groups/1/dashboard/link1 etc.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with/3</guid><dc:creator><![CDATA[jonasjohansson]]></dc:creator><pubDate>Mon, 05 Sep 2022 15:18:02 GMT</pubDate></item><item><title><![CDATA[Reply to Create Custom OSCFormat with $ on Mon, 05 Sep 2022 16:09:49 GMT]]></title><description><![CDATA[<p><img src="/uploads/files/1662393070668-setdollar1.png" alt="setdollar1.png" class="img-responsive img-markdown" /></p>
<p><img src="/uploads/files/1662394006928-setpack2.png" alt="setpack2.png" class="img-responsive img-markdown" /></p>
<p><img src="/uploads/files/1662394184160-packdirect.png" alt="packdirect.png" class="img-responsive img-markdown" /></p>
<p>or dig into [makefilename]</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with/4</guid><dc:creator><![CDATA[lacuna]]></dc:creator><pubDate>Mon, 05 Sep 2022 16:09:49 GMT</pubDate></item><item><title><![CDATA[Reply to Create Custom OSCFormat with $ on Mon, 05 Sep 2022 20:47:53 GMT]]></title><description><![CDATA[<p>I managed something…</p>
<p><img src="/uploads/files/1662410857547-screenshot-2022-09-05-at-22.47.20.png" alt="Screenshot 2022-09-05 at 22.47.20.png" class="img-responsive img-markdown" /></p>
<p>Thank you for the help, seems that &quot;set&quot; was the key!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14058/create-custom-oscformat-with/5</guid><dc:creator><![CDATA[jonasjohansson]]></dc:creator><pubDate>Mon, 05 Sep 2022 20:47:53 GMT</pubDate></item></channel></rss>