Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17131
Modified Files: Tag: desiredata s_audio.c Log Message: reformatting
Index: s_audio.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_audio.c,v retrieving revision 1.5.4.16.2.20.2.5 retrieving revision 1.5.4.16.2.20.2.6 diff -C2 -d -r1.5.4.16.2.20.2.5 -r1.5.4.16.2.20.2.6 *** s_audio.c 20 Dec 2006 06:47:45 -0000 1.5.4.16.2.20.2.5 --- s_audio.c 20 Dec 2006 09:40:11 -0000 1.5.4.16.2.20.2.6 *************** *** 81,87 **** static float (*peak_fp)(t_float*, t_int, t_float) = peakvec;
! ! static int audio_isopen(void) ! { return (audio_state && ((audio_naudioindev > 0 && audio_audiochindev[0] > 0) --- 81,85 ---- static float (*peak_fp)(t_float*, t_int, t_float) = peakvec;
[...961 lines suppressed...] #endif } ! void glob_audio_testaudiosetting(t_pd * dummy, t_symbol *s, int ac, t_atom *av) { ! #if defined(USEAPI_PORTAUDIO) && !defined(PABLIO) if (sys_audioapi == API_PORTAUDIO) pa_test_setting (ac, av); #endif } ! void glob_audio_getcurrent_devices(void) { ! #if defined(USEAPI_PORTAUDIO) && !defined(PABLIO) if (sys_audioapi == API_PORTAUDIO) pa_getcurrent_devices(); #endif } ! void glob_audio_asio_latencies(t_pd * dummy, t_float f) { ! #if defined(USEAPI_PORTAUDIO) && !defined(PABLIO) if (sys_audioapi == API_PORTAUDIO) pa_get_asio_latencies(f); #endif }
/* tb } */