Update of /cvsroot/pure-data/abstractions/pureunity/generics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12243
Modified Files: commutator.pd Log Message: added anticommutator outlet
Index: commutator.pd =================================================================== RCS file: /cvsroot/pure-data/abstractions/pureunity/generics/commutator.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** commutator.pd 31 Dec 2005 03:10:29 -0000 1.1 --- commutator.pd 31 Dec 2005 16:19:37 -0000 1.2 *************** *** 1,5 **** #N canvas 394 81 620 407 10; #X obj 18 84 $1; ! #X obj 52 158 -; #X obj 68 115 $1; #X obj 68 96 f; --- 1,5 ---- #N canvas 394 81 620 407 10; #X obj 18 84 $1; ! #X obj 18 210 -; #X obj 68 115 $1; #X obj 68 96 f; *************** *** 9,18 **** #X text 33 103 ab; #X obj 18 38 t a b a; - #X text 10 158 note: - is float-only; #X text 218 15 commutativity rule for operator $1 is: a $1 b = b $1 a; #X text 218 32 which is also a $1 b - b $1 a = 0; #X text 218 48 the commutator is a $1 b - b $1 a; ! #X obj 52 177 outlet ab-ba; #X text 189 112 when $1 = + this is also known as a "group commutator" ; --- 9,17 ---- #X text 33 103 ab; #X obj 18 38 t a b a; #X text 218 15 commutativity rule for operator $1 is: a $1 b = b $1 a; #X text 218 32 which is also a $1 b - b $1 a = 0; #X text 218 48 the commutator is a $1 b - b $1 a; ! #X obj 18 229 outlet ab-ba; #X text 189 112 when $1 = + this is also known as a "group commutator" ; *************** *** 22,28 **** ; #X text 189 172 see commutative-test.pd; ! #X connect 0 0 1 0; ! #X connect 1 0 13 0; #X connect 2 0 1 1; #X connect 3 0 2 0; #X connect 4 0 8 0; --- 21,33 ---- ; #X text 189 172 see commutative-test.pd; ! #X obj 106 229 outlet ab+ba; ! #X obj 18 141 t a a; ! #X obj 106 210 +; ! #X text 106 247 anticommutator; ! #X text 19 247 commutator; ! #X connect 0 0 18 0; ! #X connect 1 0 12 0; #X connect 2 0 1 1; + #X connect 2 0 19 0; #X connect 3 0 2 0; #X connect 4 0 8 0; *************** *** 32,33 **** --- 37,41 ---- #X connect 8 1 3 0; #X connect 8 2 2 1; + #X connect 18 0 1 0; + #X connect 18 1 19 1; + #X connect 19 0 17 0;