From c9e58457bb14a6441ed887e0604040994100408d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 23 Jan 2006 16:58:12 +0000 Subject: rebuilt with [>~] and [<~] svn path=/trunk/externals/zexy/; revision=4470 --- abs/sgn~.pd | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'abs') diff --git a/abs/sgn~.pd b/abs/sgn~.pd index 8fb6d54..b02c613 100644 --- a/abs/sgn~.pd +++ b/abs/sgn~.pd @@ -1,11 +1,16 @@ -#N canvas 491 108 450 300 10; +#N canvas 86 70 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 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 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; +#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; -- cgit v1.2.1