diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-13 23:35:44 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-13 23:35:44 +0000 |
commit | 8303218509a59630ec4c3a31aed0b5264e977500 (patch) | |
tree | 998978fa7ab2c8a9b43ba8e43978c1c057a21962 /tcl_extras.h | |
parent | 60160b4fb3576ba38d901ff18976add29e6cd408 (diff) |
some binbuf support. dollar-args still not working properly
svn path=/trunk/externals/loaders/tclpd/; revision=15592
Diffstat (limited to 'tcl_extras.h')
-rw-r--r-- | tcl_extras.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |