<div dir="ltr"><div><div>Hello Scott,<br><br></div>The &quot;if&quot; argument is the OSC Type Tag String, which specifies the argument types sent to that address.  In this case, one int32 (i) and one float32 (f).<br><br><a href="http://opensoundcontrol.org/spec-1_0">http://opensoundcontrol.org/spec-1_0<br></a></div><div><br></div>    michael<br><div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 6, 2018 at 8:51 AM, Scott Hewitt <span dir="ltr">&lt;<a href="mailto:witt0191@gmail.com" target="_blank">witt0191@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I was moving some code away from using OscRecv and OscSend to make use<br>
of OscIn/OscOut and OscMsg. I found the versions file (under 1.3.4.0)<br>
useful in doing this.<br>
<br>
The example <a href="http://r.ck" rel="noreferrer" target="_blank">r.ck</a> within the OSC examples was also useful. I did find<br>
something that I was unclear about though within it.<br>
<br>
What is the purpose of the if within line 15?<br>
<br>
9: OscIn oin;<br>
<br>
14: // create an address in the receiver<br>
15: oin.addAddress( &quot;/foo/notes, if&quot; );<br>
<br>
<a href="https://github.com/ccrma/chuck/blob/master/examples/osc/r.ck" rel="noreferrer" target="_blank">https://github.com/ccrma/<wbr>chuck/blob/master/examples/<wbr>osc/r.ck</a><br>
<br>
All the best<br>
<br>
Scott<br>
______________________________<wbr>_________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.<wbr>princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" rel="noreferrer" target="_blank">https://lists.cs.princeton.<wbr>edu/mailman/listinfo/chuck-<wbr>users</a><br>
</blockquote></div><br></div>