From 67a50cd8be51670406528a1b113e7f7a116d7355 Mon Sep 17 00:00:00 2001 From: "N.N" Date: Sat, 11 Aug 2007 16:13:48 +0000 Subject: bye. svn path=/trunk/externals/pureunity/; revision=8516 --- generics/#.do.pd | 8 ----- generics/#.norm.pd | 8 ----- generics/#.rand.pd | 40 ---------------------- generics/#.swap.pd | 14 -------- generics/#.taa.pd | 8 ----- generics/3times.pd | 40 ---------------------- generics/4times.pd | 49 -------------------------- generics/^.pd | 25 -------------- generics/antireflexive-test.pd | 13 ------- generics/antisymmetric-test.pd | 4 --- generics/associative-test.pd | 32 ----------------- generics/associator.pd | 38 --------------------- generics/commutative-rule.pd | 27 --------------- generics/commutative-test.pd | 39 --------------------- generics/commutator.pd | 41 ---------------------- generics/distributive-test.pd | 32 ----------------- generics/distributor.pd | 46 ------------------------- generics/equivalence-test.pd | 14 -------- generics/error.pd | 4 --- generics/f.do.pd | 8 ----- generics/f.norm.pd | 8 ----- generics/f.packunpack3.pd | 16 --------- generics/f.rand.pd | 40 ---------------------- generics/f.taa.pd | 8 ----- generics/invertible-test.pd | 31 ----------------- generics/invertor.pd | 30 ---------------- generics/locale/english.tcl | 56 ------------------------------ generics/operator1-rule.pd | 11 ------ generics/operator1-test.pd | 5 --- generics/operator2-rule.pd | 10 ------ generics/operator2-test.pd | 10 ------ generics/partialorder-test.pd | 14 -------- generics/partialordereq-test.pd | 14 -------- generics/protocols-tree.pd | 59 -------------------------------- generics/reflexive-test.pd | 13 ------- generics/totalorder-test.pd | 11 ------ generics/totalordereq-test.pd | 11 ------ generics/transitive-test.pd | 4 --- generics/tree.pd | 38 --------------------- generics/trichotomy-test.pd | 32 ----------------- generics/twice.pd | 31 ----------------- generics/~.do.pd | 8 ----- generics/~.norm.pd | 8 ----- generics/~.packunpack3.pd | 7 ---- generics/~.rand.pd | 22 ------------ generics/~.swap.pd | 7 ---- generics/~.taa.pd | 6 ---- specifics/arith-test.pd | 76 ----------------------------------------- specifics/comparators-test.pd | 65 ----------------------------------- specifics/glue-test.pd | 15 -------- 50 files changed, 1156 deletions(-) delete mode 100644 generics/#.do.pd delete mode 100644 generics/#.norm.pd delete mode 100644 generics/#.rand.pd delete mode 100644 generics/#.swap.pd delete mode 100644 generics/#.taa.pd delete mode 100644 generics/3times.pd delete mode 100644 generics/4times.pd delete mode 100644 generics/^.pd delete mode 100644 generics/antireflexive-test.pd delete mode 100644 generics/antisymmetric-test.pd delete mode 100644 generics/associative-test.pd delete mode 100644 generics/associator.pd delete mode 100644 generics/commutative-rule.pd delete mode 100644 generics/commutative-test.pd delete mode 100644 generics/commutator.pd delete mode 100644 generics/distributive-test.pd delete mode 100644 generics/distributor.pd delete mode 100644 generics/equivalence-test.pd delete mode 100644 generics/error.pd delete mode 100644 generics/f.do.pd delete mode 100644 generics/f.norm.pd delete mode 100644 generics/f.packunpack3.pd delete mode 100644 generics/f.rand.pd delete mode 100644 generics/f.taa.pd delete mode 100644 generics/invertible-test.pd delete mode 100644 generics/invertor.pd delete mode 100644 generics/locale/english.tcl delete mode 100644 generics/operator1-rule.pd delete mode 100644 generics/operator1-test.pd delete mode 100644 generics/operator2-rule.pd delete mode 100644 generics/operator2-test.pd delete mode 100644 generics/partialorder-test.pd delete mode 100644 generics/partialordereq-test.pd delete mode 100644 generics/protocols-tree.pd delete mode 100644 generics/reflexive-test.pd delete mode 100644 generics/totalorder-test.pd delete mode 100644 generics/totalordereq-test.pd delete mode 100644 generics/transitive-test.pd delete mode 100644 generics/tree.pd delete mode 100644 generics/trichotomy-test.pd delete mode 100644 generics/twice.pd delete mode 100644 generics/~.do.pd delete mode 100644 generics/~.norm.pd delete mode 100644 generics/~.packunpack3.pd delete mode 100644 generics/~.rand.pd delete mode 100644 generics/~.swap.pd delete mode 100644 generics/~.taa.pd delete mode 100644 specifics/arith-test.pd delete mode 100644 specifics/comparators-test.pd delete mode 100644 specifics/glue-test.pd diff --git a/generics/#.do.pd b/generics/#.do.pd deleted file mode 100644 index ee1ce08..0000000 --- a/generics/#.do.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 385 252 450 129 10; -#X obj 21 34 inlet; -#X obj 61 34 inlet; -#X obj 21 82 outlet; -#X obj 21 59 # \$1 \$2; -#X connect 0 0 3 0; -#X connect 1 0 3 1; -#X connect 3 0 2 0; diff --git a/generics/#.norm.pd b/generics/#.norm.pd deleted file mode 100644 index d4fc6ce..0000000 --- a/generics/#.norm.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 0 0 450 300 10; -#X obj 21 24 inlet; -#X obj 20 50 # sq; -#X obj 20 80 #ravel; -#X obj 21 111 #fold +; -#X obj 21 139 #export; -#X obj 22 170 sqrt; -#X obj 22 201 outlet; diff --git a/generics/#.rand.pd b/generics/#.rand.pd deleted file mode 100644 index 0a295da..0000000 --- a/generics/#.rand.pd +++ /dev/null @@ -1,40 +0,0 @@ -#N canvas 0 0 450 300 10; -#X obj 21 34 inlet; -#X obj 21 223 *; -#X obj 73 95 random 256; -#X obj 183 87 random; -#X msg 220 39 1; -#X obj 220 20 loadbang; -#X obj 220 58 << 23; -#X obj 183 106 +; -#X obj 21 53 t b b b; -#X obj 21 136 random 2; -#X obj 21 174 - 1; -#X obj 73 114 - 150; -#X obj 43 114 pow; -#X obj 21 242 outlet; -#X obj 43 76 t b b; -#X msg 43 95 2; -#X obj 21 199 *; -#X obj 21 155 * 2; -#X connect 0 0 8 0; -#X connect 1 0 13 0; -#X connect 2 0 11 0; -#X connect 3 0 7 0; -#X connect 4 0 6 0; -#X connect 5 0 4 0; -#X connect 6 0 3 1; -#X connect 6 0 7 1; -#X connect 7 0 16 1; -#X connect 8 0 9 0; -#X connect 8 1 14 0; -#X connect 8 2 3 0; -#X connect 9 0 17 0; -#X connect 10 0 16 0; -#X connect 11 0 12 1; -#X connect 12 0 1 1; -#X connect 14 0 15 0; -#X connect 14 1 2 0; -#X connect 15 0 12 0; -#X connect 16 0 1 0; -#X connect 17 0 10 0; diff --git a/generics/#.swap.pd b/generics/#.swap.pd deleted file mode 100644 index 2865b5a..0000000 --- a/generics/#.swap.pd +++ /dev/null @@ -1,14 +0,0 @@ -#N canvas 0 0 450 125 10; -#X obj 12 72 #store; -#X obj 12 34 t a a; -#X obj 12 53 #finished; -#X obj 12 15 inlet a; -#X obj 58 72 inlet b; -#X obj 12 91 outlet b; -#X obj 51 34 outlet a; -#X connect 0 0 5 0; -#X connect 1 0 2 0; -#X connect 1 1 6 0; -#X connect 2 0 0 0; -#X connect 3 0 1 0; -#X connect 4 0 0 1; diff --git a/generics/#.taa.pd b/generics/#.taa.pd deleted file mode 100644 index ae3b4b1..0000000 --- a/generics/#.taa.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 353 249 367 122 10; -#X obj 19 14 inlet; -#X obj 19 71 outlet; -#X obj 19 33 t a a; -#X obj 49 52 outlet; -#X connect 0 0 2 0; -#X connect 2 0 1 0; -#X connect 2 1 3 0; diff --git a/generics/3times.pd b/generics/3times.pd deleted file mode 100644 index 706d41d..0000000 --- a/generics/3times.pd +++ /dev/null @@ -1,40 +0,0 @@ -#N canvas 330 193 379 266 10; -#X obj 20 16 inlet; -#X obj 69 108 inlet; -#X obj 108 108 inlet; -#X obj 20 35 route bang; -#X obj 46 241 outlet; -#X obj 46 130 \$1 \$2; -#X obj 85 130 \$1 \$3; -#X obj 85 170 route float; -#X obj 46 190 route float; -#X obj 20 54 t b b b; -#X obj 147 108 inlet; -#X obj 124 130 \$1 \$4; -#X obj 124 150 route float; -#X obj 118 211 pack s s s; -#X obj 46 209 pack 0 0 0; -#X obj 85 54 t a a a; -#X connect 0 0 3 0; -#X connect 1 0 5 1; -#X connect 2 0 6 1; -#X connect 3 0 9 0; -#X connect 3 1 15 0; -#X connect 5 0 8 0; -#X connect 6 0 7 0; -#X connect 7 0 14 1; -#X connect 7 1 13 1; -#X connect 8 0 14 0; -#X connect 8 1 13 0; -#X connect 9 0 5 0; -#X connect 9 1 6 0; -#X connect 9 2 11 0; -#X connect 10 0 11 1; -#X connect 11 0 12 0; -#X connect 12 0 14 2; -#X connect 12 1 13 2; -#X connect 13 0 4 0; -#X connect 14 0 4 0; -#X connect 15 0 5 0; -#X connect 15 1 6 0; -#X connect 15 2 11 0; diff --git a/generics/4times.pd b/generics/4times.pd deleted file mode 100644 index ed5f3f4..0000000 --- a/generics/4times.pd +++ /dev/null @@ -1,49 +0,0 @@ -#N canvas 330 193 381 323 10; -#X obj 20 16 inlet; -#X obj 69 108 inlet; -#X obj 108 108 inlet; -#X obj 20 35 route bang; -#X obj 46 261 outlet; -#X obj 46 130 \$1 \$2; -#X obj 85 130 \$1 \$3; -#X obj 85 190 route float; -#X obj 46 210 route float; -#X obj 147 108 inlet; -#X obj 124 130 \$1 \$4; -#X obj 124 170 route float; -#X obj 20 54 t b b b b; -#X obj 85 54 t a a a a; -#X obj 187 108 inlet; -#X obj 164 130 \$1 \$5; -#X obj 134 229 pack s s s s; -#X obj 46 229 pack 0 0 0 0; -#X obj 164 150 route float; -#X connect 0 0 3 0; -#X connect 1 0 5 1; -#X connect 2 0 6 1; -#X connect 3 0 12 0; -#X connect 3 1 13 0; -#X connect 5 0 8 0; -#X connect 6 0 7 0; -#X connect 7 0 17 1; -#X connect 7 1 16 1; -#X connect 8 0 17 0; -#X connect 8 1 16 0; -#X connect 9 0 10 1; -#X connect 10 0 11 0; -#X connect 11 0 17 2; -#X connect 11 1 16 2; -#X connect 12 0 5 0; -#X connect 12 1 6 0; -#X connect 12 2 10 0; -#X connect 12 3 15 0; -#X connect 13 0 5 0; -#X connect 13 1 6 0; -#X connect 13 2 10 0; -#X connect 13 3 15 0; -#X connect 14 0 15 1; -#X connect 15 0 18 0; -#X connect 16 0 4 0; -#X connect 17 0 4 0; -#X connect 18 0 17 3; -#X connect 18 1 16 3; diff --git a/generics/^.pd b/generics/^.pd deleted file mode 100644 index 5050174..0000000 --- a/generics/^.pd +++ /dev/null @@ -1,25 +0,0 @@ -#N canvas 0 0 361 237 10; -#X obj 55 14 inlet; -#X obj 55 154 outlet; -#X obj 55 60 |; -#X obj 85 60 &; -#X obj 85 79 * -1; -#X obj 85 98 + -1; -#X obj 55 98 &; -#X text 103 155 x or y but not both; -#X text 112 61 both; -#X text 118 89 not; -#X text 30 98 but; -#X text 9 61 either; -#X obj 101 33 inlet; -#X obj 55 33 t a a; -#X connect 0 0 13 0; -#X connect 2 0 6 0; -#X connect 3 0 4 0; -#X connect 4 0 5 0; -#X connect 5 0 6 1; -#X connect 6 0 1 0; -#X connect 12 0 3 1; -#X connect 12 0 2 1; -#X connect 13 0 2 0; -#X connect 13 1 3 0; diff --git a/generics/antireflexive-test.pd b/generics/antireflexive-test.pd deleted file mode 100644 index 7353dc6..0000000 --- a/generics/antireflexive-test.pd +++ /dev/null @@ -1,13 +0,0 @@ -#N canvas 0 0 450 164 10; -#X obj 12 18 inlet; -#X obj 12 118 outlet; -#X obj 12 80 \$2; -#X msg 12 37 2 2; -#X obj 12 56 t a a; -#X obj 12 99 == 0; -#X connect 0 0 3 0; -#X connect 2 0 5 0; -#X connect 3 0 4 0; -#X connect 4 0 2 0; -#X connect 4 1 2 1; -#X connect 5 0 1 0; diff --git a/generics/antisymmetric-test.pd b/generics/antisymmetric-test.pd deleted file mode 100644 index 0788ad6..0000000 --- a/generics/antisymmetric-test.pd +++ /dev/null @@ -1,4 +0,0 @@ -#N canvas 0 0 450 300 10; -#X obj 12 18 inlet; -#X obj 12 48 outlet; -#X connect 0 0 1 0; diff --git a/generics/associative-test.pd b/generics/associative-test.pd deleted file mode 100644 index 1994c4e..0000000 --- a/generics/associative-test.pd +++ /dev/null @@ -1,32 +0,0 @@ -#N canvas 736 151 452 434 10; -#X obj 40 15 inlet bang; -#X obj 40 150 /; -#X obj 40 169 t a a; -#X text 167 24 with tolerance 0; -#X obj 40 188 <= 0; -#X text 167 9 This test verifies that (1+2)+3=1+(2+3); -#X msg 40 34 1 2 3; -#X obj 40 74 unpack 0 0 0; -#X obj 40 245 outlet; -#X obj 40 131 * 2; -#X obj 40 112 \$1.norm; -#X obj 147 112 \$1.norm; -#X obj 40 93 associator \$1 \$2; -#X obj 40 226 list append associative \$1 \$2; -#X obj 40 207 pack 0 0 -1; -#X connect 0 0 6 0; -#X connect 1 0 2 0; -#X connect 2 0 4 0; -#X connect 2 1 14 1; -#X connect 4 0 14 0; -#X connect 6 0 7 0; -#X connect 7 0 12 0; -#X connect 7 1 12 1; -#X connect 7 2 12 2; -#X connect 9 0 1 0; -#X connect 10 0 9 0; -#X connect 11 0 1 1; -#X connect 12 0 10 0; -#X connect 12 1 11 0; -#X connect 13 0 8 0; -#X connect 14 0 13 0; diff --git a/generics/associator.pd b/generics/associator.pd deleted file mode 100644 index 2fbef3f..0000000 --- a/generics/associator.pd +++ /dev/null @@ -1,38 +0,0 @@ -#N canvas 574 54 580 317 10; -#X text 245 40 when the associator is 0 the rule is respected.; -#X text 245 63 see associative-test.pd; -#X text 16 219 associator; -#X text 166 219 antiassociator; -#X obj 18 19 \$1.inlet a; -#X obj 91 19 \$1.inlet b; -#X obj 164 19 \$1.inlet c; -#X text 244 25 (a*b)*c - a*(b*c) = 0; -#X obj 18 201 \$1.outlet (ab)c-a(bc); -#X obj 168 201 \$1.outlet (ab)c+a(bc); -#X text 244 11 associativity rule for operator *=$2 is:; -#X obj 102 108 \$1.do \$2; -#X obj 102 134 \$1.do \$2; -#X obj 18 104 \$1.do \$2; -#X obj 18 123 \$1.do \$2; -#X obj 18 153 \$1.taa; -#X obj 18 182 \$1.do -; -#X obj 168 182 \$1.do +; -#X obj 18 61 \$1.packunpack3; -#X connect 4 0 18 0; -#X connect 5 0 18 1; -#X connect 6 0 18 2; -#X connect 11 0 12 1; -#X connect 12 0 16 1; -#X connect 12 0 17 1; -#X connect 13 0 14 0; -#X connect 14 0 15 0; -#X connect 15 0 16 0; -#X connect 15 1 17 0; -#X connect 16 0 8 0; -#X connect 17 0 9 0; -#X connect 18 0 12 0; -#X connect 18 0 13 0; -#X connect 18 1 11 0; -#X connect 18 1 13 1; -#X connect 18 2 11 1; -#X connect 18 2 14 1; diff --git a/generics/commutative-rule.pd b/generics/commutative-rule.pd deleted file mode 100644 index 1260772..0000000 --- a/generics/commutative-rule.pd +++ /dev/null @@ -1,27 +0,0 @@ -#N canvas 555 5 452 322 10; -#X obj 40 115 /; -#X obj 40 134 t a a; -#X obj 40 210 outlet; -#X obj 40 153 <= 0; -#X obj 40 96 * 2; -#X obj 40 53 \$1.norm; -#X obj 147 53 \$1.norm; -#X obj 40 34 commutator \$1 \$2; -#X obj 40 191 list append commutative \$1 \$2; -#X obj 40 172 pack 0 0 -1; -#X obj 113 127 f; -#X obj 147 15 \$1.inlet; -#X obj 40 15 \$1.inlet; -#X connect 0 0 1 0; -#X connect 1 0 3 0; -#X connect 1 1 9 1; -#X connect 3 0 9 0; -#X connect 4 0 0 0; -#X connect 5 0 4 0; -#X connect 6 0 0 1; -#X connect 7 0 5 0; -#X connect 7 1 6 0; -#X connect 8 0 2 0; -#X connect 9 0 8 0; -#X connect 11 0 7 1; -#X connect 12 0 7 0; diff --git a/generics/commutative-test.pd b/generics/commutative-test.pd deleted file mode 100644 index ec67417..0000000 --- a/generics/commutative-test.pd +++ /dev/null @@ -1,39 +0,0 @@ -#N canvas 555 5 452 322 10; -#X obj 40 15 inlet bang; -#X obj 101 102 unpack 0 0; -#X obj 101 183 /; -#X msg 40 34 1 3; -#X text 216 9 This test verifies that 1+3=3+1; -#X obj 101 202 t a a; -#X obj 101 278 outlet; -#X text 217 44 with tolerance 0; -#X obj 101 221 <= 0; -#X text 218 23 and 1*3=3*1 and...; -#X obj 101 164 * 2; -#X obj 101 145 \$1.norm; -#X obj 208 145 \$1.norm; -#X obj 101 126 commutator \$1 \$2; -#X obj 41 53 t b l b; -#X obj 43 95 rtimer; -#X floatatom 44 125 5 0 0 0 - - -; -#X obj 101 259 list append commutative \$1 \$2; -#X obj 101 240 pack 0 0 -1; -#X connect 0 0 3 0; -#X connect 1 0 13 0; -#X connect 1 1 13 1; -#X connect 2 0 5 0; -#X connect 3 0 14 0; -#X connect 5 0 8 0; -#X connect 5 1 18 1; -#X connect 8 0 18 0; -#X connect 10 0 2 0; -#X connect 11 0 10 0; -#X connect 12 0 2 1; -#X connect 13 0 11 0; -#X connect 13 1 12 0; -#X connect 14 0 15 1; -#X connect 14 1 1 0; -#X connect 14 2 15 0; -#X connect 15 0 16 0; -#X connect 17 0 6 0; -#X connect 18 0 17 0; diff --git a/generics/commutator.pd b/generics/commutator.pd deleted file mode 100644 index 050209e..0000000 --- a/generics/commutator.pd +++ /dev/null @@ -1,41 +0,0 @@ -#N canvas 394 81 620 407 10; -#X text 90 114 ba; -#X text 33 93 ab; -#X text 220 113 however \, this thing i call commutator is more general -; -#X text 219 132 see commutative-test.pd; -#X text 127 217 anticommutator; -#X text 19 217 commutator; -#X obj 18 19 \$1.inlet a; -#X text 218 15 Say operator \$2 is *. Then the commutativity rule is: -; -#X text 218 32 a*b=b*a which is also a*b-b*a = 0; -#X text 218 48 the commutator is a*b - b*a; -#X text 219 72 when \$2=+ this is also known as a "group commutator" -; -#X text 219 92 when \$2=* this is also known as a "ring commutator" -; -#X obj 18 199 \$1.outlet ab-ba; -#X obj 127 199 \$1.outlet ab+ba; -#X obj 93 19 \$1.inlet b; -#X obj 80 74 \$1.swap; -#X obj 80 98 \$1.do \$2; -#X obj 18 74 \$1.do \$2; -#X obj 18 121 \$1.taa; -#X obj 18 38 \$1.taa; -#X obj 18 180 \$1.do -; -#X obj 127 180 \$1.do +; -#X connect 6 0 19 0; -#X connect 14 0 15 1; -#X connect 14 0 17 1; -#X connect 15 0 16 0; -#X connect 15 1 16 1; -#X connect 16 0 20 1; -#X connect 16 0 21 0; -#X connect 17 0 18 0; -#X connect 18 0 20 0; -#X connect 18 1 21 1; -#X connect 19 0 17 0; -#X connect 19 1 15 0; -#X connect 20 0 12 0; -#X connect 21 0 13 0; diff --git a/generics/distributive-test.pd b/generics/distributive-test.pd deleted file mode 100644 index 8f6692a..0000000 --- a/generics/distributive-test.pd +++ /dev/null @@ -1,32 +0,0 @@ -#N canvas 665 86 471 430 10; -#X obj 40 15 inlet bang; -#X obj 37 160 /; -#X obj 37 179 t a a; -#X text 157 24 with tolerance 0; -#X obj 37 198 <= 0; -#X text 156 9 This test verifies that 3*(4+5)=3*4+3*5; -#X msg 40 34 3 4 5; -#X obj 40 82 unpack 0 0 0; -#X obj 37 255 outlet; -#X obj 37 141 * 2; -#X obj 37 122 \$1.norm; -#X obj 172 122 \$1.norm; -#X obj 37 103 distributor \$1 \$2 \$3; -#X obj 37 236 list append distributive \$1 \$2 \$3; -#X obj 37 217 pack 0 0 -1; -#X connect 0 0 6 0; -#X connect 1 0 2 0; -#X connect 2 0 4 0; -#X connect 2 1 14 1; -#X connect 4 0 14 0; -#X connect 6 0 7 0; -#X connect 7 0 12 0; -#X connect 7 1 12 1; -#X connect 7 2 12 2; -#X connect 9 0 1 0; -#X connect 10 0 9 0; -#X connect 11 0 1 1; -#X connect 12 0 10 0; -#X connect 12 1 11 0; -#X connect 13 0 8 0; -#X connect 14 0 13 0; diff --git a/generics/distributor.pd b/generics/distributor.pd deleted file mode 100644 index 6217b17..0000000 --- a/generics/distributor.pd +++ /dev/null @@ -1,46 +0,0 @@ -#N canvas 414 247 580 318 10; -#X text 183 92 see distributive-test.pd; -#X text 183 69 when the distributor is 0 the rule is respected.; -#X text 16 269 distributor; -#X text 180 269 antidistributor; -#X obj 164 19 \$1.inlet c; -#X obj 91 19 \$1.inlet b; -#X obj 18 19 \$1.inlet a; -#X obj 18 251 \$1.outlet a(bc)-(ab+ac); -#X obj 182 251 \$1.outlet a(bc)+(ab+ac); -#X text 182 40 distributivity rule for operator \$3 over operator \$2 -is:; -#X text 182 54 a \$3 (b \$2 c) - ((a \$3 b) \$2 (a \$3 c)) = 0; -#X obj 18 169 \$1.do \$3; -#X obj 25 146 \$1.do \$2; -#X obj 124 184 \$1.do \$2; -#X obj 184 184 \$1.do \$3; -#X obj 124 165 \$1.do \$3; -#X obj 182 232 \$1.do +; -#X obj 18 232 \$1.do -; -#X obj 18 193 \$1.taa; -#X obj 18 80 \$1.taa; -#X obj 55 99 \$1.taa; -#X obj 18 61 \$1.packunpack3; -#X connect 4 0 21 2; -#X connect 5 0 21 1; -#X connect 6 0 21 0; -#X connect 11 0 18 0; -#X connect 12 0 11 1; -#X connect 13 0 16 1; -#X connect 13 0 17 1; -#X connect 14 0 13 1; -#X connect 15 0 13 0; -#X connect 16 0 8 0; -#X connect 17 0 7 0; -#X connect 18 0 17 0; -#X connect 18 1 16 0; -#X connect 19 0 11 0; -#X connect 19 1 20 0; -#X connect 20 0 15 0; -#X connect 20 1 14 0; -#X connect 21 0 19 0; -#X connect 21 1 12 0; -#X connect 21 1 15 1; -#X connect 21 2 12 1; -#X connect 21 2 14 1; diff --git a/generics/equivalence-test.pd b/generics/equivalence-test.pd deleted file mode 100644 index d824510..0000000 --- a/generics/equivalence-test.pd +++ /dev/null @@ -1,14 +0,0 @@ -#N canvas 0 0 450 161 10; -#X obj 13 21 inlet; -#X obj 13 121 outlet; -#X obj 13 97 commutative-test \$1 \$2; -#X obj 35 78 transitive-test \$1 \$2; -#X obj 57 59 reflexive-test \$1 \$2; -#X obj 13 40 t b b b; -#X connect 0 0 5 0; -#X connect 2 0 1 0; -#X connect 3 0 1 0; -#X connect 4 0 1 0; -#X connect 5 0 2 0; -#X connect 5 1 3 0; -#X connect 5 2 4 0; diff --git a/generics/error.pd b/generics/error.pd deleted file mode 100644 index e7a74c9..0000000 --- a/generics/error.pd +++ /dev/null @@ -1,4 +0,0 @@ -#N canvas 0 0 450 300 10; -#X obj 31 32 inlet; -#X obj 31 51 s err; -#X connect 0 0 1 0; diff --git a/generics/f.do.pd b/generics/f.do.pd deleted file mode 100644 index 7e01d64..0000000 --- a/generics/f.do.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 324 321 451 124 10; -#X obj 19 18 inlet; -#X obj 69 18 inlet; -#X obj 19 50 \$1 \$2; -#X obj 19 84 outlet; -#X connect 0 0 2 0; -#X connect 1 0 2 1; -#X connect 2 0 3 0; diff --git a/generics/f.norm.pd b/generics/f.norm.pd deleted file mode 100644 index 305f4ac..0000000 --- a/generics/f.norm.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 462 350 544 148 10; -#X obj 23 20 inlet f; -#X obj 23 58 outlet f; -#X text 101 18 \$1.norm takes a value of type \$1 and produces a nonnegative -float \, normally using L2-norm formulas; -#X obj 23 39 abs; -#X connect 0 0 3 0; -#X connect 3 0 1 0; diff --git a/generics/f.packunpack3.pd b/generics/f.packunpack3.pd deleted file mode 100644 index 7343d5f..0000000 --- a/generics/f.packunpack3.pd +++ /dev/null @@ -1,16 +0,0 @@ -#N canvas 285 202 449 125 10; -#X obj 106 87 outlet; -#X obj 105 14 inlet; -#X obj 59 14 inlet; -#X obj 60 87 outlet; -#X obj 14 87 outlet; -#X obj 13 14 inlet; -#X obj 27 41 pack 0 0 0; -#X obj 27 60 unpack 0 0 0; -#X connect 1 0 6 2; -#X connect 2 0 6 1; -#X connect 5 0 6 0; -#X connect 6 0 7 0; -#X connect 7 0 4 0; -#X connect 7 1 3 0; -#X connect 7 2 0 0; diff --git a/generics/f.rand.pd b/generics/f.rand.pd deleted file mode 100644 index f4372dc..0000000 --- a/generics/f.rand.pd +++ /dev/null @@ -1,40 +0,0 @@ -#N canvas 0 0 450 300 10; -#X obj 11 14 inlet; -#X obj 11 192 *; -#X obj 63 75 random 256; -#X obj 183 87 random; -#X msg 220 39 1; -#X obj 220 20 loadbang; -#X obj 220 58 << 23; -#X obj 183 106 +; -#X obj 11 33 t b b b; -#X obj 11 116 random 2; -#X obj 11 154 - 1; -#X obj 63 94 - 150; -#X obj 33 94 pow; -#X obj 11 211 outlet; -#X obj 33 56 t b b; -#X msg 33 75 2; -#X obj 11 173 *; -#X obj 11 135 * 2; -#X connect 0 0 8 0; -#X connect 1 0 13 0; -#X connect 2 0 11 0; -#X connect 3 0 7 0; -#X connect 4 0 6 0; -#X connect 5 0 4 0; -#X connect 6 0 3 1; -#X connect 6 0 7 1; -#X connect 7 0 16 1; -#X connect 8 0 9 0; -#X connect 8 1 14 0; -#X connect 8 2 3 0; -#X connect 9 0 17 0; -#X connect 10 0 16 0; -#X connect 11 0 12 1; -#X connect 12 0 1 1; -#X connect 14 0 15 0; -#X connect 14 1 2 0; -#X connect 15 0 12 0; -#X connect 16 0 1 0; -#X connect 17 0 10 0; diff --git a/generics/f.taa.pd b/generics/f.taa.pd deleted file mode 100644 index ae3b4b1..0000000 --- a/generics/f.taa.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 353 249 367 122 10; -#X obj 19 14 inlet; -#X obj 19 71 outlet; -#X obj 19 33 t a a; -#X obj 49 52 outlet; -#X connect 0 0 2 0; -#X connect 2 0 1 0; -#X connect 2 1 3 0; diff --git a/generics/invertible-test.pd b/generics/invertible-test.pd deleted file mode 100644 index d08abe9..0000000 --- a/generics/invertible-test.pd +++ /dev/null @@ -1,31 +0,0 @@ -#N canvas 665 86 452 291 10; -#X obj 40 15 inlet bang; -#X obj 40 79 unpack 0 0; -#X obj 33 160 /; -#X msg 40 34 1 3; -#X obj 33 179 t a a; -#X text 217 24 with tolerance 0; -#X obj 33 198 <= 0; -#X text 215 9 This test verifies that 1+3-3=1; -#X obj 33 255 outlet; -#X obj 33 141 * 2; -#X obj 33 122 \$1.norm; -#X obj 147 123 \$1.norm; -#X obj 33 103 invertor \$1 \$2 \$3; -#X obj 33 236 list append invertible \$1 \$2 \$3; -#X obj 33 217 pack 0 0 -1; -#X connect 0 0 3 0; -#X connect 1 0 12 0; -#X connect 1 1 12 1; -#X connect 2 0 4 0; -#X connect 3 0 1 0; -#X connect 4 0 6 0; -#X connect 4 1 14 1; -#X connect 6 0 14 0; -#X connect 9 0 2 0; -#X connect 10 0 9 0; -#X connect 11 0 2 1; -#X connect 12 0 10 0; -#X connect 12 1 11 0; -#X connect 13 0 8 0; -#X connect 14 0 13 0; diff --git a/generics/invertor.pd b/generics/invertor.pd deleted file mode 100644 index f0abd65..0000000 --- a/generics/invertor.pd +++ /dev/null @@ -1,30 +0,0 @@ -#N canvas 336 387 602 199 10; -#X text 185 60 when the invertor is 0 the rule is respected.; -#X text 185 83 see invertible-test.pd; -#X text 19 174 invertor; -#X text 149 174 antiinvertor; -#X obj 18 19 \$1.inlet a; -#X obj 101 19 \$1.inlet b; -#X obj 18 156 \$1.outlet (ab)/b-a; -#X obj 148 156 \$1.outlet (ab)/b+a; -#X text 184 11 invertibility rule for operator \$2 with (presumed) -right-inverse \$3 is:; -#X text 184 45 (a \$2 b) \$3 b - a = 0; -#X obj 18 39 \$1.taa; -#X obj 18 65 \$1.do \$2; -#X obj 18 91 \$1.do \$3; -#X obj 18 115 \$1.taa; -#X obj 18 137 \$1.do -; -#X obj 148 137 \$1.do +; -#X connect 4 0 10 0; -#X connect 5 0 11 1; -#X connect 5 0 12 1; -#X connect 10 0 11 0; -#X connect 10 1 14 1; -#X connect 10 1 15 1; -#X connect 11 0 12 0; -#X connect 12 0 13 0; -#X connect 13 0 14 0; -#X connect 13 1 15 0; -#X connect 14 0 6 0; -#X connect 15 0 7 0; diff --git a/generics/locale/english.tcl b/generics/locale/english.tcl deleted file mode 100644 index 8dca411..0000000 --- a/generics/locale/english.tcl +++ /dev/null @@ -1,56 +0,0 @@ - -say_namespace summary { - foreach {x y} { - f "floating-point" - ~ "signal" - \# "grid" - } { - say_category basic<$x> - say $x.do " ($y)" - say $x.norm " ($y)" - say $x.packunpack3 " ($y)" - say $x.swap " ($y)" - say $x.taa " ($y)" - } - - say_category interfaces - proc pu_say {} { - } - - pu_say antireflexive {t } "" - pu_say reflexive {t } "" - - pu_say commutative {t } "" - pu_say anticommutative {t } "" - pu_say antisymmetric {t } "" - - pu_say associative {t } "" - pu_say distributive {t } "" - pu_say invertible {t } "" - - pu_say partialorder {t } "partial order (open)" - pu_say partialordereq {t } "partial order (closed)" - pu_say totalorder {t } "total order (open)" - pu_say totalordereq {t } "total order (closed)" - pu_say equivalence {t } "equivalence relation" - - pu_say transitive {t } "transitive: " - pu_say trichotomy {t } "trichotomy: either equal or less or greater" - pu_say operator1 {t } "1-input operator" - pu_say operator2 {t } "2-input operator" - - say_category cancellators - say associator "(ab)c-a(bc)" - say commutator "ab-ba" - say distributor "a&(b^c)-(ab^ac)" - say invertor "ab/b-a" - - say_category misc - say twice "" - say 3times "" - say 4times "" - say ^ "xor" - say error "" - say protocols-tree "" - say tree "" -} diff --git a/generics/operator1-rule.pd b/generics/operator1-rule.pd deleted file mode 100644 index f9d91e0..0000000 --- a/generics/operator1-rule.pd +++ /dev/null @@ -1,11 +0,0 @@ -#N canvas 0 0 450 142 10; -#X obj 15 16 inlet; -#X obj 37 104 outlet; -#X text 57 17 Test that one input gives one output; -#X obj 37 84 \$1; -#X obj 87 104 outlet; -#X obj 15 55 t b a b; -#X obj 242 63 error; -#X connect 0 0 5 0; -#X connect 3 0 1 0; -#X connect 5 1 3 0; diff --git a/generics/operator1-test.pd b/generics/operator1-test.pd deleted file mode 100644 index ed7f0fb..0000000 --- a/generics/operator1-test.pd +++ /dev/null @@ -1,5 +0,0 @@ -#N canvas 0 0 450 142 10; -#X obj 15 16 inlet; -#X obj 15 94 outlet; -#X text 57 17 Test that one input gives one output; -#X connect 0 0 1 0; diff --git a/generics/operator2-rule.pd b/generics/operator2-rule.pd deleted file mode 100644 index 8ef1f7f..0000000 --- a/generics/operator2-rule.pd +++ /dev/null @@ -1,10 +0,0 @@ -#N canvas 248 186 450 162 10; -#X obj 15 16 inlet; -#X obj 15 94 outlet; -#X obj 54 35 func1-test \$1 \$2; -#X text 74 55 And test that one right input gives zero output; -#X obj 15 35 t a a; -#X connect 0 0 4 0; -#X connect 2 0 1 0; -#X connect 4 0 1 0; -#X connect 4 1 2 0; diff --git a/generics/operator2-test.pd b/generics/operator2-test.pd deleted file mode 100644 index 8ef1f7f..0000000 --- a/generics/operator2-test.pd +++ /dev/null @@ -1,10 +0,0 @@ -#N canvas 248 186 450 162 10; -#X obj 15 16 inlet; -#X obj 15 94 outlet; -#X obj 54 35 func1-test \$1 \$2; -#X text 74 55 And test that one right input gives zero output; -#X obj 15 35 t a a; -#X connect 0 0 4 0; -#X connect 2 0 1 0; -#X connect 4 0 1 0; -#X connect 4 1 2 0; diff --git a/generics/partialorder-test.pd b/generics/partialorder-test.pd deleted file mode 100644 index 65aff88..0000000 --- a/generics/partialorder-test.pd +++ /dev/null @@ -1,14 +0,0 @@ -#N canvas 118 56 450 189 10; -#X obj 13 21 inlet; -#X obj 13 141 outlet; -#X obj 35 87 transitive-test \$1 \$2; -#X obj 13 107 antisymmetric-test \$1 \$2; -#X obj 57 67 antireflexive-test \$1 \$2; -#X obj 13 41 t b b b; -#X connect 0 0 5 0; -#X connect 2 0 1 0; -#X connect 3 0 1 0; -#X connect 4 0 1 0; -#X connect 5 0 3 0; -#X connect 5 1 2 0; -#X connect 5 2 4 0; diff --git a/generics/partialordereq-test.pd b/generics/partialordereq-test.pd deleted file mode 100644 index 39de970..0000000 --- a/generics/partialordereq-test.pd +++ /dev/null @@ -1,14 +0,0 @@ -#N canvas 118 56 450 182 10; -#X obj 13 21 inlet; -#X obj 13 131 outlet; -#X obj 35 79 transitive-test \$1 \$2; -#X obj 57 60 reflexive-test \$1 \$2; -#X obj 13 98 antisymmetric-test \$1 \$2; -#X obj 13 40 t b b b; -#X connect 0 0 5 0; -#X connect 2 0 1 0; -#X connect 3 0 1 0; -#X connect 4 0 1 0; -#X connect 5 0 4 0; -#X connect 5 1 2 0; -#X connect 5 2 3 0; diff --git a/generics/protocols-tree.pd b/generics/protocols-tree.pd deleted file mode 100644 index f4efcc3..0000000 --- a/generics/protocols-tree.pd +++ /dev/null @@ -1,59 +0,0 @@ -#N canvas 436 170 813 546 10; -#X obj 19 43 inlet; -#X obj 19 152 r \$0-out; -#X obj 79 100 symbol \$0-out; -#X obj 19 171 outlet; -#X text 20 15 the direction of flow indicates "inherits from"; -#X obj 192 146 tree \$0 commutative; -#X obj 19 100 pack s s; -#X obj 79 81 loadbang; -#X obj 19 62 makefilename \$0-%s; -#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 91 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 192 166 tree \$0 anticommutative; -#X obj 480 310 tree \$0 field ?; -#X obj 423 276 tree \$0 relation; -#X msg 19 119 \; \$1 symbol \$2; -#X connect 0 0 8 0; -#X connect 1 0 3 0; -#X connect 2 0 6 1; -#X connect 6 0 29 0; -#X connect 7 0 2 0; -#X connect 8 0 6 0; -#X connect 9 0 28 0; -#X connect 10 0 23 0; -#X connect 10 0 28 0; -#X connect 11 0 9 0; -#X connect 11 0 20 0; -#X connect 11 0 25 0; -#X connect 12 0 10 0; -#X connect 12 0 20 0; -#X connect 13 0 11 0; -#X connect 13 0 19 0; -#X connect 14 0 12 0; -#X connect 14 0 19 0; -#X connect 15 0 5 0; -#X connect 15 0 9 0; -#X connect 15 0 20 0; -#X connect 20 0 28 0; -#X connect 21 0 16 0; -#X connect 22 0 18 0; -#X connect 22 0 21 0; -#X connect 24 0 17 0; -#X connect 24 0 22 0; -#X connect 27 0 24 0; diff --git a/generics/reflexive-test.pd b/generics/reflexive-test.pd deleted file mode 100644 index 1ae836d..0000000 --- a/generics/reflexive-test.pd +++ /dev/null @@ -1,13 +0,0 @@ -#N canvas 0 0 450 161 10; -#X obj 12 18 inlet; -#X obj 12 120 outlet; -#X obj 12 56 t a a; -#X msg 12 37 2 2; -#X obj 12 82 \$2; -#X obj 12 101 == 1; -#X connect 0 0 3 0; -#X connect 2 0 4 0; -#X connect 2 1 4 1; -#X connect 3 0 2 0; -#X connect 4 0 5 0; -#X connect 5 0 1 0; diff --git a/generics/totalorder-test.pd b/generics/totalorder-test.pd deleted file mode 100644 index 9aa72fc..0000000 --- a/generics/totalorder-test.pd +++ /dev/null @@ -1,11 +0,0 @@ -#N canvas 118 56 418 157 10; -#X obj 13 21 inlet; -#X obj 13 101 outlet; -#X obj 43 59 partialorder-test \$1 \$2; -#X obj 13 78 trichotomy-test \$1 \$2; -#X obj 13 40 t b b; -#X connect 0 0 4 0; -#X connect 2 0 1 0; -#X connect 3 0 1 0; -#X connect 4 0 3 0; -#X connect 4 1 2 0; diff --git a/generics/totalordereq-test.pd b/generics/totalordereq-test.pd deleted file mode 100644 index 4c7372d..0000000 --- a/generics/totalordereq-test.pd +++ /dev/null @@ -1,11 +0,0 @@ -#N canvas 349 136 450 153 10; -#X obj 13 21 inlet; -#X obj 13 97 outlet; -#X obj 13 78 trichotomy-test \$1 \$2; -#X obj 43 59 partialordereq-test \$1 \$2; -#X obj 13 40 t b b; -#X connect 0 0 4 0; -#X connect 2 0 1 0; -#X connect 3 0 1 0; -#X connect 4 0 2 0; -#X connect 4 1 3 0; diff --git a/generics/transitive-test.pd b/generics/transitive-test.pd deleted file mode 100644 index 0788ad6..0000000 --- a/generics/transitive-test.pd +++ /dev/null @@ -1,4 +0,0 @@ -#N canvas 0 0 450 300 10; -#X obj 12 18 inlet; -#X obj 12 48 outlet; -#X connect 0 0 1 0; diff --git a/generics/tree.pd b/generics/tree.pd deleted file mode 100644 index dca6d0c..0000000 --- a/generics/tree.pd +++ /dev/null @@ -1,38 +0,0 @@ -#N canvas 165 73 474 293 10; -#X obj 19 4 inlet; -#X obj 41 93 outlet; -#X obj 19 53 t s s s; -#X obj 128 15 loadbang; -#X obj 63 72 pack s s s; -#X obj 95 53 symbol begin; -#X obj 19 132 pack s s s; -#X obj 51 113 symbol end; -#X msg 64 184 \; \$1 \$2 \$3; -#X obj 128 34 symbol \$2; -#X obj 206 51 loadbang; -#X obj 206 89 makefilename \$1-%s; -#X obj 206 70 symbol \$2; -#N canvas 0 0 450 300 1370-bitch 0; -#X obj 16 75 outlet; -#X obj 282 12 namecanvas \$0-bitch; -#X restore 30 24 pd \$0-bitch; -#X obj 206 157 s \$0-bitch; -#X msg 206 138 obj 0 0 r \$1 \, connect 2 0 0 0; -#X connect 0 0 2 0; -#X connect 2 0 6 0; -#X connect 2 1 1 0; -#X connect 2 2 4 0; -#X connect 3 0 5 0; -#X connect 3 0 7 0; -#X connect 3 0 9 0; -#X connect 4 0 8 0; -#X connect 5 0 4 1; -#X connect 6 0 8 0; -#X connect 7 0 6 1; -#X connect 9 0 4 2; -#X connect 9 0 6 2; -#X connect 10 0 12 0; -#X connect 11 0 15 0; -#X connect 12 0 11 0; -#X connect 13 0 2 0; -#X connect 15 0 14 0; diff --git a/generics/trichotomy-test.pd b/generics/trichotomy-test.pd deleted file mode 100644 index 49aa8e7..0000000 --- a/generics/trichotomy-test.pd +++ /dev/null @@ -1,32 +0,0 @@ -#N canvas 174 185 553 302 10; -#X obj 13 21 inlet; -#X obj 13 255 outlet; -#X msg 13 40 1 2 \, 2 2 \, 2 1; -#X msg 38 78 \$2 \$1; -#X obj 13 117 +; -#X obj 13 59 t a a a; -#X obj 13 97 \$3; -#X obj 38 97 \$3; -#X obj 91 100 \$2; -#X obj 38 117 +; -#X obj 13 136 - 1; -#X obj 13 155 t a a; -#X obj 13 174 == 0; -#X obj 13 236 list append trichotomy \$1 \$2; -#X obj 13 217 pack 0 0 -1; -#X connect 0 0 2 0; -#X connect 2 0 5 0; -#X connect 3 0 7 0; -#X connect 4 0 10 0; -#X connect 5 0 6 0; -#X connect 5 1 3 0; -#X connect 5 2 8 0; -#X connect 6 0 4 0; -#X connect 7 0 9 0; -#X connect 8 0 9 1; -#X connect 9 0 4 1; -#X connect 11 0 12 0; -#X connect 11 1 14 1; -#X connect 12 0 14 0; -#X connect 13 0 1 0; -#X connect 14 0 13 0; diff --git a/generics/twice.pd b/generics/twice.pd deleted file mode 100644 index 5f3eeec..0000000 --- a/generics/twice.pd +++ /dev/null @@ -1,31 +0,0 @@ -#N canvas 330 193 379 266 10; -#X obj 20 16 inlet; -#X obj 69 108 inlet; -#X obj 108 108 inlet; -#X obj 85 54 t a a; -#X obj 20 35 route bang; -#X obj 20 54 t b b; -#X obj 118 211 pack s s; -#X obj 46 209 pack 0 0; -#X obj 46 241 outlet; -#X obj 46 130 \$1 \$2; -#X obj 85 130 \$1 \$3; -#X obj 85 170 route float; -#X obj 46 190 route float; -#X connect 0 0 4 0; -#X connect 1 0 9 1; -#X connect 2 0 10 1; -#X connect 3 0 9 0; -#X connect 3 1 10 0; -#X connect 4 0 5 0; -#X connect 4 1 3 0; -#X connect 5 0 9 0; -#X connect 5 1 10 0; -#X connect 6 0 8 0; -#X connect 7 0 8 0; -#X connect 9 0 12 0; -#X connect 10 0 11 0; -#X connect 11 0 7 1; -#X connect 11 1 6 1; -#X connect 12 0 7 0; -#X connect 12 1 6 0; diff --git a/generics/~.do.pd b/generics/~.do.pd deleted file mode 100644 index 97c09c7..0000000 --- a/generics/~.do.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 338 329 450 125 10; -#X obj 19 50 \$1~ \$2; -#X obj 19 18 inlet~; -#X obj 69 18 inlet~; -#X obj 19 84 outlet~; -#X connect 0 0 3 0; -#X connect 1 0 0 0; -#X connect 2 0 0 1; diff --git a/generics/~.norm.pd b/generics/~.norm.pd deleted file mode 100644 index d429fc1..0000000 --- a/generics/~.norm.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 462 350 544 148 10; -#X obj 23 20 inlet~ f; -#X obj 23 58 outlet f; -#X text 101 18 \$1.norm takes a value of type \$1 and produces a nonnegative -float \, normally using L2-norm formulas; -#X obj 23 39 env~; -#X connect 0 0 3 0; -#X connect 3 0 1 0; diff --git a/generics/~.packunpack3.pd b/generics/~.packunpack3.pd deleted file mode 100644 index 261c407..0000000 --- a/generics/~.packunpack3.pd +++ /dev/null @@ -1,7 +0,0 @@ -#N canvas 285 202 449 67 10; -#X obj 13 14 inlet~; -#X obj 13 34 outlet~; -#X obj 73 14 inlet~; -#X obj 73 34 outlet~; -#X obj 133 14 inlet~; -#X obj 133 34 outlet~; diff --git a/generics/~.rand.pd b/generics/~.rand.pd deleted file mode 100644 index cb1bf37..0000000 --- a/generics/~.rand.pd +++ /dev/null @@ -1,22 +0,0 @@ -#N canvas 339 187 450 177 10; -#X obj 105 118 pow; -#X obj 105 80 t b b; -#X msg 105 99 2; -#X obj 22 98 env~; -#X obj 11 14 inlet; -#X obj 10 143 outlet~; -#X text 52 14 banging the inlet does nothing for signals.; -#X obj 37 62 noise~; -#X obj 135 99 random 64; -#X obj 135 118 - 64; -#X obj 11 62 *~; -#X connect 0 0 10 0; -#X connect 1 0 2 0; -#X connect 1 1 8 0; -#X connect 2 0 0 0; -#X connect 3 0 1 0; -#X connect 7 0 10 1; -#X connect 8 0 9 0; -#X connect 9 0 0 1; -#X connect 10 0 5 0; -#X connect 10 0 3 0; diff --git a/generics/~.swap.pd b/generics/~.swap.pd deleted file mode 100644 index 8055ea0..0000000 --- a/generics/~.swap.pd +++ /dev/null @@ -1,7 +0,0 @@ -#N canvas 218 156 450 98 10; -#X obj 14 11 inlet~; -#X obj 74 11 inlet~; -#X obj 14 61 outlet~; -#X obj 74 61 outlet~; -#X connect 0 0 3 0; -#X connect 1 0 2 0; diff --git a/generics/~.taa.pd b/generics/~.taa.pd deleted file mode 100644 index 7f52b01..0000000 --- a/generics/~.taa.pd +++ /dev/null @@ -1,6 +0,0 @@ -#N canvas 353 249 367 122 10; -#X obj 19 14 inlet~; -#X obj 49 52 outlet~; -#X obj 19 71 outlet~; -#X connect 0 0 1 0; -#X connect 0 0 2 0; diff --git a/specifics/arith-test.pd b/specifics/arith-test.pd deleted file mode 100644 index e9b7375..0000000 --- a/specifics/arith-test.pd +++ /dev/null @@ -1,76 +0,0 @@ -#N canvas 69 22 726 501 10; -#X text 78 136 Abelian Groups:; -#X text 80 229 Abelian Monoids:; -#X text 79 349 Rings (incl Fields):; -#X obj 134 87 r \$0-b; -#X obj 309 87 r \$0-b; -#X obj 460 87 r \$0-b; -#X obj 26 69 s \$0-b; -#X obj 26 50 inlet bang; -#X obj 14 464 r \$0-r; -#X obj 14 483 outlet reports; -#X obj 134 456 s \$0-r; -#X obj 309 456 s \$0-r; -#X obj 460 456 s \$0-r; -#X obj 134 157 commutative-test \$1 +; -#X obj 134 367 distributive-test \$1 + *; -#X obj 309 177 associative-test \$1 *; -#X obj 460 177 invertible-test \$1 * /; -#X obj 134 177 commutative-test \$1 *; -#X obj 134 197 commutative-test \$1 ^; -#X obj 134 247 commutative-test \$1 &; -#X obj 134 267 commutative-test \$1 |; -#X obj 309 247 associative-test \$1 &; -#X obj 309 267 associative-test \$1 |; -#X obj 309 157 associative-test \$1 +; -#X obj 309 197 associative-test \$1 ^; -#X obj 460 197 invertible-test \$1 ^ ^; -#X obj 460 157 invertible-test \$1 + -; -#X obj 134 387 distributive-test \$1 ^ &; -#X text 17 11 This is the testclass for + \, - \, * \, / \, div \, -pow \, % \, mod; -#X obj 134 296 commutative-test \$1 min; -#X obj 134 317 commutative-test \$1 max; -#X obj 309 296 associative-test \$1 min; -#X obj 309 316 associative-test \$1 max; -#X text 18 25 And also for & \, | \, ^ \, min \, max; -#X connect 3 0 13 0; -#X connect 3 0 14 0; -#X connect 3 0 17 0; -#X connect 3 0 18 0; -#X connect 3 0 19 0; -#X connect 3 0 20 0; -#X connect 3 0 27 0; -#X connect 3 0 29 0; -#X connect 3 0 30 0; -#X connect 4 0 15 0; -#X connect 4 0 21 0; -#X connect 4 0 22 0; -#X connect 4 0 23 0; -#X connect 4 0 24 0; -#X connect 4 0 31 0; -#X connect 4 0 32 0; -#X connect 5 0 16 0; -#X connect 5 0 25 0; -#X connect 5 0 26 0; -#X connect 7 0 6 0; -#X connect 8 0 9 0; -#X connect 13 0 10 0; -#X connect 14 0 10 0; -#X connect 15 0 11 0; -#X connect 16 0 12 0; -#X connect 17 0 10 0; -#X connect 18 0 10 0; -#X connect 19 0 10 0; -#X connect 20 0 10 0; -#X connect 21 0 11 0; -#X connect 22 0 11 0; -#X connect 23 0 11 0; -#X connect 24 0 11 0; -#X connect 25 0 12 0; -#X connect 26 0 12 0; -#X connect 27 0 10 0; -#X connect 29 0 10 0; -#X connect 30 0 10 0; -#X connect 31 0 11 0; -#X connect 32 0 11 0; diff --git a/specifics/comparators-test.pd b/specifics/comparators-test.pd deleted file mode 100644 index ce68acb..0000000 --- a/specifics/comparators-test.pd +++ /dev/null @@ -1,65 +0,0 @@ -#N canvas 365 120 687 494 10; -#X obj 134 87 r \$0-b; -#X obj 329 87 r \$0-b; -#X obj 26 69 s \$0-b; -#X obj 26 50 inlet bang; -#X obj 14 414 r \$0-r; -#X obj 14 433 outlet reports; -#X obj 134 406 s \$0-r; -#X obj 329 406 s \$0-r; -#X text 17 11 This is the testclass for == \, != \, < \, > \, <= \, ->= \, && \, ||; -#X obj 329 157 equivalence-test \$1 ==; -#X obj 329 257 totalordereq-test \$1 == >=; -#X obj 329 237 totalordereq-test \$1 == <=; -#X obj 329 217 totalorder-test \$1 == >; -#X obj 329 197 totalorder-test \$1 == <; -#X obj 329 297 associative-test \$1 &&; -#X obj 329 317 associative-test \$1 ||; -#X obj 134 157 commutative-test \$1 ==; -#X obj 134 177 commutative-test \$1 !=; -#X obj 134 297 commutative-test \$1 &&; -#X obj 134 317 commutative-test \$1 ||; -#X obj 134 197 antisymmetric-test \$1 <; -#X obj 134 217 antisymmetric-test \$1 >; -#X obj 134 237 antisymmetric-test \$1 <=; -#X obj 134 257 antisymmetric-test \$1 >=; -#X obj 467 399 \$1.rand; -#X obj 467 418 nbx 12 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 -10 -262144 -1 -1 1.56501e-06 256; -#X obj 467 382 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 --1; -#X connect 0 0 16 0; -#X connect 0 0 17 0; -#X connect 0 0 18 0; -#X connect 0 0 19 0; -#X connect 0 0 20 0; -#X connect 0 0 21 0; -#X connect 0 0 22 0; -#X connect 0 0 23 0; -#X connect 1 0 9 0; -#X connect 1 0 10 0; -#X connect 1 0 11 0; -#X connect 1 0 12 0; -#X connect 1 0 13 0; -#X connect 1 0 14 0; -#X connect 1 0 15 0; -#X connect 3 0 2 0; -#X connect 4 0 5 0; -#X connect 9 0 7 0; -#X connect 10 0 7 0; -#X connect 11 0 7 0; -#X connect 12 0 7 0; -#X connect 13 0 7 0; -#X connect 14 0 7 0; -#X connect 15 0 7 0; -#X connect 16 0 6 0; -#X connect 17 0 6 0; -#X connect 18 0 6 0; -#X connect 19 0 6 0; -#X connect 20 0 6 0; -#X connect 21 0 6 0; -#X connect 22 0 6 0; -#X connect 23 0 6 0; -#X connect 24 0 25 0; -#X connect 26 0 24 0; diff --git a/specifics/glue-test.pd b/specifics/glue-test.pd deleted file mode 100644 index 7d3fa2a..0000000 --- a/specifics/glue-test.pd +++ /dev/null @@ -1,15 +0,0 @@ -#N canvas 185 138 665 479 10; -#X obj 26 69 s \$0-b; -#X obj 26 50 inlet bang; -#X obj 14 414 r \$0-r; -#X obj 14 433 outlet reports; -#X obj 176 111 func2-test float; -#X obj 176 131 func2-test symbol; -#X obj 176 151 func2-test int; -#X obj 176 91 func1-test bang; -#X text 346 19 todo: send \, receive \, select \, route; -#X text 346 32 todo: pack \, unpack \, trigger \, spigot; -#X text 346 45 todo: moses \, until \, print \, makefilename; -#X text 346 58 todo: change \, swap \, value; -#X connect 1 0 0 0; -#X connect 2 0 3 0; -- cgit v1.2.1