aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-12-12 00:18:21 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-12-12 00:18:21 +0000
commitd1297bad7d860014ff6a4aa3ce66002125c7d0ac (patch)
tree5e79ae7505fc8d41f950b4a93ca2c2577bf2f691 /externals/grill/flext/source/flsupport.cpp
parentfdca1f5103adda0421002ef21370b434ed4c8202 (diff)
new flext::CopyAtoms function
fixed dangerous spot (also memory leak) with message queuing flext::Forward has more incarnations now fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects some minor changes after valgrind run more pthreads V2 fixes added message bundles (flext::MsgBundle) save some space saving inlet pointers fix uninitialized pointer update docs svn path=/trunk/; revision=4189
Diffstat (limited to 'externals/grill/flext/source/flsupport.cpp')
-rw-r--r--externals/grill/flext/source/flsupport.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flsupport.cpp b/externals/grill/flext/source/flsupport.cpp
index 3443eb46..929de35e 100644
--- a/externals/grill/flext/source/flsupport.cpp
+++ b/externals/grill/flext/source/flsupport.cpp
@@ -42,6 +42,8 @@ const t_symbol *flext::sym_size = NULL;
const t_symbol *flext::sym_attributes = NULL;
const t_symbol *flext::sym_methods = NULL;
+bool flext::indsp = false;
+
int flext::Version() { return FLEXT_VERSION; }
const char *flext::VersionStr() { return FLEXT_VERSTR; }
@@ -77,7 +79,7 @@ void flext::Setup()
sym_buffer = flext::MakeSymbol("buffer~");
sym_size = flext::MakeSymbol("size");
#endif
-
+
sym_attributes = flext::MakeSymbol("attributes");
sym_methods = flext::MakeSymbol("methods");