[PD-cvs] pd/src s_stuff.h,1.5.4.6,1.5.4.7

Tim Blechmann timblech at users.sourceforge.net
Wed May 11 17:28:11 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	s_stuff.h 
Log Message:
oops

Index: s_stuff.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_stuff.h,v
retrieving revision 1.5.4.6
retrieving revision 1.5.4.7
diff -C2 -d -r1.5.4.6 -r1.5.4.7
*** s_stuff.h	11 May 2005 14:32:09 -0000	1.5.4.6
--- s_stuff.h	11 May 2005 15:28:08 -0000	1.5.4.7
***************
*** 202,207 ****
  
  int pa_open_audio(int inchans, int outchans, int rate, t_sample *soundin,
!     t_sample *soundout, int advance, 
!     int indeviceno, int outdeviceno, int schedmode)
  void pa_close_audio(void);
  int pa_send_dacs(void);
--- 202,207 ----
  
  int pa_open_audio(int inchans, int outchans, int rate, t_sample *soundin,
! 				  t_sample *soundout, int advance, 
! 				  int indeviceno, int outdeviceno, int schedmode);
  void pa_close_audio(void);
  int pa_send_dacs(void);





More information about the Pd-cvs mailing list