Update of /cvsroot/pure-data/pd/portaudio/pa_win_wdmks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12672/pd/portaudio/pa_win_wdmks
Modified Files: pa_win_wdmks.c readme.txt Log Message: FFT package selection
Zmoelnig's multi-'$' patch
big-soundfile support
Patch to set open directories (openpanel, savepanel)
patch to allow funny characters in extern names
fixed makefile.in to support intel mac
Index: pa_win_wdmks.c =================================================================== RCS file: /cvsroot/pure-data/pd/portaudio/pa_win_wdmks/pa_win_wdmks.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pa_win_wdmks.c 31 Dec 2005 20:55:25 -0000 1.3 --- pa_win_wdmks.c 3 Jun 2006 19:13:07 -0000 1.4 *************** *** 52,57 **** #ifdef __GNUC__ #include <initguid.h> ! #define _WIN32_WINNT 0x0501 ! #define WINVER 0x0501 #endif
--- 52,57 ---- #ifdef __GNUC__ #include <initguid.h> ! #define _WIN32_WINNT 0x0501 [...3963 lines suppressed...] /* IMPLEMENT ME, see portaudio.h for required behavior*/ ! PA_LOGL_; return 0; ! } ! ! ! ! --- 3260,3269 ---- PaWinWdmStream *stream = (PaWinWdmStream*)s;
! PA_LOGE_; /* suppress unused variable warnings */ (void) stream;
/* IMPLEMENT ME, see portaudio.h for required behavior*/ ! PA_LOGL_; return 0; ! } \ No newline at end of file
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/pd/portaudio/pa_win_wdmks/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 31 Dec 2005 01:46:24 -0000 1.1 --- readme.txt 3 Jun 2006 19:13:07 -0000 1.2 *************** *** 4,7 **** --- 4,18 ---- Status history -------------- + 10th November 2005: + Made following changes: + * OpenStream: Try all PaSampleFormats internally if the the chosen + format is not supported natively. This fixed several problems + with soundcards that soundcards that did not take kindly to + using 24-bit 3-byte formats. + * OpenStream: Make the minimum framesPerHostIBuffer (and framesPerHostOBuffer) + the default frameSize for the playback/recording pin. + * ProcessingThread: Added a switch to only call PaUtil_EndBufferProcessing + if the total input frames equals the total output frames + 5th September 2004: This is the first public version of the code. It should be considered