aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-22 23:52:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-22 23:52:07 +0000
commit57c3663a64fcc92e37dc3ce075580af67f5bb598 (patch)
tree1b444c71559cd86b432fc959116ae4942600012c
parent42b8aef2ba9a61cde07212ffdf17cb63d0da21e6 (diff)
add a help patch, just in case
svn path=/trunk/externals/loaders/tclpd/; revision=16474
-rw-r--r--tclpd-help.pd10
1 files changed, 10 insertions, 0 deletions
diff --git a/tclpd-help.pd b/tclpd-help.pd
new file mode 100644
index 0000000..2750750
--- /dev/null
+++ b/tclpd-help.pd
@@ -0,0 +1,10 @@
+#N canvas 313 235 450 300 10;
+#X declare -lib tclpd;
+#X text 24 52 tclpd is a loader that allows Pd to load Tcl scripts
+as regular Pd objects. Normally you would load it when you start Pd
+\, so something like:;
+#X text 50 111 pd -lib tclpd;
+#X obj 51 169 declare -lib tclpd;
+#X text 26 135 or you can load it in the patch using:;
+#X text 24 202 You shouldn't try to create a [tclpd] object \, that
+will likely cause problems and not give you the desired effect.;