aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-06 14:38:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-06 14:38:24 +0000
commite694c776391d9dcd2c21ab0d5b4785cbd46f1349 (patch)
tree03eb2420a17de81ed946eff2a0256f206c17d920
parent7f2632157cf93023f79144ab4e8e87b35f1815fd (diff)
added better example controller using grid
svn path=/trunk/externals/mapping/; revision=10968
-rw-r--r--help/polar-help.pd57
1 files changed, 30 insertions, 27 deletions
diff --git a/help/polar-help.pd b/help/polar-help.pd
index 85817f0..1737406 100644
--- a/help/polar-help.pd
+++ b/help/polar-help.pd
@@ -1,40 +1,43 @@
-#N canvas 601 232 486 459 10;
+#N canvas 393 22 484 395 10;
#X obj 5 2 cnv 15 450 20 empty empty polar 2 11 1 18 -233017 -66577
0;
-#X msg 422 3 pddp;
-#X text 244 411 released under the GNU GPL;
-#X floatatom 100 248 5 0 0 0 - - -;
+#X floatatom 100 248 5 0 0 0 x - -;
#X floatatom 100 335 7 0 0 0 radius-> - -;
#X text 124 370 For more info:;
-#X obj 228 368 pddp/pddplink ../mapping-about.pd -text mapping-about;
-#X obj 100 295 polar;
-#X text 27 397 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
+#X obj 228 368 pddp/pddplink ../mapping-about.pd -text mapping-about
;
-#X obj 101 161 hsl 128 15 0 1 0 0 empty empty x-axis 133 7 1 10 -225280
--1 -1 0 0;
-#X obj 157 103 vsl 15 128 0 1 0 0 empty empty y-axis -6 -9 1 10 -261681
--1 -1 0 0;
+#X obj 100 295 polar;
#X floatatom 159 335 7 0 0 1 <-angle - -;
-#X floatatom 158 248 5 0 0 0 - - -;
+#X floatatom 158 248 5 0 0 1 y - -;
#X obj 157 265 t b f;
-#X obj 334 335 polar-joystick;
#X text 275 283 related objects:;
#X text 273 334 example:;
-#X msg 97 86 0.5;
#X text 43 86 center:;
#X text 17 29 Converts cartesian coordinates(x \, y) to polar coordinates
(radius \, angle). The angle is in radians (-pi to pi). The angle 0
is at cartesian (1 \, 0.5) or to the right.;
-#X obj 197 303 spiral;
-#X obj 356 303 mapping2degrees;
-#X obj 245 303 mapping2radians;
-#X connect 3 0 7 0;
-#X connect 7 0 4 0;
-#X connect 7 1 11 0;
-#X connect 9 0 3 0;
-#X connect 10 0 12 0;
-#X connect 12 0 13 0;
-#X connect 13 0 3 0;
-#X connect 13 1 7 1;
-#X connect 17 0 9 0;
-#X connect 17 0 10 0;
+#X obj 207 303 spiral;
+#X obj 95 123 unauthorized/grid grid1 100 0 1 100 0 1 1 0.1 0.1 10
+10 7 243;
+#N canvas 841 235 450 300 c 0;
+#X obj 100 100 bng 30 250 50 0 empty empty empty 17 7 0 10 -262144
+-1 -1;
+#X msg 99 147 goto 49 49;
+#X obj 101 175 outlet;
+#X connect 0 0 1 0;
+#X connect 1 0 2 0;
+#X coords 0 -1 1 1 30 30 1 100 100;
+#X restore 95 85 pd c;
+#X obj 327 334 pddp/pddplink ../hid/polar-joystick.pd -text polar-joystick.pd
+;
+#X obj 267 303 cartesian;
+#X obj 348 303 mapping2radians;
+#X connect 1 0 5 0;
+#X connect 5 0 2 0;
+#X connect 5 1 6 0;
+#X connect 7 0 8 0;
+#X connect 8 0 1 0;
+#X connect 8 1 5 1;
+#X connect 14 0 1 0;
+#X connect 14 1 7 0;
+#X connect 15 0 14 0;