aboutsummaryrefslogtreecommitdiff
path: root/tcl.i
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-08-31 01:13:12 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-08-31 01:13:12 +0000
commitaa048d93e8fdae5b8152b3c963da02b3cd244274 (patch)
tree332e1a82d66b6b12ba93b53e86017f907afab563 /tcl.i
parentd076e9fe58703eefb5f6ac1ba1366b09e273a113 (diff)
proxyinlet support working and generally everything working fine (in the list_change use case)
svn path=/trunk/externals/tclpd/; revision=12153
Diffstat (limited to 'tcl.i')
-rw-r--r--tcl.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl.i b/tcl.i
index e3015ad..ba941a5 100644
--- a/tcl.i
+++ b/tcl.i
@@ -53,6 +53,8 @@
/* extern "C" { void tcl_setup() {tclpd_setup(void);} } */
%}
+/* this does the trick of solving
+ TypeError in method 'outlet_list', argument 4 of type 't_atom *' */
%name(outlet_list) EXTERN void outlet_list(t_outlet *x, t_symbol *s, int argc, t_atom_array *argv);
%pointer_class(t_float, t_float)