aboutsummaryrefslogtreecommitdiff
path: root/pd/delay_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/delay_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/delay_n.pd')
-rw-r--r--pd/delay_n.pd15
1 files changed, 0 insertions, 15 deletions
diff --git a/pd/delay_n.pd b/pd/delay_n.pd
deleted file mode 100644
index 243b936..0000000
--- a/pd/delay_n.pd
+++ /dev/null
@@ -1,15 +0,0 @@
-#N canvas 212 243 661 510 10;
-#X obj 160 88 t f b;
-#X obj 49 86 list;
-#X obj 159 50 inlet;
-#X obj 49 52 inlet;
-#X obj 93 200 outlet;
-#X obj 49 131 list split \$1;
-#X connect 0 0 5 1;
-#X connect 0 1 1 1;
-#X connect 1 0 5 0;
-#X connect 2 0 0 0;
-#X connect 3 0 1 0;
-#X connect 5 0 1 1;
-#X connect 5 1 4 0;
-#X connect 5 2 1 1;