aboutsummaryrefslogtreecommitdiff
path: root/pd/min_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/min_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/min_n.pd')
-rw-r--r--pd/min_n.pd16
1 files changed, 0 insertions, 16 deletions
diff --git a/pd/min_n.pd b/pd/min_n.pd
deleted file mode 100644
index a9315cc..0000000
--- a/pd/min_n.pd
+++ /dev/null
@@ -1,16 +0,0 @@
-#N canvas 26 291 365 247 10;
-#X obj 64 175 outlet;
-#X obj 64 147 minimum;
-#X obj 64 27 inlet;
-#X obj 144 26 inlet;
-#X obj 144 89 max 2;
-#X obj 160 46 loadbang;
-#X obj 160 66 \$1;
-#X obj 64 118 last_n;
-#X connect 1 0 0 0;
-#X connect 2 0 7 0;
-#X connect 3 0 4 0;
-#X connect 4 0 7 1;
-#X connect 5 0 6 0;
-#X connect 6 0 4 0;
-#X connect 7 0 1 0;