| All static data should be removed, unless it needs to be shared by all running instances of Csound.
Regards,
Mike
-----Original Message-----
>From: Anthony Kozar
>Sent: Oct 26, 2006 11:40 PM
>To: New Csound Developer list
>Subject: Re: [Cs-dev] remove event changes
>
>Hello,
>
>While working on this earlier, I noticed the following static variable in
>remote.c. It's companion REMOT_BUF SVrecvbuf; was moved into the CSOUND
>struct. Should this one be moved as well?
>
>/*//////////////// MUSMON SERVICES ////////////////*/
>
>static REMOT_BUF CLsendbuf; /* rt evt output Communications buffer */
>
>
>Also, in remote.h, it looked like the following lines could be removed but I
>wasn't sure:
>
>extern int *insrfd;
>extern int *chnrfd;
>extern int insrfd_count;
>extern int chnrfd_count;
>
>int CLsend(CSOUND *csound, int conn, void *data, int length);
>
>
>And near the top:
>
>void m_chanmsg(CSOUND *csound, MEVENT *mep); /* called from midirecv &
>musmon */
>
>
>I also assume that this notice at the top of remote.c/h should be changed?:
>
> This file is not yet part of Csound.
>
>
>Thanks.
>
>Anthony Kozar
>anthonykozar AT sbcglobal DOT net
>
>
>
>-------------------------------------------------------------------------
>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 |