Update of /cvsroot/pure-data/externals/grill/xsample/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32344/source
Modified Files: groove.cpp main.h Log Message: fixes for Metrowerks minor updates
Index: groove.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/xsample/source/groove.cpp,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** groove.cpp 26 Jan 2005 05:13:21 -0000 1.30 --- groove.cpp 28 Jan 2005 04:58:24 -0000 1.31 *************** *** 19,22 **** --- 19,25 ---- #endif
+ #ifndef M_PI + #define M_PI 3.141592653589793238462643383 + #endif
#define XZONE_TABLE 512
Index: main.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/xsample/source/main.h,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** main.h 8 Jan 2005 04:59:44 -0000 1.33 --- main.h 28 Jan 2005 04:58:24 -0000 1.34 *************** *** 16,20 **** #endif
! #define XSAMPLE_VERSION "0.3.1pre4"
--- 16,20 ---- #endif
! #define XSAMPLE_VERSION "0.3.1pre5"