aboutsummaryrefslogtreecommitdiff
path: root/distance2d.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-04 03:29:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-04 03:29:40 +0000
commit47950158fef8a54a1b1e416f5dc7cf6cedcf2989 (patch)
treecc2f70073123f4cf689f38735dccb0e05c0b64b1 /distance2d.pd
parentb27811b050e98c3e113363a0b6e4ae6b220fd692 (diff)
added some more handy objects from Cyrille's collection with only tiny modifications
svn path=/trunk/externals/mapping/; revision=4551
Diffstat (limited to 'distance2d.pd')
-rw-r--r--distance2d.pd30
1 files changed, 30 insertions, 0 deletions
diff --git a/distance2d.pd b/distance2d.pd
new file mode 100644
index 0000000..6fc1d3d
--- /dev/null
+++ b/distance2d.pd
@@ -0,0 +1,30 @@
+#N canvas 0 0 450 505 10;
+#X obj 80 47 inlet;
+#X obj 91 285 outlet;
+#X obj 80 80 unpack f f;
+#X obj 216 44 inlet;
+#X obj 216 77 unpack f f;
+#X obj 144 180 t f f;
+#X obj 143 205 *;
+#X obj 82 177 t f f;
+#X obj 81 202 *;
+#X obj 89 238 +;
+#X obj 92 263 sqrt;
+#X obj 84 151 - \$1;
+#X obj 144 152 - \$2;
+#X connect 0 0 2 0;
+#X connect 2 0 11 0;
+#X connect 2 1 12 0;
+#X connect 3 0 4 0;
+#X connect 4 0 11 1;
+#X connect 4 1 12 1;
+#X connect 5 0 6 0;
+#X connect 5 1 6 1;
+#X connect 6 0 9 1;
+#X connect 7 0 8 0;
+#X connect 7 1 8 1;
+#X connect 8 0 9 0;
+#X connect 9 0 10 0;
+#X connect 10 0 1 0;
+#X connect 11 0 7 0;
+#X connect 12 0 5 0;