diff options
Diffstat (limited to 'generics/f.norm.pd')
-rw-r--r-- | generics/f.norm.pd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generics/f.norm.pd b/generics/f.norm.pd index ad4f405..305f4ac 100644 --- a/generics/f.norm.pd +++ b/generics/f.norm.pd @@ -1,8 +1,8 @@ #N canvas 462 350 544 148 10; #X obj 23 20 inlet f; #X obj 23 58 outlet f; -#X obj 23 39 abs; -#X text 101 18 \$1norm takes a value of type \$1 and produces a nonnegative +#X text 101 18 \$1.norm takes a value of type \$1 and produces a nonnegative float \, normally using L2-norm formulas; -#X connect 0 0 2 0; -#X connect 2 0 1 0; +#X obj 23 39 abs; +#X connect 0 0 3 0; +#X connect 3 0 1 0; |