[PD-cvs] pd/src d_soundfile.c, 1.4.4.11.2.10.2.11, 1.4.4.11.2.10.2.12

Mathieu Bouchard matju at users.sourceforge.net
Mon Jul 9 22:09:00 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv503

Modified Files:
      Tag: desiredata
	d_soundfile.c 
Log Message:
template min,max in desire.h


Index: d_soundfile.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_soundfile.c,v
retrieving revision 1.4.4.11.2.10.2.11
retrieving revision 1.4.4.11.2.10.2.12
diff -C2 -d -r1.4.4.11.2.10.2.11 -r1.4.4.11.2.10.2.12
*** d_soundfile.c	4 Jul 2007 20:57:12 -0000	1.4.4.11.2.10.2.11
--- d_soundfile.c	9 Jul 2007 20:08:58 -0000	1.4.4.11.2.10.2.12
***************
*** 1868,1874 ****
  }
  
- template <class T> T min(T a, T b) {return a<b?a:b;}
- template <class T> T max(T a, T b) {return a>b?a:b;}
- 
  /* open method.  Called as:
     open filename [skipframes headersize channels bytespersamp endianness]
--- 1868,1871 ----





More information about the Pd-cvs mailing list