Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv730
Modified Files: changes.txt config-pd-linux.txt flext.doxy Log Message: ""
Index: config-pd-linux.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/config-pd-linux.txt,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** config-pd-linux.txt 23 Apr 2004 22:14:11 -0000 1.24 --- config-pd-linux.txt 26 Sep 2004 22:55:14 -0000 1.25 *************** *** 9,13 **** # if it is a system include path (like /usr/local/include) # you should leave it blank (as e.g. g++ 3.2 complains about it) ! PDPATH=/usr/src/pd-0.37-1/src
# where is the SndObj include directory? --- 9,13 ---- # if it is a system include path (like /usr/local/include) # you should leave it blank (as e.g. g++ 3.2 complains about it) ! PDPATH=../../../pd/src
# where is the SndObj include directory?
Index: flext.doxy =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/flext.doxy,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** flext.doxy 23 Apr 2004 22:14:11 -0000 1.10 --- flext.doxy 26 Sep 2004 22:55:14 -0000 1.11 *************** *** 5,10 **** #--------------------------------------------------------------------------- PROJECT_NAME = flext ! PROJECT_NUMBER = "version 0.4.6" ! OUTPUT_DIRECTORY = f:/prog/max/flext/doc/ OUTPUT_LANGUAGE = English USE_WINDOWS_ENCODING = YES --- 5,10 ---- #--------------------------------------------------------------------------- PROJECT_NAME = flext ! PROJECT_NUMBER = "version 0.4.7" ! OUTPUT_DIRECTORY = c:/data/prog/max/flext/doc/ OUTPUT_LANGUAGE = English USE_WINDOWS_ENCODING = YES
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** changes.txt 18 Sep 2004 04:00:28 -0000 1.56 --- changes.txt 26 Sep 2004 22:55:14 -0000 1.57 *************** *** 308,318 **** TODO list:
! for 0.4.7: - SIMD for gcc - Max/MSP MachO support
bugs: - recreation of object with different argument line forgets about eventually present attributes
TEST: - PD: problems with timed buffer redrawing (takes a lot of cpu time) --- 308,323 ---- TODO list:
! for 0.4.8: - SIMD for gcc - Max/MSP MachO support
+ for 0.5.0: + - optimizations for object initialization and messaging + bugs: - recreation of object with different argument line forgets about eventually present attributes
+ - can't use MFC libraries because of global new and delete overloadings + TEST: - PD: problems with timed buffer redrawing (takes a lot of cpu time) *************** *** 321,325 **** - flext_dsp: Max/MSP doesn't correctly report in/out channel counts
- - can't use MFC libraries because of global new and delete overloadings
general: --- 326,329 ----