aboutsummaryrefslogtreecommitdiff
path: root/control/getdir-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-17 08:18:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-17 08:18:31 +0000
commit7f502b606e94b9a399e33df8613fdf9fd64126c6 (patch)
treeebfc17de1ce9aaf48ee167f1bee513e5082ae9c8 /control/getdir-help.pd
parent7128180076c10233f25d451ec5557d81057d4f2a (diff)
dashed out a quick help file
svn path=/trunk/externals/ggee/; revision=5069
Diffstat (limited to 'control/getdir-help.pd')
-rw-r--r--control/getdir-help.pd22
1 files changed, 22 insertions, 0 deletions
diff --git a/control/getdir-help.pd b/control/getdir-help.pd
new file mode 100644
index 0000000..e7f2f3c
--- /dev/null
+++ b/control/getdir-help.pd
@@ -0,0 +1,22 @@
+#N canvas 196 88 460 383 10;
+#X obj 177 95 getdir;
+#X msg 177 57 bang;
+#X obj 176 133 print;
+#X text 17 21 get the directory that this patch is operating in:;
+#X text 18 165 You can also get the path of the parent patch \, if
+this patch is an object embedded in another patch. You use the argument
+to set how many levels up to go:;
+#X msg 99 212 bang;
+#X obj 98 288 print;
+#X obj 99 250 getdir 1;
+#X msg 294 209 bang;
+#X obj 293 285 print;
+#X obj 294 247 getdir 2;
+#X text 18 331 If there is no parent at that level \, it returns the
+directory as if there was no argument \, i.e. level 0;
+#X connect 0 0 2 0;
+#X connect 1 0 0 0;
+#X connect 5 0 7 0;
+#X connect 7 0 6 0;
+#X connect 8 0 10 0;
+#X connect 10 0 9 0;