aboutsummaryrefslogtreecommitdiff
path: root/median-help.pd
diff options
context:
space:
mode:
authorAlexandre Quessy <alexandrequessy@users.sourceforge.net>2006-11-28 06:46:50 +0000
committerAlexandre Quessy <alexandrequessy@users.sourceforge.net>2006-11-28 06:46:50 +0000
commite4ad2410c640e0606f53f42ff51dedacfeda0824 (patch)
treeca22544dd44cc8ce2cb282d10f7b4f9f09b8916a /median-help.pd
parent4250ba7a14093fcd6a68d8b04bcb98c1fb30b5cc (diff)
Adding median.pd
svn path=/trunk/externals/mapping/; revision=6482
Diffstat (limited to 'median-help.pd')
-rw-r--r--median-help.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/median-help.pd b/median-help.pd
new file mode 100644
index 0000000..356f2ac
--- /dev/null
+++ b/median-help.pd
@@ -0,0 +1,34 @@
+#N canvas 748 316 556 301 10;
+#X obj 16 105 cnv 15 60 60 empty empty empty 20 12 0 14 -258699 -66577
+0;
+#X floatatom 22 30 5 0 0 0 - - -;
+#X floatatom 22 220 5 0 0 0 - - -;
+#X text 120 166 Calculates the median of the last n numbers in a stream
+of numbers.;
+#X text 120 221 )c( Alexandre Quessy 2006;
+#X msg 89 55 123 234 345 123 345 67;
+#X obj 56 81 drip;
+#X obj 184 197 zexy;
+#X text 118 197 Requires;
+#X text 191 118 [median <sample set size>];
+#N canvas 0 0 342 294 more 0;
+#X obj 90 103 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144
+-1 -1 0 1;
+#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 connect 0 0 3 0;
+#X connect 3 0 1 0;
+#X restore 404 261 pd more examples;
+#X msg 87 29 999 999 7 6 5 0 0;
+#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 connect 5 0 6 0;
+#X connect 6 0 15 0;
+#X connect 11 0 6 0;
+#X connect 15 0 2 0;