[PD-cvs] pd/src s_audio.c,1.5.4.16.2.20.2.4,1.5.4.16.2.20.2.5

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 20 07:47:47 CET 2006


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

Modified Files:
      Tag: desiredata
	s_audio.c 
Log Message:
removed unused vars and reformatted code


Index: s_audio.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio.c,v
retrieving revision 1.5.4.16.2.20.2.4
retrieving revision 1.5.4.16.2.20.2.5
diff -C2 -d -r1.5.4.16.2.20.2.4 -r1.5.4.16.2.20.2.5
*** s_audio.c	19 Dec 2006 20:52:40 -0000	1.5.4.16.2.20.2.4
--- s_audio.c	20 Dec 2006 06:47:45 -0000	1.5.4.16.2.20.2.5
***************
*** 150,154 ****
  void sys_setchsr(int chin, int chout, int sr, int dacblocksize)
  {
-     int nblk;
      int inbytes = (chin ? chin : 2) * (sys_dacblocksize*sizeof(float));
      int outbytes = (chout ? chout : 2) * (sys_dacblocksize*sizeof(float));
--- 150,153 ----
***************
*** 213,231 ****
   
      /* jsarlo { (*/
[...1181 lines suppressed...]
--- 1111,1115 ----
  #ifdef USEAPI_PORTAUDIO
  #ifndef PABLIO
!     if (sys_audioapi == API_PORTAUDIO) pa_getcurrent_devices();
  #endif
  #endif
***************
*** 1400,1405 ****
  #ifdef USEAPI_PORTAUDIO
  #ifndef PABLIO
!     if (sys_audioapi == API_PORTAUDIO)
!         pa_get_asio_latencies(f);
  #endif
  #endif
--- 1120,1124 ----
  #ifdef USEAPI_PORTAUDIO
  #ifndef PABLIO
!     if (sys_audioapi == API_PORTAUDIO) pa_get_asio_latencies(f);
  #endif
  #endif





More information about the Pd-cvs mailing list