[PD-cvs] externals/grill/flext changes.txt,1.49,1.50

Thomas Grill xovo at users.sourceforge.net
Sat Aug 21 06:07:54 CEST 2004


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3455

Modified Files:
	changes.txt 
Log Message:
 ""

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** changes.txt	11 Aug 2004 04:04:22 -0000	1.49
--- changes.txt	21 Aug 2004 04:07:52 -0000	1.50
***************
*** 302,305 ****
--- 302,318 ----
  - individual apply buttons for each attribute in the attribute editor
  
+ bugs:
+ - recreation of object with different argument line forgets about eventually present attributes
+ - deletion of object with open attribute editor: press apply -> crash
+ 
+ - attributes and attribute editor saving with patcher arguments (like $0-gugu )
+ 
+ - PD: problems with timed buffer redrawing (takes a lot of cpu time)
+ - hard thread termination upon object destruction doesn't seem to work properly -> crash
+ - Max rounding bug ... buffer resize could be one sample less!
+ - 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:
  - documentation
***************
*** 317,331 ****
  - flext::post and flext::error should print via a worker thread (and should be unlimited in characters)
  
- bugs:
- - attributes and attribute editor saving with patcher arguments (like $0-gugu )
- 
- - PD: problems with timed buffer redrawing (takes a lot of cpu time)
- - hard thread termination upon object destruction doesn't seem to work properly -> crash
- - Max rounding bug ... buffer resize could be one sample less!
- - flext_dsp: Max/MSP doesn't correctly report in/out channel counts
- 
- - can't use MFC libraries because of global new and delete overloadings
- 
- 
  tests:
  - PD: figure out what "pointer" messages do and where they occur
--- 330,333 ----





More information about the Pd-cvs mailing list