aboutsummaryrefslogtreecommitdiff
path: root/vector.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-04 15:27:08 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-04 15:27:08 +0000
commitb347e88c1f94847bf4f43744a7d1f99caa40a9d2 (patch)
treeefb72841112b8e9289563c6f45ff79c9c436092e /vector.pd
parentdf830c6973063926a8d50271c09ffb9da1929900 (diff)
renamed '2' objects to '->' objects using hex altnames
svn path=/trunk/externals/mapping/; revision=5170
Diffstat (limited to 'vector.pd')
-rw-r--r--vector.pd21
1 files changed, 11 insertions, 10 deletions
diff --git a/vector.pd b/vector.pd
index 528bc46..31ee92d 100644
--- a/vector.pd
+++ b/vector.pd
@@ -1,4 +1,5 @@
-#N canvas 711 171 488 431 10;
+#N canvas 711 171 496 439 10;
+#X obj 349 16 import mapping;
#X obj 30 75 inlet;
#X obj 25 300 outlet;
#X text 73 300 output range: 0 to 1;
@@ -17,15 +18,15 @@
#X text 230 319 direction;
#X text 23 318 magnatude;
#X obj 153 197 zexy/cart2pol;
-#X obj 231 267 radians2mapping;
#X obj 29 159 float;
#X obj 76 127 trigger bang float;
-#X connect 0 0 18 0;
-#X connect 4 0 19 0;
-#X connect 7 0 1 0;
-#X connect 16 0 7 0;
-#X connect 16 1 17 0;
-#X connect 17 0 3 0;
-#X connect 18 0 16 0;
+#X obj 233 267 radians->mapping;
+#X connect 1 0 18 0;
+#X connect 5 0 19 0;
+#X connect 8 0 2 0;
+#X connect 17 0 8 0;
+#X connect 17 1 20 0;
+#X connect 18 0 17 0;
#X connect 19 0 18 0;
-#X connect 19 1 16 1;
+#X connect 19 1 17 1;
+#X connect 20 0 4 0;