Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31612
Modified Files: Tag: devel_0_39 s_audio_portaudio.c Log Message:
small pa fix
Index: s_audio_portaudio.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_portaudio.c,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** s_audio_portaudio.c 7 May 2006 12:27:12 -0000 1.1.2.6 --- s_audio_portaudio.c 21 May 2006 00:48:36 -0000 1.1.2.7 *************** *** 95,104 **** sys_setscheduler(schedmode);
- if (indeviceno != outdeviceno) - { - post("portaudio supports only one device for i/o"); - return 1; - } - /* post("in %d out %d rate %d device %d", inchans, outchans, rate, deviceno); */ if (inchans > MAX_PA_CHANS) --- 95,98 ----