Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24918/src
Modified Files: Tag: devel_0_39 s_audio_portaudio.c Log Message: small fix for channel count mismatch
Index: s_audio_portaudio.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/s_audio_portaudio.c,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** s_audio_portaudio.c 6 May 2006 18:11:20 -0000 1.1.2.5 --- s_audio_portaudio.c 7 May 2006 12:27:12 -0000 1.1.2.6 *************** *** 259,262 **** --- 259,265 ---- pa_outchans = outchans;
+ /* we might have adapted the channel count */ + sys_setchsr(inchans, outchans, rate, sys_dacblocksize); + err = Pa_StartStream(pa_stream);