From: <vr-...@us...> - 2004-03-02 11:12:58
|
Update of /cvsroot/alpp/openalpp/include/openalpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29181/include/openalpp Modified Files: config.h filestream.h Log Message: Minor bugfixes. Cleaned up project files under windows. Index: config.h =================================================================== RCS file: /cvsroot/alpp/openalpp/include/openalpp/config.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.h 2 Mar 2004 07:50:27 -0000 1.3 --- config.h 2 Mar 2004 11:01:14 -0000 1.4 *************** *** 34,38 **** */ #ifdef WIN32 ! #define WITH_PORTAUDIO #endif --- 34,38 ---- */ #ifdef WIN32 ! //#define WITH_PORTAUDIO #endif Index: filestream.h =================================================================== RCS file: /cvsroot/alpp/openalpp/include/openalpp/filestream.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** filestream.h 2 Mar 2004 07:50:27 -0000 1.6 --- filestream.h 2 Mar 2004 11:01:14 -0000 1.7 *************** *** 43,47 **** * buffer should be (in samples per second). */ ! FileStream(const char *filename,const int buffersize=65536) throw (NameError,InitError,FileError); --- 43,47 ---- * buffer should be (in samples per second). */ ! FileStream(const std::string& filename,const int buffersize=65536) throw (NameError,InitError,FileError); |