aboutsummaryrefslogtreecommitdiff
path: root/pd/join.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/join.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/join.pd')
-rw-r--r--pd/join.pd27
1 files changed, 0 insertions, 27 deletions
diff --git a/pd/join.pd b/pd/join.pd
deleted file mode 100644
index 90ae890..0000000
--- a/pd/join.pd
+++ /dev/null
@@ -1,27 +0,0 @@
-#N canvas 279 246 323 296 10;
-#X obj 32 14 inlet;
-#X obj 78 14 inlet;
-#X obj 32 245 outlet;
-#X obj 145 91 t b f;
-#X msg 145 113 1;
-#X obj 78 169 *;
-#X obj 135 55 float_argument \$1;
-#X obj 135 15 inlet;
-#X obj 177 15 loadbang;
-#X obj 32 149 *;
-#X obj 78 210 +;
-#X obj 145 137 -;
-#X connect 0 0 9 0;
-#X connect 1 0 5 0;
-#X connect 3 0 4 0;
-#X connect 3 1 11 1;
-#X connect 4 0 11 0;
-#X connect 5 0 10 0;
-#X connect 6 0 3 0;
-#X connect 6 0 9 1;
-#X connect 6 0 10 1;
-#X connect 7 0 6 0;
-#X connect 8 0 6 0;
-#X connect 9 0 2 0;
-#X connect 10 0 2 0;
-#X connect 11 0 5 1;