[PD-cvs] pd/src s_audio_portaudio.c,1.1.2.12,1.1.2.13

Tim Blechmann timblech at users.sourceforge.net
Thu Jun 29 12:16:02 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	s_audio_portaudio.c 
Log Message:
improved error handling for portaudio

Index: s_audio_portaudio.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_portaudio.c,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -C2 -d -r1.1.2.12 -r1.1.2.13
*** s_audio_portaudio.c	27 Jun 2006 15:47:46 -0000	1.1.2.12
--- s_audio_portaudio.c	29 Jun 2006 10:15:59 -0000	1.1.2.13
***************
*** 248,251 ****
--- 248,253 ----
          post("Error message: %s\n", Pa_GetErrorText( err ) );
          sys_inchannels = sys_outchannels = 0;
+         pa_indev = pa_outdev = -1.f;
+         pa_inchans = pa_outchans = 0;
          return (1);
      }





More information about the Pd-cvs mailing list