<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
To be honest I'm not&nbsp;worrying about advced networking,&nbsp;just what is&nbsp;of practical benefit for performance, it's definately in the formative stages now.&nbsp;Although it&nbsp;does&nbsp;seem that it's better than netsend and&nbsp;netrecieve&nbsp;for working with&nbsp;more than one connection (I.E. with netsend&nbsp;computer A sends info to computer B, that's it, with client and server Computer A can send info to computers&nbsp;X, Y&nbsp;and&nbsp;Z, who can all send info&nbsp;on the same connection to computer A. But X&nbsp;can't send data to Y.)&nbsp;This could be&nbsp;set to re-broadcast this kind of data, tho. <BR>&nbsp;<BR>&gt; Date: Sat, 17 Apr 2010 14:29:07 +0100<BR>&gt; From: errordeveloper@gmail.com<BR>&gt; To: jbturgid@hotmail.com; pd-list@iem.at<BR>&gt; Subject: Re: [PD] networking with Pd (was Re: (no subject))<BR>&gt; <BR>&gt; metronome broadcast msg is interesting ..<BR>&gt; so you are using netserver/client to do that?<BR>&gt; can you go into some advanced networking with these couple?<BR>&gt; <BR>&gt; On Sat, Apr 17, 2010 at 12:35:07PM +0100, Andrew Faraday wrote:<BR>&gt; &gt; <BR>&gt; &gt; Hey all<BR>&gt; &gt; Out of all that, [netserver] and [netclient] won over, we're working on a couple of abstractions for network conducting including metronome, broadcast messenger and a universal volume modifier. If anyone's interested I can make these available once tested and let you know about the experiences.<BR>&gt; &gt; <BR>&gt; &gt; &gt; Date: Sat, 17 Apr 2010 11:43:57 +0100<BR>&gt; &gt; &gt; From: errordeveloper@gmail.com<BR>&gt; &gt; &gt; To: pd-list@iem.at<BR>&gt; &gt; &gt; Subject: Re: [PD] networking with Pd (was Re: (no subject))<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; ALSA library is capable to do that for you,<BR>&gt; &gt; &gt; look in aseqnet(1) manpage.<BR>&gt; &gt; &gt; i haven't had a chance to use it yet myself..<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; On Wed, Apr 14, 2010 at 09:05:29PM -0300, Ariane stolfi wrote:<BR>&gt; &gt; &gt; &gt; Hi,<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; just another question in this subject,<BR>&gt; &gt; &gt; &gt; what do you sugest for sending midi values between two computers<BR>&gt; &gt; &gt; &gt; through ethernet?<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; tnx<BR>&gt; &gt; &gt; &gt; ariane<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; 2010/4/13 Andrew Faraday &lt;jbturgid@hotmail.com&gt;:<BR>&gt; &gt; &gt; &gt; &gt; Thanks, folks, there's a lot to think about there.<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Another workshop this evening, so we'll see what we find most useful.<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Yeah, the lack of a subject was a sheer accident on my part.<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Cheers<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Andrew<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; Date: Tue, 13 Apr 2010 09:29:37 +0200<BR>&gt; &gt; &gt; &gt; &gt;&gt; From: zmoelnig@iem.at<BR>&gt; &gt; &gt; &gt; &gt;&gt; CC: pd-list@iem.at<BR>&gt; &gt; &gt; &gt; &gt;&gt; Subject: [PD] networking with Pd (was Re: (no subject))<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; is there a reason for omitting the subject?<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; On 2010-04-12 21:11, Paulo Casaes wrote:<BR>&gt; &gt; &gt; &gt; &gt;&gt; &gt; netsend and netreceive can send any type of message. You should look<BR>&gt; &gt; &gt; &gt; &gt;&gt; &gt; into OSC for your needs.<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; well afaics, OSC doesn't give you any advantage with the original<BR>&gt; &gt; &gt; &gt; &gt;&gt; problems.<BR>&gt; &gt; &gt; &gt; &gt;&gt; the problem seems to be related to Pd's messages rather than the<BR>&gt; &gt; &gt; &gt; &gt;&gt; net-objects (e.g. "[blu( -&gt; [send val1 $1(" won't work, but if you use<BR>&gt; &gt; &gt; &gt; &gt;&gt; "[symbol blu(" it will; see the Pd-documentation and the list archives<BR>&gt; &gt; &gt; &gt; &gt;&gt; for why this is so)<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; &gt; In a related question, what is the difference between netsend and<BR>&gt; &gt; &gt; &gt; &gt;&gt; &gt; sendOSC?<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; #0 i don't know whether i have said this before, but just in case:<BR>&gt; &gt; &gt; &gt; &gt;&gt; [sendOSC] is unmaintained and buggy, and i would suggest to not use it.<BR>&gt; &gt; &gt; &gt; &gt;&gt; use mrpeach's [packOSC] and [udpsend] instead.<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; #1 they are different objects; [netsend] uses FUDI (which looks just<BR>&gt; &gt; &gt; &gt; &gt;&gt; like Pd-messages) as the application layer protocol, whereas [sendOSC]<BR>&gt; &gt; &gt; &gt; &gt;&gt; oses OSC<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; &gt; Can netsend and netreceive be used for OSC?<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; no.<BR>&gt; &gt; &gt; &gt; &gt;&gt; they are different, non-compatible application layer protocols (OSC uses<BR>&gt; &gt; &gt; &gt; &gt;&gt; binary data enriched with meta-data, whereas Pd's FUDI is plain text<BR>&gt; &gt; &gt; &gt; &gt;&gt; with a special meaning of semicolon)<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; you can probably construct an OSC-message that is parseable as a FUDI<BR>&gt; &gt; &gt; &gt; &gt;&gt; message and vice-versa, but nothing that i would "use".<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; fgmasr<BR>&gt; &gt; &gt; &gt; &gt;&gt; IOhannes<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; ________________________________<BR>&gt; &gt; &gt; &gt; &gt; Get a free e-mail account with Hotmail. Sign-up now.<BR>&gt; &gt; &gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; Pd-list@iem.at mailing list<BR>&gt; &gt; &gt; &gt; &gt; UNSUBSCRIBE and account-management -&gt;<BR>&gt; &gt; &gt; &gt; &gt; http://lists.puredata.info/listinfo/pd-list<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; Pd-list@iem.at mailing list<BR>&gt; &gt; &gt; &gt; UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; Pd-list@iem.at mailing list<BR>&gt; &gt; &gt; UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list<BR>&gt; &gt; <BR>&gt; &gt; _________________________________________________________________<BR>&gt; &gt; http://clk.atdmt.com/UKM/go/195013117/direct/01/<BR>&gt; &gt; We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now<BR>                                               <br /><hr />Get a free e-mail account with Hotmail. <a href='http://clk.atdmt.com/UKM/go/197222280/direct/01/' target='_new'>Sign-up now.</a></body>
</html>