From aa048d93e8fdae5b8152b3c963da02b3cd244274 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Mon, 31 Aug 2009 01:13:12 +0000 Subject: proxyinlet support working and generally everything working fine (in the list_change use case) svn path=/trunk/externals/tclpd/; revision=12153 --- tcl.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcl.i') 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) -- cgit v1.2.1