aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/changes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/changes.txt')
-rw-r--r--externals/grill/flext/changes.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/externals/grill/flext/changes.txt b/externals/grill/flext/changes.txt
index 21777ed2..c4405bc9 100644
--- a/externals/grill/flext/changes.txt
+++ b/externals/grill/flext/changes.txt
@@ -20,7 +20,10 @@ Version history:
- added flext_base::ToSelf* methods for queued (deferred) self messaging
- deleted flext::buffer console outputs for undefined arrays/buffer~s: should be done by externals
- a few changes for the flext shared library
-- tiny update for PD 0.37 header usage
+- tiny update for PD 0.37 header file usage
+- fixed a bug associated to attribute argument lists
+- added functions for version number and string (flext::Version and flext::VerStr, mainly for usage of a shared flext library)
+- flext_base::UnbindMethod returns user data
0.4.3:
- added forgotten flext_base::ToQueueString method
@@ -247,7 +250,7 @@ general:
- documentation
- add log messages for debugging version
- MaxMSP: how to call separate help files for objects in a library? -> object mappings (in OSX)
-- use PD's t_float type for floating point values (and what about t_int?)
+- use PD's t_float and t_int types (or comparable for 32-Bit safety)
bugs:
- PD: problems with timed buffer redrawing (takes a lot of cpu time)
@@ -257,7 +260,6 @@ bugs:
tests:
- PD: figure out what "pointer" messages do and where they occur
-- some more mutexes needed for thread safety?
- 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?