diff options
author | Alexandre Quessy <alexandrequessy@users.sourceforge.net> | 2006-11-28 17:20:16 +0000 |
---|---|---|
committer | Alexandre Quessy <alexandrequessy@users.sourceforge.net> | 2006-11-28 17:20:16 +0000 |
commit | 59b596f669816db70ec3d17303faf8b17b8e83fb (patch) | |
tree | 2269762a811bbc44e6b99a7d9ff947e6948dc160 | |
parent | e4ad2410c640e0606f53f42ff51dedacfeda0824 (diff) |
renaming median for median_n
svn path=/trunk/externals/mapping/; revision=6493
-rw-r--r-- | median_n-help.pd (renamed from median-help.pd) | 10 | ||||
-rw-r--r-- | median_n.pd (renamed from median.pd) | 0 |
2 files changed, 5 insertions, 5 deletions
diff --git a/median-help.pd b/median_n-help.pd index 356f2ac..817a8b7 100644 --- a/median-help.pd +++ b/median_n-help.pd @@ -17,7 +17,7 @@ of numbers.; #X obj 267 103 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X text 71 66 Play with the left one.; -#X obj 127 139 median 25; +#X obj 127 139 median_n 25; #X connect 0 0 3 0; #X connect 3 0 1 0; #X restore 404 261 pd more examples; @@ -25,10 +25,10 @@ of numbers.; #X obj 268 197 expr; #X text 230 197 and; #X text 94 82 Needs a stream of floats \, not a list; -#X obj 22 115 median 6; #X text 122 243 Release under the GPL v2; -#X connect 1 0 15 0; +#X obj 22 115 median_n 6; +#X connect 1 0 16 0; #X connect 5 0 6 0; -#X connect 6 0 15 0; +#X connect 6 0 16 0; #X connect 11 0 6 0; -#X connect 15 0 2 0; +#X connect 16 0 2 0; |