<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">in my experience, UDP regularly drops messages, even when sending small amounts from one server to 2-3 clients (all reasonably new machines). we use it all the time in PLOrk, and have always had to find ways to work around the unreliability. this is true with both max and chuck. tcp and other things are in our future, though the accurate timing of udp is still quite remarkable.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>dt<DIV><BR><DIV><DIV>On Dec 6, 2007, at 9:53 AM, Stefan Blixt wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Hi.<BR><BR>I know you found a good solution, but I am curious. Are you running your puredata and ChucK programs on the same computer? UDP (upon which OSC is based) is lacking in the secure-transfer department, but if you aren't sending enourmous amounts of data on different hosts (or use an old computer), you shouldn't lose messages like this. <BR><BR>Cheers, Stefan<BR><BR><BR><DIV class="gmail_quote">On Dec 6, 2007 2:57 PM, eduard &lt;<A href="mailto:eaylon@gmail.com">eaylon@gmail.com</A>&gt; wrote:<BR><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Just in case anyone is interested....<BR>I fixed the problem by packing x and y and sending them together via<BR>osc. If someone uses more points, as its my case, all values need be<BR>packed, in order to receive all info at the same rate. <BR><BR>eduard<BR><DIV><DIV></DIV><DIV class="Wj3C7c"><BR>On Dec 5, 2007, at 8:16 PM, eduard aylon wrote:<BR><BR>&gt; Hi all,<BR>&gt;<BR>&gt; I am building an interface in Puredata to control via OSC a chuck<BR>&gt; program, but I am having some trouble when sending the position <BR>&gt; (x,y pairs) of a small "canvas" which I use as a point in space.<BR>&gt; The problem is that somehow most of the time I just get the x-<BR>&gt; coordinate and only sometimes the y-coordinate. And really don't <BR>&gt; know why. I must say that I'm not very used to work with puredata,<BR>&gt; so if there are any PD+chuck experts in this list that may have<BR>&gt; some time to have a look at the patches (attached below) and give <BR>&gt; some advice, I'd much apreciate it.<BR>&gt;<BR>&gt; thanks in advance,<BR>&gt;<BR>&gt; eduard<BR>&gt;<BR></DIV></DIV>&gt; &lt;pd_receive.ck&gt;   &lt;pd_send.pd&gt;<BR>&gt;<BR><BR>_______________________________________________ <BR>chuck-users mailing list<BR><A href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</A><BR><A href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users </A><BR></BLOCKQUOTE></DIV><BR><BR clear="all"><BR>-- <BR>Release me, insect, or I will destroy the cosmos!<DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">chuck-users mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></DIV></BODY></HTML>