[PD-cvs] pd/src s_audio.c,1.5.4.7,1.5.4.8

Tim Blechmann timblech at users.sourceforge.net
Tue Jan 18 21:22:53 CET 2005


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

Modified Files:
      Tag: devel_0_38
	s_audio.c 
Log Message:
adding sponsor note


Index: s_audio.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio.c,v
retrieving revision 1.5.4.7
retrieving revision 1.5.4.8
diff -C2 -d -r1.5.4.7 -r1.5.4.8
*** s_audio.c	14 Jan 2005 18:34:13 -0000	1.5.4.7
--- s_audio.c	18 Jan 2005 20:22:48 -0000	1.5.4.8
***************
*** 557,561 ****
  #define DEVDESCSIZE 80
  
! static void audio_getdevs(char *indevlist, int *nindevs,
      char *outdevlist, int *noutdevs, int *canmulti, 
          int maxndev, int devdescsize)
--- 557,562 ----
  #define DEVDESCSIZE 80
  
! /* tb: removed static flag */
! void audio_getdevs(char *indevlist, int *nindevs,
      char *outdevlist, int *noutdevs, int *canmulti, 
          int maxndev, int devdescsize)
***************
*** 979,983 ****
  
  
! /* tb: message-based audio configuration { */
  void glob_audio_samplerate(t_pd * dummy, t_float f)
  {
--- 980,985 ----
  
  
! /* tb: message-based audio configuration
!  * supported by vibrez.net { */
  void glob_audio_samplerate(t_pd * dummy, t_float f)
  {





More information about the Pd-cvs mailing list