Hi, <br><br>A late catch up on this (err 2 months)<br>I have done what you suggested below.<br><br>
&gt;&gt;&quot;/foo/bar 1 2 3&quot; &nbsp;or other arbitrary osc messages<br>
&gt;&gt; |<br>
&gt;&gt;[t a a]<br>&gt;&gt; | &nbsp; &nbsp;\<br>
&gt;&gt; | &nbsp; &nbsp;[list split 1] (or [list]--&quot;$1&quot; would also work here)<br>
&gt;&gt; | &nbsp; &nbsp; :<br>
&gt;&gt;[list split 1]<br>&gt;&gt;&nbsp; | &nbsp;:<br>&gt;&gt;&nbsp; | &nbsp;|<br>
 &gt;&gt;&nbsp; [send]<br><br>I made one adjustment:<br><br>Going from left to right the first output of [list split 1] which outputs the osc address symbol is sent to the right hand of the send object and the second output of list which outputs the actual value is sent to the first output. &nbsp;<br>
<br>The problem I am having is that when I send from my OSC client app two messages a frequency and a decay message at the same time one after the other in rapid succession. The messages arrive at PD in the correct order but when they are parsed by the above objects&nbsp; the values are swapped. So the frequency value ends up going to the decay and decay ends going to the frequency. After some investigation is turns out that the split message outputs the integer first when a OSC message arrives therefore because the way send works whereby it will only send when it receives a value the values are swapped. <br>
<br>Again there is probably an easy way to fix this but I&#39;m stumped. <br>Any ideas anyone ?<br><br>Conor<br><br><div class="gmail_quote">On Mon, Dec 8, 2008 at 5:13 PM, Claude Heiland-Allen <span dir="ltr">&lt;<a href="mailto:claudiusmaximus@goto10.org">claudiusmaximus@goto10.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Forwind info wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
Does anybody know if there is a way to automatically send an OSC message to<br>
an internal PD messaging address which happens to be the same as the route<br>
of the OSC message.<br>
So for instance, an osc message arrives with route &quot;/a/sample/route&quot; and<br>
value 50, I would like to automatically send the value of the message to the<br>
internal message address of &nbsp;&quot;/a/sample/route&quot;.<br>
I would like to avoid having to explicitly patch this (using route and send<br>
and receive) as there quite a few.<br>
</blockquote>
<br></div>
something like this:<br>
<br>
&quot;/foo/bar 1 2 3&quot; &nbsp;or other arbitrary osc message<br>
&nbsp;|<br>
[t a a]<br>
&nbsp;| &nbsp; &nbsp;\<br>
&nbsp;| &nbsp; &nbsp;[list split 1] (or [list]--&quot;$1&quot; would also work here)<br>
&nbsp;| &nbsp; &nbsp; :<br>
[list split 1]<br>
 &nbsp; &nbsp;| &nbsp;:<br>
 &nbsp; &nbsp;| &nbsp;|<br>
 &nbsp; [send]<br>
<br>
requires a recent Pd for the settable send, if i recall correctly<div class="Ih2E3d"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I could be missing some basic pd knowledge ...<br>
<br>
thx in advance.<br>
Conor<br>
</blockquote>
<br></div>
hope this helps,<br>
<br>
<br>
Claude<br><font color="#888888">
-- <br>
<a href="http://claudiusmaximus.goto10.org" target="_blank">http://claudiusmaximus.goto10.org</a><br>
<br>
</font></blockquote></div><br>