aboutsummaryrefslogtreecommitdiff
path: root/help/mapping2degrees-help.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 /help/mapping2degrees-help.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 'help/mapping2degrees-help.pd')
-rw-r--r--help/mapping2degrees-help.pd24
1 files changed, 12 insertions, 12 deletions
diff --git a/help/mapping2degrees-help.pd b/help/mapping2degrees-help.pd
index b800b4f..51519d5 100644
--- a/help/mapping2degrees-help.pd
+++ b/help/mapping2degrees-help.pd
@@ -1,6 +1,6 @@
-#N canvas 589 387 483 323 10;
-#X obj 5 2 cnv 15 450 20 empty empty [hid2deg] 2 11 1 18 -233017 -66577
-0;
+#N canvas 589 387 487 327 10;
+#X obj 5 2 cnv 15 450 20 empty empty [mapping2deg] 2 11 1 18 -233017
+-66577 0;
#X msg 422 3 pddp;
#X text 254 269 released under the GNU GPL;
#X text 185 228 For more info:;
@@ -8,16 +8,16 @@
#X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 300 168 related objects:;
-#X obj 333 184 rad2hid;
-#X obj 392 184 deg2hid;
+#X obj 240 184 radians2mapping;
+#X obj 352 184 degrees2mapping;
#X floatatom 69 185 7 0 0 1 degrees - -;
-#X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1
--1 500 0;
+#X obj 72 85 hsl 128 15 0 1 0 0 empty empty mapping 6 7 1 10 -262131
+-1 -1 12700 0;
#X floatatom 95 115 5 0 0 0 - - -;
-#X obj 274 184 hid2rad;
-#X obj 69 150 hid2deg;
-#X text 26 34 This object converts numbers from the [hid] range (0
+#X obj 69 150 mapping2degrees;
+#X text 26 34 This object converts numbers from the mapping range (0
to 1) to degrees (0 to 360) with the 0 being north.;
+#X obj 298 205 mapping2radians;
#X connect 10 0 11 0;
-#X connect 10 0 13 0;
-#X connect 13 0 9 0;
+#X connect 10 0 12 0;
+#X connect 12 0 9 0;