aboutsummaryrefslogtreecommitdiff
path: root/spiral.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 08:12:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 08:12:33 +0000
commit6252435d46370211ee4af19a51845a66b3c2f96f (patch)
tree263658f500bdc665a400836f6825e19a0af30eb5 /spiral.pd
parent043dfe0ae677c018cde28cb84e1abe5ae1fe5205 (diff)
cleaned up a lot of hid_ cruft; renamed some hid_ objects to better names; added more objects from hid_ and wrote more curve objects
svn path=/trunk/externals/mapping/; revision=4515
Diffstat (limited to 'spiral.pd')
-rw-r--r--spiral.pd46
1 files changed, 46 insertions, 0 deletions
diff --git a/spiral.pd b/spiral.pd
new file mode 100644
index 0000000..24fcd8d
--- /dev/null
+++ b/spiral.pd
@@ -0,0 +1,46 @@
+#N canvas 492 167 673 445 10;
+#X obj 30 58 inlet;
+#X obj 25 363 outlet;
+#X text 73 363 output range: 0 to 1;
+#X text 72 57 input range: 0 to 1;
+#X obj 232 362 outlet;
+#X obj 222 58 inlet;
+#X text 264 57 input range: 0 to 1;
+#X text 29 29 x-axis value;
+#X text 221 26 y-axis value;
+#X text 254 411 released under the GNU GPL;
+#X text 40 396 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
+;
+#X obj 309 258 +;
+#X msg 260 227 1;
+#X msg 356 227 -1;
+#X obj 232 327 +;
+#X obj 262 161 delta;
+#X obj 310 291 * 1;
+#X obj 262 185 moses -0.4;
+#X obj 312 205 moses 0.4;
+#X text 273 90 changes over 0.4 mean one rotation. I can't move fast
+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 362 output range: infinite \, one rotation = 1;
+#X obj 105 109 polar;
+#X obj 135 133 trigger float float;
+#X obj 340 258 float;
+#X connect 0 0 21 0;
+#X connect 5 0 21 1;
+#X connect 11 0 16 0;
+#X connect 11 0 23 0;
+#X connect 12 0 11 0;
+#X connect 13 0 11 0;
+#X connect 14 0 4 0;
+#X connect 15 0 17 0;
+#X connect 16 0 14 1;
+#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 14 0;
+#X connect 22 1 15 0;
+#X connect 23 0 11 1;