aboutsummaryrefslogtreecommitdiff
path: root/pd/mean_n.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/mean_n.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/mean_n.pd')
-rw-r--r--pd/mean_n.pd29
1 files changed, 0 insertions, 29 deletions
diff --git a/pd/mean_n.pd b/pd/mean_n.pd
deleted file mode 100644
index 255c38b..0000000
--- a/pd/mean_n.pd
+++ /dev/null
@@ -1,29 +0,0 @@
-#N canvas 248 541 341 340 10;
-#X obj 46 26 inlet;
-#X obj 125 26 inlet;
-#X obj 46 297 outlet;
-#X obj 62 130 list split 1;
-#X obj 101 153 list;
-#X obj 62 178 +;
-#X obj 62 203 f;
-#X obj 46 85 t b a b;
-#X msg 90 109 0;
-#X obj 46 230 f;
-#X obj 46 263 / \$1;
-#X obj 46 57 last_n \$1;
-#X connect 0 0 11 0;
-#X connect 1 0 10 1;
-#X connect 1 0 11 1;
-#X connect 3 0 5 0;
-#X connect 3 1 4 0;
-#X connect 4 0 3 0;
-#X connect 5 0 6 0;
-#X connect 6 0 5 1;
-#X connect 6 0 9 1;
-#X connect 7 0 9 0;
-#X connect 7 1 3 0;
-#X connect 7 2 8 0;
-#X connect 8 0 5 1;
-#X connect 9 0 10 0;
-#X connect 10 0 2 0;
-#X connect 11 0 7 0;