aboutsummaryrefslogtreecommitdiff
path: root/distance.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-03 22:41:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-03 22:41:45 +0000
commit1c27ea426cabcda7e2ebc5f62839eb792bef64ab (patch)
treec643262365401f4c1b28c0fed955697580b4ffb9 /distance.pd
parentba539a22a69e566b0ff3dcf7c08ec5d3bf066942 (diff)
added in some of Cyrille's ds objects
svn path=/trunk/externals/mapping/; revision=4546
Diffstat (limited to 'distance.pd')
-rw-r--r--distance.pd10
1 files changed, 10 insertions, 0 deletions
diff --git a/distance.pd b/distance.pd
new file mode 100644
index 0000000..73a6c09
--- /dev/null
+++ b/distance.pd
@@ -0,0 +1,10 @@
+#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;