aboutsummaryrefslogtreecommitdiff
path: root/desiredata/extra/pureunity/protocols-tree.pd
blob: 0d0bba9ebcf23e1cc30754077fb729ba98ef731f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#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;