[PD-cvs] pd/extra/pureunity tree.pd, NONE, 1.1.2.1 protocols-tree.pd, NONE, 1.1.2.1

Mathieu Bouchard matju at users.sourceforge.net
Tue Jan 30 22:56:03 CET 2007


Update of /cvsroot/pure-data/pd/extra/pureunity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2111

Added Files:
      Tag: desiredata
	tree.pd protocols-tree.pd 
Log Message:
protocols tree.


--- NEW FILE: protocols-tree.pd ---
#N canvas 132 109 813 546 10;
#X obj 13 466 r \$0-out;
#X obj 13 485 outlet;
#X text 20 15 the direction of flow indicates "inherits from";
#X obj 208 110 tree \$0 commutative;
#X obj 13 390 makefilename \$0-%s;
#X obj 13 371 inlet symbol;
#X text 7 508 output is a sequence of begin \$1 and end \$1 messages
that indicate a hierarchy.;
#X text 36 447 send to a certain tree object;
#X obj 13 409 t b s;
#X obj 13 447 s;
#X obj 13 428 symbol \$0-out;
#X obj 423 157 tree \$0 reflexive;
#X obj 594 157 tree \$0 antireflexive;
#X obj 423 135 tree \$0 partialorder;
#X obj 594 135 tree \$0 partialordereq;
#X obj 423 90 tree \$0 totalorder;
#X obj 594 81 tree \$0 totalordereq;
#X obj 380 54 tree \$0 equivalence;
#X obj 458 455 tree \$0 associative;
#X obj 486 355 tree \$0 distributive;
#X obj 474 409 tree \$0 invertible;
#X obj 512 115 tree \$0 trichotomy;
#X obj 380 220 tree \$0 transitive;
#X obj 458 436 tree \$0 semigroup ?;
#X obj 458 381 tree \$0 group ?;
#X obj 622 184 tree \$0 antisymmetric2 ?;
#X obj 480 330 tree \$0 ring ?;
#X obj 432 185 tree \$0 antisymmetric ?;
#X obj 208 130 tree \$0 anticommutative;
#X obj 480 310 tree \$0 field ?;
#X obj 423 276 tree \$0 relation;
#X obj 662 288 tree \$0 unpacklike;
#X obj 662 311 tree \$0 packlike;
#X obj 667 348 tree \$0 operator1;
#X obj 667 368 tree \$0 operator2;
#X connect 0 0 1 0;
#X connect 4 0 8 0;
#X connect 5 0 4 0;
#X connect 8 0 10 0;
#X connect 8 1 9 1;
#X connect 10 0 9 0;
#X connect 11 0 30 0;
#X connect 12 0 25 0;
#X connect 12 0 30 0;
#X connect 13 0 11 0;
#X connect 13 0 22 0;
#X connect 13 0 27 0;
#X connect 14 0 12 0;
#X connect 14 0 22 0;
#X connect 15 0 13 0;
#X connect 15 0 21 0;
#X connect 16 0 14 0;
#X connect 16 0 21 0;
#X connect 17 0 3 0;
#X connect 17 0 11 0;
#X connect 17 0 22 0;
#X connect 22 0 30 0;
#X connect 23 0 18 0;
#X connect 24 0 20 0;
#X connect 24 0 23 0;
#X connect 26 0 19 0;
#X connect 26 0 24 0;
#X connect 29 0 26 0;

--- NEW FILE: tree.pd ---
#N canvas 415 303 474 293 10;
#X obj 51 61 symbol \$2;
#X obj 74 194 s;
#X obj 19 4 inlet bang;
#X obj 77 23 r \$1-\$2;
#X msg 51 80 begin \$1;
#X msg 19 134 end \$1;
#X obj 35 42 outlet;
#X obj 19 23 t b s b s;
#X obj 19 115 symbol \$2;
#X connect 0 0 4 0;
#X connect 2 0 7 0;
#X connect 3 0 7 0;
#X connect 4 0 1 0;
#X connect 5 0 1 0;
#X connect 7 0 8 0;
#X connect 7 1 6 0;
#X connect 7 2 0 0;
#X connect 7 3 1 1;
#X connect 8 0 5 0;





More information about the Pd-cvs mailing list