aboutsummaryrefslogtreecommitdiff
path: root/generics/associative-test.pd
diff options
context:
space:
mode:
authorN.N <matju@users.sourceforge.net>2006-01-09 05:04:19 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:51:14 +0200
commit57b026b114a2e51865a2e31ea8a8b8e36191df60 (patch)
tree4b8bb92c2634d9ed5cc38fbce0a0c991a48e1e09 /generics/associative-test.pd
parentfd589e5905e18c63c26f105c3913edbeff2601c6 (diff)
extern alle im Punity
svn path=/trunk/externals/pureunity/; revision=4380
Diffstat (limited to 'generics/associative-test.pd')
-rw-r--r--generics/associative-test.pd32
1 files changed, 0 insertions, 32 deletions
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;