[PD-cvs] pd/src s_audio_alsa.c, 1.5.4.5.2.2.2.12, 1.5.4.5.2.2.2.13 s_audio_sgi.c, 1.1.4.1.4.6, 1.1.4.1.4.7

Mathieu Bouchard matju at users.sourceforge.net
Sat Aug 4 02:53:18 CEST 2007


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

Modified Files:
      Tag: desiredata
	s_audio_alsa.c s_audio_sgi.c 
Log Message:
remove stderr


Index: s_audio_alsa.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio_alsa.c,v
retrieving revision 1.5.4.5.2.2.2.12
retrieving revision 1.5.4.5.2.2.2.13
diff -C2 -d -r1.5.4.5.2.2.2.12 -r1.5.4.5.2.2.2.13
*** s_audio_alsa.c	2 Aug 2007 22:27:42 -0000	1.5.4.5.2.2.2.12
--- s_audio_alsa.c	4 Aug 2007 00:53:16 -0000	1.5.4.5.2.2.2.13
***************
*** 295,299 ****
      timenow = sys_getrealtime();
  #ifdef DEBUG_ALSA_XFER
!     if (timenow - timelast > 0.050) post("(%d)", int(1000 * (timenow - timelast))), fflush(stderr);
      callno++;
  #endif
--- 295,299 ----
      timenow = sys_getrealtime();
  #ifdef DEBUG_ALSA_XFER
!     if (timenow - timelast > 0.050) post("(%d)", int(1000 * (timenow - timelast)));
      callno++;
  #endif
***************
*** 347,351 ****
          if (sys_getrealtime() - timenow > 0.002) {
      #ifdef DEBUG_ALSA_XFER
!             post("output %d took %d msec", callno, int(1000 * (timenow - timelast))), fflush(stderr);
      #endif
              timenow = sys_getrealtime();
--- 347,351 ----
          if (sys_getrealtime() - timenow > 0.002) {
      #ifdef DEBUG_ALSA_XFER
!             post("output %d took %d msec", callno, int(1000 * (timenow - timelast)));
      #endif
              timenow = sys_getrealtime();

Index: s_audio_sgi.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_sgi.c,v
retrieving revision 1.1.4.1.4.6
retrieving revision 1.1.4.1.4.7
diff -C2 -d -r1.1.4.1.4.6 -r1.1.4.1.4.7
*** s_audio_sgi.c	3 Aug 2007 00:14:49 -0000	1.1.4.1.4.6
--- s_audio_sgi.c	4 Aug 2007 00:53:16 -0000	1.1.4.1.4.7
***************
*** 193,197 ****
      timenow = sys_getrealtime();
  #ifdef DEBUG_SGI_XFER
!     if (timenow - timelast > 0.050) post("(%d)", (int)(1000 * (timenow - timelast))), fflush(stderr);
  #endif
      callno++;
--- 193,197 ----
      timenow = sys_getrealtime();
  #ifdef DEBUG_SGI_XFER
!     if (timenow - timelast > 0.050) post("(%d)", (int)(1000 * (timenow - timelast)));
  #endif
      callno++;
***************
*** 225,229 ****
      if (sys_getrealtime() - timenow > 0.002) {
      #ifdef DEBUG_SGI_XFER
!         post("output %d took %d msec", callno, (int)(1000 * (timenow - timelast))), fflush(stderr);
      #endif
          timenow = sys_getrealtime();
--- 225,229 ----
      if (sys_getrealtime() - timenow > 0.002) {
      #ifdef DEBUG_SGI_XFER
!         post("output %d took %d msec", callno, (int)(1000 * (timenow - timelast)));
      #endif
          timenow = sys_getrealtime();





More information about the Pd-cvs mailing list