Hi All, I was looking at the ChangeLog and the code to see exactly what these opcodes are and how they are used (sorry for being impatient for documenation!). So far I'm understanding that they're for the OLPC and it looks like a way to mark MIDI and SCO statements to be run on remote instances of Csound over ethernet. Is this correct? (I'm assuming these opcodes are used in a case where everyone has the exact same orc?) To use these in a context of collaborative music making, I'm also guessing that intstruments shouldn't be made to depend on global, buss, or zak signals unless the orc is crafted to to also broadcast and synchronize those control signals via score statements or OSC or something along those lines? Any info on these appreciated! (Very curious!) steven On 10/13/06, jpff wrote: > First apologies for the problems on Windows; it took a long time to > get it to a compilable state on linux and when I got that I committed. > > There are a number of problems I have with the code, some of which I > mark down undergraduates for! For example > > insrfd = (int*) calloc((size_t)129, sizeof(int)); > chnrfd = (int*) calloc((size_t)17, sizeof(int)); > ipadrs = (char*)calloc((size_t)15, sizeof(char)); > > 129? Well it is 3*43 or 128+1 .... > 17 if at least prime, but could be 16+1 > 15..... 16-1 ? > > These should be named constants at least but I do not know what name > to use! > > getIpAddress(ST(ipadrs), "eth0"); /* get IP adrs of this machine */ > > Ethernet is not always eth0 so should at the very least be > parameterised. > > I removed the statics in remote.c but did not look at those in > remote.h, as placing statics in a header file included from more than > one place leads to nasties in ANSI C89. I guess I need to check them > > (at least one is not used; two are really local) > > ==John ffitch > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net