aboutsummaryrefslogtreecommitdiff
path: root/help/degrees0x2d0x3emapping-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-08 13:17:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-08 13:17:40 +0000
commitd3de1e4657584a5ed7cf9d994e9ebe29d7c1cb52 (patch)
tree90bfa2cd13f383230302377ecab550736bdc9f16 /help/degrees0x2d0x3emapping-help.pd
parent6c31f5d31c762da5341323e9be88daa82ea0e1ee (diff)
changed conversion objects from '2' separator to '->' separator, i.e. mapping2radians into mapping->radians. This is mostly a clean up since some things where using the '2' objects, which no longer exist
svn path=/trunk/externals/mapping/; revision=7915
Diffstat (limited to 'help/degrees0x2d0x3emapping-help.pd')
-rw-r--r--help/degrees0x2d0x3emapping-help.pd10
1 files changed, 5 insertions, 5 deletions
diff --git a/help/degrees0x2d0x3emapping-help.pd b/help/degrees0x2d0x3emapping-help.pd
index 63b64df..60fff1d 100644
--- a/help/degrees0x2d0x3emapping-help.pd
+++ b/help/degrees0x2d0x3emapping-help.pd
@@ -1,5 +1,5 @@
#N canvas 237 323 487 327 10;
-#X obj 5 2 cnv 15 450 20 empty empty [degrees2mapping] 2 11 1 18 -233017
+#X obj 5 2 cnv 15 450 20 empty empty [degrees->mapping] 2 11 1 18 -233017
-66577 0;
#X msg 422 3 pddp;
#X text 254 269 released under the GNU GPL;
@@ -8,7 +8,7 @@
#X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 300 168 related objects:;
-#X obj 352 184 radians2mapping;
+#X obj 352 184 radians->mapping;
#X floatatom 56 203 7 0 0 1 - - -;
#X obj 59 103 hsl 300 15 0 360 0 0 empty empty degrees 6 7 1 10 -262131
-1 -1 29900 0;
@@ -16,9 +16,9 @@
#X text 26 34 This object converts numbers from the mapping range (0
to 1) to radians (-pi to pi) with the 0's lining up in the same place.
;
-#X obj 296 204 mapping2degrees;
-#X obj 56 168 degrees2mapping;
-#X obj 240 184 mapping2radians;
+#X obj 296 204 mapping->degrees;
+#X obj 56 168 degrees->mapping;
+#X obj 240 184 mapping->radians;
#X connect 9 0 10 0;
#X connect 9 0 13 0;
#X connect 13 0 8 0;