aboutsummaryrefslogtreecommitdiff
path: root/spiral.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-04 15:21:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-04 15:21:26 +0000
commit8bc2d3b8d6b5a8cd5cc55c8230f8a25587a3db65 (patch)
treee5023a38cc5b642bf5558e79be3767bf80362d7f /spiral.pd
parent166e061cc499f22ab272ad6f4ef71df1749b8915 (diff)
added clockwise argument to change direction
svn path=/trunk/externals/mapping/; revision=5168
Diffstat (limited to 'spiral.pd')
-rw-r--r--spiral.pd30
1 files changed, 16 insertions, 14 deletions
diff --git a/spiral.pd b/spiral.pd
index 6ce0248..193b197 100644
--- a/spiral.pd
+++ b/spiral.pd
@@ -1,4 +1,4 @@
-#N canvas 492 167 685 457 10;
+#N canvas 492 167 689 461 10;
#X obj 30 58 inlet;
#X obj 25 393 outlet;
#X text 73 393 output range: 0 to 1;
@@ -24,17 +24,19 @@ enough on my joystick to get near a change of 0.4 This might not work
on other devices \, like tablets \, but we'll cross that bridge when
we get to it (i.e. when I get a tablet);
#X text 280 392 output range: infinite \, one rotation = 1;
-#X obj 105 106 polar;
#X obj 135 125 trigger float float;
#X obj 340 298 float;
#X obj 445 54 inlet;
#X text 486 53 add or subtract rotations;
#X obj 152 304 float;
#X obj 174 191 t b f;
-#X connect 0 0 21 0;
-#X connect 5 0 21 1;
+#X text 231 413 angle;
+#X text 25 414 distance;
+#X obj 84 106 polar \$1;
+#X connect 0 0 29 0;
+#X connect 5 0 29 1;
#X connect 11 0 16 0;
-#X connect 11 0 23 0;
+#X connect 11 0 22 0;
#X connect 12 0 11 0;
#X connect 13 0 11 0;
#X connect 14 0 4 0;
@@ -43,12 +45,12 @@ we get to it (i.e. when I get a tablet);
#X connect 17 0 12 0;
#X connect 17 1 18 0;
#X connect 18 1 13 0;
-#X connect 21 0 1 0;
-#X connect 21 1 22 0;
-#X connect 22 0 26 0;
-#X connect 22 1 15 0;
-#X connect 23 0 11 1;
-#X connect 24 0 27 0;
-#X connect 26 0 14 0;
-#X connect 27 0 26 0;
-#X connect 27 1 11 0;
+#X connect 21 0 25 0;
+#X connect 21 1 15 0;
+#X connect 22 0 11 1;
+#X connect 23 0 26 0;
+#X connect 25 0 14 0;
+#X connect 26 0 25 0;
+#X connect 26 1 11 0;
+#X connect 29 0 1 0;
+#X connect 29 1 21 0;