aboutsummaryrefslogtreecommitdiff
path: root/median.pd
diff options
context:
space:
mode:
authorAlexandre Quessy <alexandrequessy@users.sourceforge.net>2006-11-28 17:20:16 +0000
committerAlexandre Quessy <alexandrequessy@users.sourceforge.net>2006-11-28 17:20:16 +0000
commit59b596f669816db70ec3d17303faf8b17b8e83fb (patch)
tree2269762a811bbc44e6b99a7d9ff947e6948dc160 /median.pd
parente4ad2410c640e0606f53f42ff51dedacfeda0824 (diff)
renaming median for median_n
svn path=/trunk/externals/mapping/; revision=6493
Diffstat (limited to 'median.pd')
-rw-r--r--median.pd30
1 files changed, 0 insertions, 30 deletions
diff --git a/median.pd b/median.pd
deleted file mode 100644
index 635c204..0000000
--- a/median.pd
+++ /dev/null
@@ -1,30 +0,0 @@
-#N canvas 609 51 652 617 10;
-#X obj 88 37 inlet;
-#X obj 254 115 f \$1;
-#X obj 117 321 list split 5;
-#X obj 159 490 list split 1;
-#X obj 159 550 outlet;
-#X obj 255 85 loadbang;
-#X obj 342 86 inlet;
-#X obj 127 461 list split;
-#X obj 126 371 sort;
-#X obj 117 237 list append;
-#X obj 290 316 expr rint(($f1+1)/2)-1;
-#X text 329 585 )c( Alexandre Quessy 2006;
-#X text 203 59 arg/ inlet 2 : Number of values in the sample set of
-data.;
-#X text 86 12 inlet 1 : float;
-#X text 214 547 median;
-#X connect 0 0 9 0;
-#X connect 1 0 2 1;
-#X connect 1 0 10 0;
-#X connect 2 0 8 0;
-#X connect 2 0 9 1;
-#X connect 2 2 9 1;
-#X connect 3 0 4 0;
-#X connect 5 0 1 0;
-#X connect 6 0 1 0;
-#X connect 7 1 3 0;
-#X connect 8 0 7 0;
-#X connect 9 0 2 0;
-#X connect 10 0 7 1;