diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-08-21 04:07:52 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-08-21 04:07:52 +0000 |
commit | ba5b1684b1279115b95e274d1854fb14fe49587e (patch) | |
tree | ade2049b084a93ad19dcb2c62d71cec31841a022 | |
parent | b199203ab14138f0b5dc122339308194c835e9ee (diff) |
""
svn path=/trunk/; revision=1964
-rw-r--r-- | externals/grill/flext/changes.txt | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/externals/grill/flext/changes.txt b/externals/grill/flext/changes.txt index 5c47bc12..2a08cc43 100644 --- a/externals/grill/flext/changes.txt +++ b/externals/grill/flext/changes.txt @@ -301,6 +301,19 @@ for 0.4.7: - SIMD for gcc - 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 - add log messages for debugging version @@ -316,17 +329,6 @@ general: - 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 - buffer resize: flext_base::buffer::Frames(): should we use buffer or system sample rate? |