aboutsummaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-09-29 18:23:49 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-09-29 18:23:49 +0000
commitc45b62641956eea55b98f7bcaba98fd85fc623d3 (patch)
treec7d2a782d59f1b555030888f911e4e91bb98a57a /help
parentf9d32c165a873bab44967fa4b069a7945ecb6f7f (diff)
Modified getdollarzero so it works with the root keyword
svn path=/trunk/externals/tof/; revision=12490
Diffstat (limited to 'help')
-rw-r--r--help/getdollarzero-abs0.pd16
-rw-r--r--help/getdollarzero-abs1.pd15
-rw-r--r--help/getdollarzero-help.pd27
3 files changed, 17 insertions, 41 deletions
diff --git a/help/getdollarzero-abs0.pd b/help/getdollarzero-abs0.pd
deleted file mode 100644
index 73b842e..0000000
--- a/help/getdollarzero-abs0.pd
+++ /dev/null
@@ -1,16 +0,0 @@
-#N canvas 186 97 466 316 10;
-#X obj 103 52 loadbang;
-#X obj 116 139 f \$0;
-#X obj 174 253 print;
-#X msg 122 178 abs0 dollarzero= \$1;
-#X obj 279 174 getdollarzero 1;
-#X obj 180 98 t b b;
-#X msg 275 204 parent dollarzero= \$1;
-#X obj 303 100 getdollarzero-abs1;
-#X connect 0 0 5 0;
-#X connect 1 0 3 0;
-#X connect 3 0 2 0;
-#X connect 4 0 6 0;
-#X connect 5 0 1 0;
-#X connect 5 1 4 0;
-#X connect 6 0 2 0;
diff --git a/help/getdollarzero-abs1.pd b/help/getdollarzero-abs1.pd
deleted file mode 100644
index ef5f5bd..0000000
--- a/help/getdollarzero-abs1.pd
+++ /dev/null
@@ -1,15 +0,0 @@
-#N canvas 0 0 470 320 10;
-#X obj 103 52 loadbang;
-#X obj 116 139 f \$0;
-#X obj 174 253 print;
-#X obj 180 98 t b b;
-#X msg 122 178 abs1 dollarzero= \$1;
-#X obj 280 174 getdollarzero 5;
-#X msg 275 204 abs1's parent's parent dollarzero= \$1;
-#X connect 0 0 3 0;
-#X connect 1 0 4 0;
-#X connect 3 0 1 0;
-#X connect 3 1 5 0;
-#X connect 4 0 2 0;
-#X connect 5 0 6 0;
-#X connect 6 0 2 0;
diff --git a/help/getdollarzero-help.pd b/help/getdollarzero-help.pd
index 1f9f127..04aebab 100644
--- a/help/getdollarzero-help.pd
+++ b/help/getdollarzero-help.pd
@@ -1,13 +1,20 @@
-#N canvas 372 409 472 395 10;
-#X msg 42 73 bang;
-#X obj 41 149 print;
-#X obj 42 111 getdollarzero;
-#X symbolatom 87 148 10 0 0 0 - - -;
-#X obj 209 112 getdollarzero-abs0;
-#X text 17 22 Get the dollar zero of a patch.;
-#X text 28 199 Argument: How much recursion you want (If set to 1 \,
-it will get the parent's dollar zero \, if set to 2 \, it will get
-the parent's parent's dollar zero \, etc);
+#N canvas 275 172 587 373 10;
+#X msg 42 193 bang;
+#X obj 41 269 print;
+#X obj 42 231 getdollarzero;
+#X symbolatom 87 268 10 0 0 0 - - -;
+#X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577
+0;
+#X text 4 73 author: mrtoftrash@gmail.com;
+#X text 3 50 tags: initialization patch;
+#X text 4 94 version: 2009-09-23 (release 2: added "root" keyword)
+;
+#X text 204 162 ARGUMENT:;
+#X text 4 28 description: gets the \$0 of a patch.;
+#X text 203 181 float: How much recursion you want (If set to 1 \,
+it will get the parent patch's \$0. If set to 2 \, it will get the
+parent's parent's \$0 \, etc);
+#X text 200 234 root: Get the \$0 of the root patch;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
#X connect 2 0 3 0;