From 9bad6b5eca4ebacc5ac42cc39bebe5487e47ebc8 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Wed, 8 Apr 2009 20:04:38 +0000 Subject: 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 --- which/which-help.pd | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 which/which-help.pd (limited to 'which/which-help.pd') 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; -- cgit v1.2.1