aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/changes.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-10-31 00:30:57 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-10-31 00:30:57 +0000
commitc9f63273e395c7c8f5a2c112bddea09735b6518e (patch)
tree0bee4fe4ea3509fb834f61981afb37edbec20ed2 /externals/grill/flext/changes.txt
parenta0dd272b71c0212515cb4a834a109264448c02ae (diff)
PD: possibility to create DSP objects without main DSP inlet (use FLEXT_DSP0_NEW or similar)
fixed buggy memory deallocation for AtomListStatic svn path=/trunk/; revision=6196
Diffstat (limited to 'externals/grill/flext/changes.txt')
-rw-r--r--externals/grill/flext/changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/flext/changes.txt b/externals/grill/flext/changes.txt
index 469c9ab1..33b06ed6 100644
--- a/externals/grill/flext/changes.txt
+++ b/externals/grill/flext/changes.txt
@@ -39,6 +39,7 @@ Version history:
- more ToOut/Sys* methods
- fixed help name definition at class setup
- added gcc branch hinting
+- PD: possibility to create DSP classes without main DSP inlet (use e.g. FLEXT_DSP0_NEW)
0.5.0:
- fixes for 64 bit builds (size_t is integer type of pointer size)