aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/readme.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-15 04:35:27 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-15 04:35:27 +0000
commita0cb0bd2e02740e50ec16dde2fb4e07f1702d1d0 (patch)
tree8647f172ee53287e3c9e24c127628a97deb0f761 /externals/grill/flext/readme.txt
parent5bfb9859c430f83c39628217e19883bed23158ea (diff)
""
svn path=/trunk/; revision=302
Diffstat (limited to 'externals/grill/flext/readme.txt')
-rw-r--r--externals/grill/flext/readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/flext/readme.txt b/externals/grill/flext/readme.txt
index 4a83e225..b58df39c 100644
--- a/externals/grill/flext/readme.txt
+++ b/externals/grill/flext/readme.txt
@@ -109,6 +109,8 @@ Version history:
- also FLEXT_DEBUG for debug build
- SndObjs: virtual FreeObject routine is now called at destruction (by parent class), derived class doesn't need to call it!
- 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
0.4.0:
- the use of the const keyword is enforced (e.g. the preferred type for symbols is now "const t_symbol *")