Update of /cvsroot/pure-data/externals/grill/flext/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28142/source
Modified Files: flsndobj.h Log Message:
Index: flsndobj.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flsndobj.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** flsndobj.h 12 Sep 2005 10:27:40 -0000 1.9 --- flsndobj.h 27 Sep 2006 07:52:28 -0000 1.10 *************** *** 3,7 **** flext - C++ layer for Max/MSP and pd (pure data) externals
! Copyright (c) 2001-2005 Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 3,7 ---- flext - C++ layer for Max/MSP and pd (pure data) externals
! Copyright (c) 2001-2006 Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. *************** *** 17,21 **** #define NOPTHREAD #endif ! #include <SndObj/AudioDefs.h> #undef NOPTHREAD
--- 17,22 ---- #define NOPTHREAD #endif ! #include <SndObj/SndObj.h> ! #include <SndObj/SndIO.h> #undef NOPTHREAD