Update of /cvsroot/pure-data/externals/zexy/abs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16768
Modified Files: sgn~.pd Log Message: rebuilt with [>~] and [<~]
Index: sgn~.pd =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/abs/sgn~.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sgn~.pd 22 Mar 2005 20:58:16 -0000 1.1 --- sgn~.pd 23 Jan 2006 16:58:12 -0000 1.2 *************** *** 1,11 **** ! #N canvas 491 108 450 300 10; #X obj 30 88 inlet~; ! #X obj 30 136 outlet~; ! #X text 33 169 using [expr~] is slower than doing it in C...; #X text 319 21 part of zexy; - #X text 250 261 updated for zexy-2.0; - #X obj 30 112 expr~ if ($v1<0 , -1 , if ($v1>0 , 1 , 0)); #X text 36 44 [sgn~]; ! #X text 33 187 therefore we _also_ provide [sgn~] as external.; ! #X connect 0 0 5 0; ! #X connect 5 0 1 0; --- 1,16 ---- ! #N canvas 86 70 450 300 10; #X obj 30 88 inlet~; ! #X obj 30 186 outlet~; ! #X text 33 209 using [expr~] is slower than doing it in C...; #X text 319 21 part of zexy; #X text 36 44 [sgn~]; ! #X text 33 227 therefore we _also_ provide [sgn~] as external.; ! #X obj 71 124 <~ 0; ! #X obj 70 148 *~ -1; ! #X text 250 261 updated for zexy-2.1; ! #X obj 31 124 >~ 0; ! #X connect 0 0 6 0; ! #X connect 0 0 9 0; ! #X connect 6 0 7 0; ! #X connect 7 0 1 0; ! #X connect 9 0 1 0;