aboutsummaryrefslogtreecommitdiff
path: root/generics/associative-test.pd
diff options
context:
space:
mode:
Diffstat (limited to 'generics/associative-test.pd')
-rw-r--r--generics/associative-test.pd20
1 files changed, 10 insertions, 10 deletions
diff --git a/generics/associative-test.pd b/generics/associative-test.pd
index 14de122..71d6852 100644
--- a/generics/associative-test.pd
+++ b/generics/associative-test.pd
@@ -1,7 +1,7 @@
#N canvas 736 151 452 362 10;
#X obj 40 15 inlet bang;
#X obj 40 112 abs;
-#X obj 119 112 abs;
+#X obj 126 112 abs;
#X obj 40 131 /;
#X obj 40 150 t a a;
#X obj 40 188 pack 0 0;
@@ -10,21 +10,21 @@
#X obj 40 169 <= 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 93 associator +;
#X obj 40 74 unpack 0 0 0;
#X msg 40 207 list associative1 \$1 \$2 -;
+#X obj 40 93 associator \$2;
#X connect 0 0 10 0;
#X connect 1 0 3 0;
#X connect 2 0 3 1;
#X connect 3 0 4 0;
#X connect 4 0 8 0;
#X connect 4 1 5 1;
-#X connect 5 0 13 0;
+#X connect 5 0 12 0;
#X connect 8 0 5 0;
-#X connect 10 0 12 0;
-#X connect 11 0 1 0;
-#X connect 11 1 2 0;
-#X connect 12 0 11 0;
-#X connect 12 1 11 1;
-#X connect 12 2 11 2;
-#X connect 13 0 6 0;
+#X connect 10 0 11 0;
+#X connect 11 0 13 0;
+#X connect 11 1 13 1;
+#X connect 11 2 13 2;
+#X connect 12 0 6 0;
+#X connect 13 0 1 0;
+#X connect 13 1 2 0;