aboutsummaryrefslogtreecommitdiff
path: root/pd/upsample.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/upsample.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/upsample.pd')
-rw-r--r--pd/upsample.pd20
1 files changed, 0 insertions, 20 deletions
diff --git a/pd/upsample.pd b/pd/upsample.pd
deleted file mode 100644
index 059e396..0000000
--- a/pd/upsample.pd
+++ /dev/null
@@ -1,20 +0,0 @@
-#N canvas 0 0 450 300 10;
-#X obj 80 34 inlet;
-#X obj 110 225 outlet;
-#X obj 80 109 f;
-#X obj 80 174 t f b;
-#X obj 80 131 moses \$1;
-#X msg 80 86 0;
-#X obj 80 152 + 1;
-#X obj 110 199 list;
-#X obj 80 63 t b a;
-#X connect 0 0 8 0;
-#X connect 2 0 4 0;
-#X connect 3 0 2 0;
-#X connect 3 1 7 0;
-#X connect 4 0 6 0;
-#X connect 5 0 2 0;
-#X connect 6 0 3 0;
-#X connect 7 0 1 0;
-#X connect 8 0 5 0;
-#X connect 8 1 7 1;