[PD-cvs] externals/tof/help destroysend-help.pd, NONE, 1.1 folderpanel-help.pd, NONE, 1.1 getdollarzero-abs0.pd, NONE, 1.1 getdollarzero-abs1.pd, NONE, 1.1 getdollarzero-help.pd, NONE, 1.1

Thomas O Fredericks mrtof at users.sourceforge.net
Thu Oct 4 18:30:18 CEST 2007


Update of /cvsroot/pure-data/externals/tof/help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25362

Added Files:
	destroysend-help.pd folderpanel-help.pd getdollarzero-abs0.pd 
	getdollarzero-abs1.pd getdollarzero-help.pd 
Log Message:
Changing directory structure for externals/tof, part 2



--- NEW FILE: destroysend-help.pd ---
#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;

--- NEW FILE: getdollarzero-help.pd ---
#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;

--- NEW FILE: getdollarzero-abs0.pd ---
#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;

--- NEW FILE: folderpanel-help.pd ---
#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;

--- NEW FILE: getdollarzero-abs1.pd ---
#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;





More information about the Pd-cvs mailing list