aboutsummaryrefslogtreecommitdiff
path: root/pd/split_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/split_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/split_n.pd')
-rw-r--r--pd/split_n.pd43
1 files changed, 0 insertions, 43 deletions
diff --git a/pd/split_n.pd b/pd/split_n.pd
deleted file mode 100644
index 43f48be..0000000
--- a/pd/split_n.pd
+++ /dev/null
@@ -1,43 +0,0 @@
-#N canvas 767 408 629 446 10;
-#X obj 59 22 inlet;
-#X obj 307 60 inlet;
-#X obj 282 84 list;
-#X obj 283 109 list split 1;
-#X obj 363 186 f;
-#X obj 341 245 -;
-#X obj 292 262 -;
-#X obj 291 325 /;
-#X obj 290 349 min 1;
-#X obj 293 369 max 0;
-#X obj 293 298 * -1;
-#X obj 56 56 t b f b f;
-#X obj 364 207 t f f;
-#X obj 293 235 f;
-#X obj 323 159 t b f b f;
-#X obj 288 419 outlet;
-#X obj 322 135 listto;
-#X obj 288 393 tolist;
-#X connect 0 0 11 0;
-#X connect 1 0 2 1;
-#X connect 2 0 3 0;
-#X connect 3 0 4 1;
-#X connect 3 1 16 0;
-#X connect 4 0 12 0;
-#X connect 5 0 7 1;
-#X connect 6 0 10 0;
-#X connect 7 0 8 0;
-#X connect 8 0 9 0;
-#X connect 9 0 17 0;
-#X connect 10 0 7 0;
-#X connect 11 0 17 1;
-#X connect 11 2 2 0;
-#X connect 11 3 6 1;
-#X connect 12 0 13 1;
-#X connect 12 1 5 1;
-#X connect 13 0 6 0;
-#X connect 14 0 13 0;
-#X connect 14 1 4 1;
-#X connect 14 1 5 0;
-#X connect 14 2 4 0;
-#X connect 16 0 14 0;
-#X connect 17 0 15 0;