aboutsummaryrefslogtreecommitdiff
path: root/pd/listto.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/listto.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/listto.pd')
-rw-r--r--pd/listto.pd21
1 files changed, 0 insertions, 21 deletions
diff --git a/pd/listto.pd b/pd/listto.pd
deleted file mode 100644
index 44aba17..0000000
--- a/pd/listto.pd
+++ /dev/null
@@ -1,21 +0,0 @@
-#N canvas 257 144 408 313 10;
-#X obj 25 18 inlet;
-#X obj 55 271 outlet;
-#X obj 330 269 outlet;
-#X obj 25 46 t b a;
-#X obj 55 230 list split 1;
-#X obj 55 154 until;
-#X obj 55 185 list append;
-#X obj 55 115 t b l;
-#X obj 170 186 bang;
-#X connect 0 0 3 0;
-#X connect 3 0 2 0;
-#X connect 3 1 7 0;
-#X connect 4 0 1 0;
-#X connect 4 1 6 1;
-#X connect 4 2 8 0;
-#X connect 5 0 6 0;
-#X connect 6 0 4 0;
-#X connect 7 0 5 0;
-#X connect 7 1 6 1;
-#X connect 8 0 5 1;