aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2007-10-04 16:30:15 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2007-10-04 16:30:15 +0000
commitfa044426f92f90d2423cd3294d145a8168d20030 (patch)
treeabbf62db9e95c7bcf83a0582765ad92e7f2cb413
parent0cb89848b7d2be4b1d0021823d2707b855891ea0 (diff)
Changing directory structure for externals/tof, part 2
svn path=/trunk/externals/tof/; revision=8784
-rw-r--r--help/destroysend-help.pd13
-rw-r--r--help/folderpanel-help.pd13
-rwxr-xr-xhelp/getdollarzero-abs0.pd16
-rwxr-xr-xhelp/getdollarzero-abs1.pd15
-rwxr-xr-xhelp/getdollarzero-help.pd13
5 files changed, 70 insertions, 0 deletions
diff --git a/help/destroysend-help.pd b/help/destroysend-help.pd
new file mode 100644
index 0000000..8b8f45b
--- /dev/null
+++ b/help/destroysend-help.pd
@@ -0,0 +1,13 @@
+#N canvas 455 76 573 366 10;
+#X obj 241 236 print DESTROYED;
+#X text 225 139 <- Create and destroy this external. It will send a
+bang to [receive test] everythime it is destroyed.;
+#X obj 241 203 receive test;
+#X obj 84 82 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X obj 84 142 destroysend test;
+#X obj 84 303 destroysend;
+#X text 170 300 <- If it is created without an argument \, you can
+set the target through the right inlet.;
+#X connect 2 0 0 0;
+#X connect 3 0 4 0;
diff --git a/help/folderpanel-help.pd b/help/folderpanel-help.pd
new file mode 100644
index 0000000..04e1427
--- /dev/null
+++ b/help/folderpanel-help.pd
@@ -0,0 +1,13 @@
+#N canvas 0 0 450 300 10;
+#X obj 146 135 folderpanel;
+#X obj 157 95 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X obj 228 202 folderpanel;
+#X obj 142 170 print A;
+#X obj 227 241 print B;
+#X obj 244 162 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
+-1 -1;
+#X connect 0 0 3 0;
+#X connect 1 0 0 0;
+#X connect 2 0 4 0;
+#X connect 5 0 2 0;
diff --git a/help/getdollarzero-abs0.pd b/help/getdollarzero-abs0.pd
new file mode 100755
index 0000000..73b842e
--- /dev/null
+++ b/help/getdollarzero-abs0.pd
@@ -0,0 +1,16 @@
+#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
new file mode 100755
index 0000000..ef5f5bd
--- /dev/null
+++ b/help/getdollarzero-abs1.pd
@@ -0,0 +1,15 @@
+#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
new file mode 100755
index 0000000..1f9f127
--- /dev/null
+++ b/help/getdollarzero-help.pd
@@ -0,0 +1,13 @@
+#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);
+#X connect 0 0 2 0;
+#X connect 2 0 1 0;
+#X connect 2 0 3 0;