[PD-cvs] externals/grill/xsample/source groove.cpp,1.30,1.31 main.h,1.33,1.34

Thomas Grill xovo at users.sourceforge.net
Fri Jan 28 05:58:26 CET 2005


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"
  
  





More information about the Pd-cvs mailing list