Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15729
Modified Files: changes.txt Log Message: ""
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** changes.txt 21 Jun 2004 13:58:13 -0000 1.47 --- changes.txt 23 Jun 2004 02:33:04 -0000 1.48 *************** *** 296,299 **** --- 296,303 ---- TODO list:
+ for 0.4.7: + - SIMD for gcc + - individual apply buttons for each attribute in the attribute editor + general: - documentation *************** *** 309,312 **** --- 313,317 ---- there should be a way to avoid this
+ - flext::post and flext::error should print via a worker thread (and should be unlimited in characters)
bugs: *************** *** 318,323 **** - flext_dsp: Max/MSP doesn't correctly report in/out channel counts
! - linker problems between MFC libraries and global new and delete overloadings ! - flext::post and flext::error should print via a worker thread (and should be unlimited in characters)
--- 323,327 ---- - flext_dsp: Max/MSP doesn't correctly report in/out channel counts
! - can't use MFC libraries because of global new and delete overloadings
*************** *** 326,332 **** - buffer resize: flext_base::buffer::Frames(): should we use buffer or system sample rate?
- - what about FLEXT_ADDMETHOD_V (for var arg lists) and FLEXT_ADDMETHOD_A (anythings)... nonsense? - -> yes, these definitions obscure the meaning of _ as an indication for usage of a message tag - - check whether m_dsp gets called upon deletion of a used buffer (PD and MaxMSP may behave differently).
--- 330,333 ----