diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-13 22:25:41 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-13 22:25:41 +0000 |
commit | fac4cb9db5f0587d61e4eec7f789c72230f31c9d (patch) | |
tree | 6b0bc14091e19054e19fda679028444a4eaeeab1 /tcl_extras.h | |
parent | 87ebb0c9845f75a6f2f43e01b8a4c9d65365a754 (diff) |
add binbuf functions + test (not working yet)
svn path=/trunk/externals/loaders/tclpd/; revision=15589
Diffstat (limited to 'tcl_extras.h')
-rw-r--r-- | tcl_extras.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |