From 8303218509a59630ec4c3a31aed0b5264e977500 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Thu, 13 Oct 2011 23:35:44 +0000 Subject: some binbuf support. dollar-args still not working properly svn path=/trunk/externals/loaders/tclpd/; revision=15592 --- tcl_extras.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tcl_extras.h') diff --git a/tcl_extras.h b/tcl_extras.h index e2406b9..2ae0116 100644 --- a/tcl_extras.h +++ b/tcl_extras.h @@ -47,6 +47,9 @@ extern int Tclpd_SafeInit(Tcl_Interp *interp); /* tcl_typemap.cxx */ int pd_to_tcl(t_atom* input, Tcl_Obj** output); int tcl_to_pd(Tcl_Obj* input, t_atom* output); +const char* atom_type_string(t_atom* a); +const char* atom_symbol_value(t_atom* a); +float atom_float_value(t_atom* a); /* tcl_setup.cxx */ extern Tcl_Interp* tcl_for_pd; -- cgit v1.2.1