[PD-cvs] pd/extra/bonk~ bonk~.c,1.2,1.3

Miller Puckette millerpuckette at users.sourceforge.net
Sat Nov 6 17:07:24 CET 2004


Update of /cvsroot/pure-data/pd/extra/bonk~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10939/pd/extra/bonk~

Modified Files:
	bonk~.c 
Log Message:
0.38 test 9 (mostly bug fixes)



Index: bonk~.c
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/bonk~/bonk~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** bonk~.c	8 Aug 2002 16:42:29 -0000	1.2
--- bonk~.c	6 Nov 2004 16:07:22 -0000	1.3
***************
*** 20,29 ****
  #include "z_dsp.h"
  #include "math.h"
- //#include "stdio.h"
  #include "ext_support.h"
- //#include "ext_strings.h"
  #include "ext_proto.h"
  
! typedef double t_floatarg;	// from m_pd.h
  #define flog log
  #define fexp exp
[...1456 lines suppressed...]
  }
  
  void bonk_assist(t_bonk *x, void *b, long m, long a, char *s)
  {
!         assist_string(3747,m,a,1,2,s);
  }
  
***************
*** 1078,1082 ****
  float qrsqrt(float f)
  {
! 	return 1/sqrt(f);
  
  }
--- 1072,1076 ----
  float qrsqrt(float f)
  {
!         return 1/sqrt(f);
  
  }





More information about the Pd-cvs mailing list