From fa044426f92f90d2423cd3294d145a8168d20030 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Thu, 4 Oct 2007 16:30:15 +0000 Subject: Changing directory structure for externals/tof, part 2 svn path=/trunk/externals/tof/; revision=8784 --- help/destroysend-help.pd | 13 +++++++++++++ help/folderpanel-help.pd | 13 +++++++++++++ help/getdollarzero-abs0.pd | 16 ++++++++++++++++ help/getdollarzero-abs1.pd | 15 +++++++++++++++ help/getdollarzero-help.pd | 13 +++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 help/destroysend-help.pd create mode 100644 help/folderpanel-help.pd create mode 100755 help/getdollarzero-abs0.pd create mode 100755 help/getdollarzero-abs1.pd create mode 100755 help/getdollarzero-help.pd (limited to 'help') 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; -- cgit v1.2.1