From fac4cb9db5f0587d61e4eec7f789c72230f31c9d Mon Sep 17 00:00:00 2001 From: mescalinum Date: Thu, 13 Oct 2011 22:25:41 +0000 Subject: add binbuf functions + test (not working yet) svn path=/trunk/externals/loaders/tclpd/; revision=15589 --- tcl_extras.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcl_extras.h') diff --git a/tcl_extras.h b/tcl_extras.h index f4e72bf..e2406b9 100644 --- a/tcl_extras.h +++ b/tcl_extras.h @@ -67,7 +67,9 @@ t_pd* tclpd_get_instance_pd(const char* objectSequentialId); t_text* tclpd_get_instance_text(const char* objectSequentialId); t_object* tclpd_get_object(const char* objectSequentialId); t_pd* tclpd_get_object_pd(const char* objectSequentialId); +t_binbuf* tclpd_get_object_binbuf(const char* objectSequentialId); t_glist* tclpd_get_glist(const char* objectSequentialId); +t_atom* tclpd_binbuf_get_atom(t_binbuf* b, int n); t_symbol* null_symbol(); void poststring2(const char* s); extern void text_save(t_gobj *z, t_binbuf *b); -- cgit v1.2.1