aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2011-10-13 16:01:07 +0000
committermescalinum <mescalinum@users.sourceforge.net>2011-10-13 16:01:07 +0000
commit60745f7898be9a36bda18f94ad98a592f4b3fce9 (patch)
tree10eb3adacf2d4434679322c4f519e783d06aacbe /tcl_extras.h
parent9085fd48a97c331a3a1adce1f914183e3f504f7c (diff)
fix the tclpd_get_instance_text bug in slider2
svn path=/trunk/externals/loaders/tclpd/; revision=15582
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl_extras.h b/tcl_extras.h
index d209b8e..7e9fb5c 100644
--- a/tcl_extras.h
+++ b/tcl_extras.h
@@ -64,6 +64,7 @@ void tclpd_loadbang(t_tcl* x);
t_proxyinlet* tclpd_add_proxyinlet(t_tcl* x);
t_tcl* tclpd_get_instance(const char* objectSequentialId);
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_glist* tclpd_get_glist(const char* objectSequentialId);