diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-23 16:58:12 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-23 16:58:12 +0000 |
commit | c9e58457bb14a6441ed887e0604040994100408d (patch) | |
tree | d8584dc0472ca70df4089b4dc4e48ff1e5ba96cc | |
parent | 2fa54e35ccd4e85e153e1110a96b781ea920784f (diff) |
rebuilt with [>~] and [<~]
svn path=/trunk/externals/zexy/; revision=4470
-rw-r--r-- | abs/sgn~.pd | 21 |
1 files changed, 13 insertions, 8 deletions
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; |