aboutsummaryrefslogtreecommitdiff
path: root/pd/distance.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/distance.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/distance.pd')
-rw-r--r--pd/distance.pd10
1 files changed, 0 insertions, 10 deletions
diff --git a/pd/distance.pd b/pd/distance.pd
deleted file mode 100644
index 73a6c09..0000000
--- a/pd/distance.pd
+++ /dev/null
@@ -1,10 +0,0 @@
-#N canvas 0 0 450 300 10;
-#X obj 80 47 inlet;
-#X obj 150 49 inlet;
-#X obj 80 129 abs;
-#X obj 80 195 outlet;
-#X obj 80 95 - \$1;
-#X connect 0 0 4 0;
-#X connect 1 0 4 1;
-#X connect 2 0 3 0;
-#X connect 4 0 2 0;