aboutsummaryrefslogtreecommitdiff
path: root/generics/associator.pd
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2005-12-31 14:38:12 +0000
committerN.N. <matju@users.sourceforge.net>2005-12-31 14:38:12 +0000
commit45fdec1f59c9fa3150f01ad4da16d9eb0d707be6 (patch)
treeb90e7891353089b5e7a73b3f4d875db11971e282 /generics/associator.pd
parentc2a3f0bee5ab25a32af6048670213f94c6a1f572 (diff)
.
svn path=/trunk/abstractions/pureunity/; revision=4323
Diffstat (limited to 'generics/associator.pd')
-rw-r--r--generics/associator.pd31
1 files changed, 31 insertions, 0 deletions
diff --git a/generics/associator.pd b/generics/associator.pd
new file mode 100644
index 0000000..020dc12
--- /dev/null
+++ b/generics/associator.pd
@@ -0,0 +1,31 @@
+#N canvas 574 54 580 241 10;
+#X obj 18 162 -;
+#X obj 18 19 inlet a;
+#X obj 71 19 inlet b;
+#X text 214 11 associativity rule for operator \$1 is:;
+#X obj 124 19 inlet c;
+#X text 214 25 (a \$1 b) \$1 c - a \$1 (b \$1 c) = 0;
+#X obj 18 181 outlet (ab)c-a(bc);
+#X obj 18 61 unpack 0 0 0;
+#X obj 18 42 pack 0 0 0;
+#X obj 81 123 \$1;
+#X obj 56 123 \$1;
+#X obj 18 104 \$1;
+#X obj 18 123 \$1;
+#X text 215 40 when the associator is 0 the rule is respected.;
+#X text 215 63 see associative-test.pd;
+#X connect 0 0 6 0;
+#X connect 1 0 8 0;
+#X connect 2 0 8 1;
+#X connect 4 0 8 2;
+#X connect 7 0 10 0;
+#X connect 7 0 11 0;
+#X connect 7 1 9 0;
+#X connect 7 1 11 1;
+#X connect 7 2 9 1;
+#X connect 7 2 12 1;
+#X connect 8 0 7 0;
+#X connect 9 0 10 1;
+#X connect 10 0 0 1;
+#X connect 11 0 12 0;
+#X connect 12 0 0 0;