From ab187e14610f5183e193b9486b1b3da25db1aa9b Mon Sep 17 00:00:00 2001 From: "N.N" Date: Sun, 19 Mar 2006 03:32:02 +0000 Subject: files that were missing after the move from "abstractions/" to "externals/" because I wanted to modify them before re-adding them back, and I never did. svn path=/trunk/externals/pureunity/; revision=4739 --- generics/commutative-rule.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 generics/commutative-rule.pd (limited to 'generics/commutative-rule.pd') diff --git a/generics/commutative-rule.pd b/generics/commutative-rule.pd new file mode 100644 index 0000000..1260772 --- /dev/null +++ b/generics/commutative-rule.pd @@ -0,0 +1,27 @@ +#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; -- cgit v1.2.1