Csound Csound-dev Csound-tekno Search About

RE: [Cs-dev] CsoundVST

Date2005-02-24 15:42
From"gogins@pipeline.com"
SubjectRE: [Cs-dev] CsoundVST
I'm mystified, I did a complete rebuild yesterday morning. I will look at
it again when I get a chance. I would always make sure to delete the
generated wrapper files (frontends/CsoundVST/*wrap*) before building if the
interface changes.

FWIW, Dave Phillips 


Original Message:
-----------------
From: steven yi stevenyi@csounds.com
Date: Wed, 23 Feb 2005 21:43:46 -0800
To: csound-devel@lists.sourceforge.net
Subject: [Cs-dev] CsoundVST


Hi Michael,

I've been trying to compile CsoundVST on Linux for the past few weeks 
and have largely had the same problems as others.  I've got swig 1.24 
and boost 1.32 here if that's of any help. 

Any help on this would be very much appreciated!
steven


swig -c++ -includeall -verbose -outdir . -I. -I./H 
-I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include 
-I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include 
-I/usr/local/include -I/usr/include/freetype2 -I/usr/X11R6/include 
-Ifrontends/CsoundVST -I/usr/include/python2.3 -DCSOUND_WITH_API -DLINUX 
-DPIPES -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_MALLOC_H 
-DHAVE_SGTTY_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H 
-DHAVE_CTYPE_H -DHAVE_TERMIOS_H -DHAVE_STRING_H -DHAVE_DIRENT_H 
-DHAVE_JNI_H -DWINDOWS -DUSE_FLTK -python -o 
frontends/CsoundVST/CsoundVST_wrap.cc frontends/CsoundVST/CsoundVST.i
LibDir: python
   ./
   ./
   ./H/
   /usr/local/include/python2.3/
   /usr/local/include/
   /usr/include/
   /usr/X11R6/include/
   /usr/local/include/
   /usr/X11R6/include/
   /usr/local/include/
   /usr/include/freetype2/
   /usr/X11R6/include/
   frontends/CsoundVST/
   /usr/include/python2.3/
   /usr/local/share/swig/1.3.24/python/
   ./swig_lib/python/
   /usr/local/share/swig/1.3.24/config/
   ./swig_lib/config/
   /usr/local/share/swig/1.3.24/
   ./swig_lib/
Preprocessing...
Starting language-specific parse...
frontends/CsoundVST/Event.hpp:161: Warning(362): operator= ignored
frontends/CsoundVST/Event.hpp:162: Warning(362): operator= ignored
frontends/CsoundVST/Midifile.hpp:36: Warning(302): Identifier 
'EventVector' redefined (ignored) (Renamed from 'vector'),
frontends/CsoundVST/Event.hpp:36: Warning(302): previous definition of 
'EventVector' (Renamed from 'vector').
Processing types...
frontends/CsoundVST/Event.hpp:72: Warning(401): Nothing known about base 
class 'ublas::vector'. Ignored.
frontends/CsoundVST/Event.hpp:72: Warning(401): Maybe you forgot to 
instantiate 'ublas::vector' using %template.
frontends/CsoundVST/Midifile.hpp:112: Warning(401): Nothing known about 
base class 'std::vector'. Ignored.
frontends/CsoundVST/Midifile.hpp:112: Warning(401): Maybe you forgot to 
instantiate 'std::vector' using %template.
frontends/CsoundVST/Midifile.hpp:122: Warning(401): Nothing known about 
base class 'std::map'. Ignored.
frontends/CsoundVST/Midifile.hpp:122: Warning(401): Maybe you forgot to 
instantiate 'std::map' using %template.
C++ analysis...
Generating wrappers...
frontends/CsoundVST/Event.hpp:94: Warning(462): Unable to set 
dimensionless array variable
frontends/CsoundVST/Event.hpp:95: Warning(462): Unable to set 
dimensionless array variable
frontends/CsoundVST/Midifile.hpp:108: Warning(503): Can't wrap 'operator 
<' unless renamed to a valid identifier.
frontends/CsoundVST/Node.hpp:50: Warning(515): Target language argument 
'ublas::matrix const &globalCoordinates' discards const in 
director method Node::traverse.
frontends/CsoundVST/Node.hpp:50: Warning(515): Target language argument 
'ublas::matrix const &coordinates' discards const in director 
method Node::produceOrTransform.
g++ -DCSOUND_WITH_API -fexceptions -DCSOUND_WITH_API -g -gstabs -O2 
-DLINUX -Wall -DPIPES -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H 
-DHAVE_MALLOC_H -DHAVE_SGTTY_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H 
-DHAVE_SYS_TYPES_H -DHAVE_CTYPE_H -DHAVE_TERMIOS_H -DHAVE_STRING_H 
-DHAVE_DIRENT_H -DHAVE_JNI_H -DWINDOWS -DUSE_FLTK -fPIC -DBETA -I. -IH 
-I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include 
-I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include 
-I/usr/local/include -I/usr/include/freetype2 -I/usr/X11R6/include 
-Ifrontends/CsoundVST -I/usr/include/python2.3 -c -o 
frontends/CsoundVST/CsoundVST_wrap.os frontends/CsoundVST/CsoundVST_wrap.cc
frontends/CsoundVST/CsoundVST_wrap.cc:1470: error: expected `,' or `...' 
before '.' token
frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
SWIG_CheckLongInRange(long int, long int, long int, const char*)':
frontends/CsoundVST/CsoundVST_wrap.cc:1473: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc:1476: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc:1480: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc:1483: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
SWIG_AsVal_short(PyObject*, short int*)':
frontends/CsoundVST/CsoundVST_wrap.cc:1678: error: expected 
primary-expression before "const"
frontends/CsoundVST/CsoundVST_wrap.cc:1678: error: expected `;' before 
"const"
frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
SWIG_AsVal_char(PyObject*, char*)':
frontends/CsoundVST/CsoundVST_wrap.cc:2706: error: expected 
primary-expression before "const"
frontends/CsoundVST/CsoundVST_wrap.cc:2706: error: expected `;' before 
"const"
frontends/CsoundVST/CsoundVST_wrap.cc: At global scope:
frontends/CsoundVST/CsoundVST_wrap.cc:2843: error: expected `,' or `...' 
before '.' token
frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
SWIG_CheckUnsignedLongInRange(long unsigned int, long unsigned int, 
const char*)':
frontends/CsoundVST/CsoundVST_wrap.cc:2846: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc:2849: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
SWIG_AsVal_unsigned_SS_char(PyObject*, unsigned char*)':
frontends/CsoundVST/CsoundVST_wrap.cc:2860: error: expected 
primary-expression before "const"
frontends/CsoundVST/CsoundVST_wrap.cc:2860: error: expected `;' before 
"const"
frontends/CsoundVST/CsoundVST_wrap.cc: At global scope:
frontends/CsoundVST/CsoundVST_wrap.cc:3047: error: expected `,' or `...' 
before '.' token
frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
SWIG_CheckDoubleInRange(double, double, double, const char*)':
frontends/CsoundVST/CsoundVST_wrap.cc:3050: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc:3053: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc:3057: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc:3060: error: request for member 
`errmsg_' in `cenviron', which is of non-class type `const char*'
frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
SWIG_AsVal_float(PyObject*, float*)':
frontends/CsoundVST/CsoundVST_wrap.cc:3071: error: expected 
primary-expression before "const"
frontends/CsoundVST/CsoundVST_wrap.cc:3071: error: expected `;' before 
"const"
frontends/CsoundVST/CsoundVST_wrap.cc: At global scope:
frontends/CsoundVST/CsoundVST_wrap.cc:232: warning: 'swig_type_info* 
SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used
frontends/CsoundVST/CsoundVST_wrap.cc:420: warning: 'const char* 
SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined 
but not used
frontends/CsoundVST/CsoundVST_wrap.cc:500: warning: 'void 
SWIG_PropagateClientData(swig_type_info*)' defined but not used
frontends/CsoundVST/CsoundVST_wrap.cc:1199: warning: 'void* 
SWIG_Python_MustGetPtr(PyObject*, swig_type_info*, int, int)' defined 
but not used
frontends/CsoundVST/CsoundVST_wrap.cc:1213: warning: 'int 
SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, 
int)' defined but not used
scons: *** [frontends/CsoundVST/CsoundVST_wrap.os] Error 1
scons: building terminated because of errors.
[steven@localhost csound5]$



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-25 18:37
Fromsteven yi
SubjectRe: [Cs-dev] CsoundVST
Yes, I've been doing the *wrap* deletion.  I also get the same error 
when doing a fresh CVS checkout.

What version of boost is everyone using?

steven


gogins@pipeline.com wrote:
> I'm mystified, I did a complete rebuild yesterday morning. I will look at
> it again when I get a chance. I would always make sure to delete the
> generated wrapper files (frontends/CsoundVST/*wrap*) before building if the
> interface changes.
> 
> FWIW, Dave Phillips 
> 
> 
> Original Message:
> -----------------
> From: steven yi stevenyi@csounds.com
> Date: Wed, 23 Feb 2005 21:43:46 -0800
> To: csound-devel@lists.sourceforge.net
> Subject: [Cs-dev] CsoundVST
> 
> 
> Hi Michael,
> 
> I've been trying to compile CsoundVST on Linux for the past few weeks 
> and have largely had the same problems as others.  I've got swig 1.24 
> and boost 1.32 here if that's of any help. 
> 
> Any help on this would be very much appreciated!
> steven
> 
> 
> swig -c++ -includeall -verbose -outdir . -I. -I./H 
> -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include 
> -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include 
> -I/usr/local/include -I/usr/include/freetype2 -I/usr/X11R6/include 
> -Ifrontends/CsoundVST -I/usr/include/python2.3 -DCSOUND_WITH_API -DLINUX 
> -DPIPES -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_MALLOC_H 
> -DHAVE_SGTTY_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H 
> -DHAVE_CTYPE_H -DHAVE_TERMIOS_H -DHAVE_STRING_H -DHAVE_DIRENT_H 
> -DHAVE_JNI_H -DWINDOWS -DUSE_FLTK -python -o 
> frontends/CsoundVST/CsoundVST_wrap.cc frontends/CsoundVST/CsoundVST.i
> LibDir: python
>    ./
>    ./
>    ./H/
>    /usr/local/include/python2.3/
>    /usr/local/include/
>    /usr/include/
>    /usr/X11R6/include/
>    /usr/local/include/
>    /usr/X11R6/include/
>    /usr/local/include/
>    /usr/include/freetype2/
>    /usr/X11R6/include/
>    frontends/CsoundVST/
>    /usr/include/python2.3/
>    /usr/local/share/swig/1.3.24/python/
>    ./swig_lib/python/
>    /usr/local/share/swig/1.3.24/config/
>    ./swig_lib/config/
>    /usr/local/share/swig/1.3.24/
>    ./swig_lib/
> Preprocessing...
> Starting language-specific parse...
> frontends/CsoundVST/Event.hpp:161: Warning(362): operator= ignored
> frontends/CsoundVST/Event.hpp:162: Warning(362): operator= ignored
> frontends/CsoundVST/Midifile.hpp:36: Warning(302): Identifier 
> 'EventVector' redefined (ignored) (Renamed from 'vector'),
> frontends/CsoundVST/Event.hpp:36: Warning(302): previous definition of 
> 'EventVector' (Renamed from 'vector').
> Processing types...
> frontends/CsoundVST/Event.hpp:72: Warning(401): Nothing known about base 
> class 'ublas::vector'. Ignored.
> frontends/CsoundVST/Event.hpp:72: Warning(401): Maybe you forgot to 
> instantiate 'ublas::vector' using %template.
> frontends/CsoundVST/Midifile.hpp:112: Warning(401): Nothing known about 
> base class 'std::vector'. Ignored.
> frontends/CsoundVST/Midifile.hpp:112: Warning(401): Maybe you forgot to 
> instantiate 'std::vector' using %template.
> frontends/CsoundVST/Midifile.hpp:122: Warning(401): Nothing known about 
> base class 'std::map'. Ignored.
> frontends/CsoundVST/Midifile.hpp:122: Warning(401): Maybe you forgot to 
> instantiate 'std::map' using %template.
> C++ analysis...
> Generating wrappers...
> frontends/CsoundVST/Event.hpp:94: Warning(462): Unable to set 
> dimensionless array variable
> frontends/CsoundVST/Event.hpp:95: Warning(462): Unable to set 
> dimensionless array variable
> frontends/CsoundVST/Midifile.hpp:108: Warning(503): Can't wrap 'operator 
> <' unless renamed to a valid identifier.
> frontends/CsoundVST/Node.hpp:50: Warning(515): Target language argument 
> 'ublas::matrix const &globalCoordinates' discards const in 
> director method Node::traverse.
> frontends/CsoundVST/Node.hpp:50: Warning(515): Target language argument 
> 'ublas::matrix const &coordinates' discards const in director 
> method Node::produceOrTransform.
> g++ -DCSOUND_WITH_API -fexceptions -DCSOUND_WITH_API -g -gstabs -O2 
> -DLINUX -Wall -DPIPES -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H 
> -DHAVE_MALLOC_H -DHAVE_SGTTY_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H 
> -DHAVE_SYS_TYPES_H -DHAVE_CTYPE_H -DHAVE_TERMIOS_H -DHAVE_STRING_H 
> -DHAVE_DIRENT_H -DHAVE_JNI_H -DWINDOWS -DUSE_FLTK -fPIC -DBETA -I. -IH 
> -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include 
> -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include 
> -I/usr/local/include -I/usr/include/freetype2 -I/usr/X11R6/include 
> -Ifrontends/CsoundVST -I/usr/include/python2.3 -c -o 
> frontends/CsoundVST/CsoundVST_wrap.os frontends/CsoundVST/CsoundVST_wrap.cc
> frontends/CsoundVST/CsoundVST_wrap.cc:1470: error: expected `,' or `...' 
> before '.' token
> frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
> SWIG_CheckLongInRange(long int, long int, long int, const char*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:1473: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc:1476: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc:1480: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc:1483: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
> SWIG_AsVal_short(PyObject*, short int*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:1678: error: expected 
> primary-expression before "const"
> frontends/CsoundVST/CsoundVST_wrap.cc:1678: error: expected `;' before 
> "const"
> frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
> SWIG_AsVal_char(PyObject*, char*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:2706: error: expected 
> primary-expression before "const"
> frontends/CsoundVST/CsoundVST_wrap.cc:2706: error: expected `;' before 
> "const"
> frontends/CsoundVST/CsoundVST_wrap.cc: At global scope:
> frontends/CsoundVST/CsoundVST_wrap.cc:2843: error: expected `,' or `...' 
> before '.' token
> frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
> SWIG_CheckUnsignedLongInRange(long unsigned int, long unsigned int, 
> const char*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:2846: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc:2849: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
> SWIG_AsVal_unsigned_SS_char(PyObject*, unsigned char*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:2860: error: expected 
> primary-expression before "const"
> frontends/CsoundVST/CsoundVST_wrap.cc:2860: error: expected `;' before 
> "const"
> frontends/CsoundVST/CsoundVST_wrap.cc: At global scope:
> frontends/CsoundVST/CsoundVST_wrap.cc:3047: error: expected `,' or `...' 
> before '.' token
> frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
> SWIG_CheckDoubleInRange(double, double, double, const char*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:3050: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc:3053: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc:3057: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc:3060: error: request for member 
> `errmsg_' in `cenviron', which is of non-class type `const char*'
> frontends/CsoundVST/CsoundVST_wrap.cc: In function `int 
> SWIG_AsVal_float(PyObject*, float*)':
> frontends/CsoundVST/CsoundVST_wrap.cc:3071: error: expected 
> primary-expression before "const"
> frontends/CsoundVST/CsoundVST_wrap.cc:3071: error: expected `;' before 
> "const"
> frontends/CsoundVST/CsoundVST_wrap.cc: At global scope:
> frontends/CsoundVST/CsoundVST_wrap.cc:232: warning: 'swig_type_info* 
> SWIG_TypeDynamicCast(swig_type_info*, void**)' defined but not used
> frontends/CsoundVST/CsoundVST_wrap.cc:420: warning: 'const char* 
> SWIG_UnpackDataName(const char*, void*, size_t, const char*)' defined 
> but not used
> frontends/CsoundVST/CsoundVST_wrap.cc:500: warning: 'void 
> SWIG_PropagateClientData(swig_type_info*)' defined but not used
> frontends/CsoundVST/CsoundVST_wrap.cc:1199: warning: 'void* 
> SWIG_Python_MustGetPtr(PyObject*, swig_type_info*, int, int)' defined 
> but not used
> frontends/CsoundVST/CsoundVST_wrap.cc:1213: warning: 'int 
> SWIG_Python_ConvertPacked(PyObject*, void*, size_t, swig_type_info*, 
> int)' defined but not used
> scons: *** [frontends/CsoundVST/CsoundVST_wrap.os] Error 1
> scons: building terminated because of errors.
> [steven@localhost csound5]$
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> --------------------------------------------------------------------
> mail2web - Check your email from the web at
> http://mail2web.com/ .
> 
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id396&opÌk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 
> 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-25 19:09
FromDave Phillips
SubjectRe: [Cs-dev] CsoundVST
steven yi wrote:

> Yes, I've been doing the *wrap* deletion.  I also get the same error 
> when doing a fresh CVS checkout.
>
> What version of boost is everyone using?

Boost 1.31
SWIG 1.3.2
FLTK 1.1.4
Python 2.3
SCons 0.95

RH9
GCC 3.2.2
ALSA 1.04
JACK 0.99
PortAudio v19 (I think)
PortMIDI (latest)

Best,

dp







-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net