diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-06-11 02:33:31 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-06-11 02:33:31 +0000 |
commit | 9626bf38f809dcb2d978e4ac6a7069dc8a0851bc (patch) | |
tree | 0716c662a49ac77aca458e89c05545ec979b75e6 /externals/grill/flext/tutorial/bind1 | |
parent | 5a51f044b954239fbaf9b89959853cacd05c42a8 (diff) |
""
svn path=/trunk/; revision=695
Diffstat (limited to 'externals/grill/flext/tutorial/bind1')
-rwxr-xr-x | externals/grill/flext/tutorial/bind1/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/bind1/main.cpp b/externals/grill/flext/tutorial/bind1/main.cpp index 35459fc4..2532556a 100755 --- a/externals/grill/flext/tutorial/bind1/main.cpp +++ b/externals/grill/flext/tutorial/bind1/main.cpp @@ -33,6 +33,12 @@ public: // constructor with no arguments bind1(); + /* + no constructor necessary here: + flext frees all eventually still bound symbols when the object is destroyed + (but NOT the data that can be passed via the FLEXT_BINDMETHOD call!) + */ + protected: const t_symbol *bufname; buffer *buf; |