diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-06-23 02:33:04 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-06-23 02:33:04 +0000 |
commit | e9b2d883ae6b0e4c56d7be9557dabb2efa06f147 (patch) | |
tree | 17963cbb6496d84a3542186f43d5fb85e9752fe7 /externals/grill/flext | |
parent | 28ba959cb77eabe61f8f58ac013b72e5d5d391d7 (diff) |
""
svn path=/trunk/; revision=1830
Diffstat (limited to 'externals/grill/flext')
-rw-r--r-- | externals/grill/flext/changes.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/externals/grill/flext/changes.txt b/externals/grill/flext/changes.txt index 7e655b85..c664c2b2 100644 --- a/externals/grill/flext/changes.txt +++ b/externals/grill/flext/changes.txt @@ -295,6 +295,10 @@ Porting to new compilers/platforms: TODO list: +for 0.4.7: +- SIMD for gcc +- individual apply buttons for each attribute in the attribute editor + general: - documentation - add log messages for debugging version @@ -308,6 +312,7 @@ general: - PD: with DSP objects all float messages to left input are currently converted to signal 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: - attributes and attribute editor saving with patcher arguments (like $0-gugu ) @@ -317,17 +322,13 @@ bugs: - Max rounding bug ... buffer resize could be one sample less! - 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) +- 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? -- 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). |