diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2002-12-17 04:36:31 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2002-12-17 04:36:31 +0000 |
commit | a5b45e8e2e99686ea73fa2793d7fec84f0d1a3ed (patch) | |
tree | 4b31406382bacd13aa784ea22d584ac634f8d8ad /externals/grill/flext/readme.txt | |
parent | a0cb0bd2e02740e50ec16dde2fb4e07f1702d1d0 (diff) |
""
svn path=/trunk/; revision=303
Diffstat (limited to 'externals/grill/flext/readme.txt')
-rw-r--r-- | externals/grill/flext/readme.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/externals/grill/flext/readme.txt b/externals/grill/flext/readme.txt index b58df39c..7fbcc8dc 100644 --- a/externals/grill/flext/readme.txt +++ b/externals/grill/flext/readme.txt @@ -111,6 +111,10 @@ Version history: - SndObjs: fixed typo (numbers of output slots was wrong) and init bug - introduced a helper thread for launching flext threads in the background - threads are now handled on class (as opposed to object) level +- threads can now be terminated separately +- put more flext functions into flext static class +- replaced ChangePriority by RefPriority +- fixed setting of priorities... problems were caused by a compiler bug (MSVC 6) 0.4.0: - the use of the const keyword is enforced (e.g. the preferred type for symbols is now "const t_symbol *") @@ -274,12 +278,8 @@ TODO list: general: - documentation - add log messages for debugging version -- where to put flext source/lib in linux: /usr/local/lib,/usr/local/include ? -- clean up headers (eliminate flstdc.h?) -- check that SetupInOut is only called once - feed assist function with in/outlet description - MaxMSP: how to call separate help files for objects in a library? -- MaxMSP for OSX: add support bugs: - PD: problems with timed buffer redrawing (takes a lot of cpu time) |