aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h3
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;