diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-08-14 14:57:34 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-08-14 14:57:34 +0000 |
commit | 55ec79c32f180957840940f4e79763f3658932fa (patch) | |
tree | 716ead5ee7754391d0d623fd54d00050c4091959 | |
parent | 955b2370cc5f754f4eaef41b4d1f0c9e4a5ae7c4 (diff) |
beautified
svn path=/trunk/externals/zexy/; revision=11910
-rw-r--r-- | abs/polyfun.pd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/polyfun.pd b/abs/polyfun.pd index 540816b..bc7bbac 100644 --- a/abs/polyfun.pd +++ b/abs/polyfun.pd @@ -1,4 +1,4 @@ -#N canvas 618 139 492 542 10; +#N canvas 532 58 492 526 10; #X obj 97 112 inlet x; #X obj 97 437 outlet y=a0+a1*x+a2*x^2+a3*x^3+...; #X obj 97 415 f; @@ -73,5 +73,5 @@ of coeff-list).; #X connect 14 0 4 1; #X connect 15 0 4 0; #X connect 15 1 14 0; -#X connect 18 0 3 1; -#X connect 18 1 2 1; +#X connect 18 0 2 1; +#X connect 18 1 3 1; |