[PD-cvs] pd/src s_audio_portaudio.c,1.1.2.7,1.1.2.8

Tim Blechmann timblech at users.sourceforge.net
Sat Jun 3 12:29:26 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	s_audio_portaudio.c 
Log Message:
ugly hack to synchronize portaudio and pd device numbers

Index: s_audio_portaudio.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_portaudio.c,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** s_audio_portaudio.c	21 May 2006 00:48:36 -0000	1.1.2.7
--- s_audio_portaudio.c	3 Jun 2006 10:29:24 -0000	1.1.2.8
***************
*** 252,255 ****
--- 252,257 ----
      pa_inchans = inchans;
      pa_outchans = outchans;
+     pa_indev = indeviceno;
+     pa_outdev = outdevicenol
      
      /* we might have adapted the channel count */
***************
*** 613,614 ****
--- 615,617 ----
      return -1;
  }
+ 





More information about the Pd-cvs mailing list