aboutsummaryrefslogtreecommitdiff
path: root/pd/median_3.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
commit57b74403674f1079c5aee4d7071c956a3e045bff (patch)
treee84914e99cfa464402030657543c5185494216d2 /pd/median_3.pd
parent8eef482ed0504a80218aab09a5b955592f6259d5 (diff)
moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment
svn path=/trunk/externals/mapping/; revision=4747
Diffstat (limited to 'pd/median_3.pd')
-rwxr-xr-xpd/median_3.pd34
1 files changed, 0 insertions, 34 deletions
diff --git a/pd/median_3.pd b/pd/median_3.pd
deleted file mode 100755
index ecce80b..0000000
--- a/pd/median_3.pd
+++ /dev/null
@@ -1,34 +0,0 @@
-#N canvas 260 82 799 525 10;
-#X obj 74 53 inlet;
-#X obj 111 435 outlet;
-#X obj 228 312 max;
-#X obj 168 285 min;
-#X obj 95 341 max;
-#X obj 111 368 min;
-#X text 341 167 on classe les 2 plus vieux nombres;
-#X text 339 184 du plus petit au plus grand;
-#X text 361 36 principe du median 3 : classer les 3 dernieres mesures
-de la plus petite valeur a la plus grande valeur et renvoyer la 2 ieme
-valeur (appelee mediane) de la liste (dans cette liste classee de 3
-elements \, 1 est plus petit que la mediane et 1 est plus grand);
-#X text 332 300 Francis Bras;
-#X text 334 329 interface-z.com;
-#X obj 88 112 trigger float bang bang;
-#X obj 89 140 float;
-#X obj 167 191 float;
-#X obj 244 251 float;
-#X connect 0 0 11 0;
-#X connect 2 0 5 1;
-#X connect 3 0 4 1;
-#X connect 4 0 5 0;
-#X connect 5 0 1 0;
-#X connect 11 0 12 0;
-#X connect 11 1 13 0;
-#X connect 11 2 14 0;
-#X connect 12 0 4 0;
-#X connect 12 0 13 1;
-#X connect 13 0 3 0;
-#X connect 13 0 2 0;
-#X connect 13 0 14 1;
-#X connect 14 0 3 1;
-#X connect 14 0 2 1;