<?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[How to use OSC namespaces in MobMuPlat?]]></title><description><![CDATA[<p>Is it  possible to parse the namespace of OSC messages in MobMuPlat?</p>
<p>MobMuPlat handles OSC communication in a wrapper patch that provides a message called 'fromNetwork'.</p>
<p>Say the OSC message is: /level1/level2/levelN format value<br />
It has the format: [path format value]. The path here uses a namespace that subdivides according to levels.</p>
<p>With oscparse, the namespace in the path could be parsed like this :<br />
netreceive -&gt; oscparse-&gt; list trim -&gt; route level1 -&gt; route level 2 ... route levelN</p>
<p><a href="https://forum.pdpatchrepo.info/topic/9856/oscformat-and-oscparse-integer-not-routing-as-expected/8" rel="nofollow">https://forum.pdpatchrepo.info/topic/9856/oscformat-and-oscparse-integer-not-routing-as-expected/8</a></p>
<p>With MobMuPlat's 'valueFromNetwork', is it still possible to &quot;route&quot; the value of the message according to the namespace? Since valueToNetwork contains a list where the first argument is the entire path, I can only split the first argument from the remaining arguments:<br />
receive fromNetwork -&gt; route list -&gt; route /level1/level2/levelN</p>
<p>But I can't further split within the path itself to divide leve1/level2/levelN:<br />
receive fromNetwork -&gt; route list -&gt; route .level1 -&gt; route level2 -&gt; route levelN.</p>
<p>Is there a way of doing this?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12032/how-to-use-osc-namespaces-in-mobmuplat</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 14:43:56 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12032.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 May 2019 10:07:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to use OSC namespaces in MobMuPlat? on Fri, 03 May 2019 10:10:31 GMT]]></title><description><![CDATA[<p>Is it  possible to parse the namespace of OSC messages in MobMuPlat?</p>
<p>MobMuPlat handles OSC communication in a wrapper patch that provides a message called 'fromNetwork'.</p>
<p>Say the OSC message is: /level1/level2/levelN format value<br />
It has the format: [path format value]. The path here uses a namespace that subdivides according to levels.</p>
<p>With oscparse, the namespace in the path could be parsed like this :<br />
netreceive -&gt; oscparse-&gt; list trim -&gt; route level1 -&gt; route level 2 ... route levelN</p>
<p><a href="https://forum.pdpatchrepo.info/topic/9856/oscformat-and-oscparse-integer-not-routing-as-expected/8" rel="nofollow">https://forum.pdpatchrepo.info/topic/9856/oscformat-and-oscparse-integer-not-routing-as-expected/8</a></p>
<p>With MobMuPlat's 'valueFromNetwork', is it still possible to &quot;route&quot; the value of the message according to the namespace? Since valueToNetwork contains a list where the first argument is the entire path, I can only split the first argument from the remaining arguments:<br />
receive fromNetwork -&gt; route list -&gt; route /level1/level2/levelN</p>
<p>But I can't further split within the path itself to divide leve1/level2/levelN:<br />
receive fromNetwork -&gt; route list -&gt; route .level1 -&gt; route level2 -&gt; route levelN.</p>
<p>Is there a way of doing this?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12032/how-to-use-osc-namespaces-in-mobmuplat</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12032/how-to-use-osc-namespaces-in-mobmuplat</guid><dc:creator><![CDATA[fschuman]]></dc:creator><pubDate>Fri, 03 May 2019 10:10:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OSC namespaces in MobMuPlat? on Fri, 03 May 2019 10:34:19 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/fschuman">@fschuman</a> Maybe.  I don't know much about Mobmuplat but I believe it relies on vanilla objects.<br />
You can split the message header like this, and then use a standard [route] object without the slashes........<br />
<a href="/uploads/files/1556879442679-routeosc.zip">routeOSC.zip</a><br />
[routeOSC]<br />
|<br />
[route x y z]</p>
<p>There have been some simplifications achieved recently (on this forum) for [s2l] and [s2f] but they use newer vanilla objects that might not be available in Mobmuplat.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12032/how-to-use-osc-namespaces-in-mobmuplat/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12032/how-to-use-osc-namespaces-in-mobmuplat/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 03 May 2019 10:34:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OSC namespaces in MobMuPlat? on Fri, 03 May 2019 17:49:41 GMT]]></title><description><![CDATA[<p>Fantastic, this works!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12032/how-to-use-osc-namespaces-in-mobmuplat/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12032/how-to-use-osc-namespaces-in-mobmuplat/3</guid><dc:creator><![CDATA[fschuman]]></dc:creator><pubDate>Fri, 03 May 2019 17:49:41 GMT</pubDate></item></channel></rss>