aboutsummaryrefslogtreecommitdiff
path: root/which/which-help.pd
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2009-04-08 20:04:38 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2009-04-08 20:04:38 +0000
commit9bad6b5eca4ebacc5ac42cc39bebe5487e47ebc8 (patch)
treedd3ebd54b5aaead7786fe9516247b8d8a2c3a1ee /which/which-help.pd
parent4e710aee71943a8667d5b2c4ad4e57be890e6d23 (diff)
This is an object that is supposed to output the absolute path to the Pd external or abstraction named in its argument or a message. Currently it works on linux but, mysteriously, crashes Pd on WinXp.
svn path=/trunk/externals/mrpeach/; revision=10989
Diffstat (limited to 'which/which-help.pd')
-rw-r--r--which/which-help.pd23
1 files changed, 23 insertions, 0 deletions
diff --git a/which/which-help.pd b/which/which-help.pd
new file mode 100644
index 0000000..a1822be
--- /dev/null
+++ b/which/which-help.pd
@@ -0,0 +1,23 @@
+#N canvas 540 295 569 267 10;
+#X obj 129 170 which tcpclient;
+#X obj 9 35 bng 15 250 50 0 empty empty output_path_to_object 17 7
+0 10 -4034 -257985 -1;
+#X text 9 7 [which] outputs the path to an object;
+#X obj 57 56 bng 15 250 50 0 empty empty set_object_name 17 7 0 10
+-4034 -257985 -1;
+#X msg 78 102 set tabdump;
+#X symbolatom 129 193 64 0 0 0 - - -;
+#X obj 57 81 symbol Gem;
+#X msg 120 144 expr;
+#X msg 99 123 counter;
+#X text 156 101 set object name;
+#X text 155 122 set object name and output path;
+#X text 227 169 argument is object name;
+#X text 130 222 2009/03/03 Martin Peach;
+#X connect 0 0 5 0;
+#X connect 1 0 0 0;
+#X connect 3 0 6 0;
+#X connect 4 0 0 0;
+#X connect 6 0 0 0;
+#X connect 7 0 0 0;
+#X connect 8 0 0 0;