aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--cartesian.pd2
-rw-r--r--help/correlation-help.pd2
-rw-r--r--help/degrees0x2d0x3emapping-help.pd10
-rw-r--r--help/mapping0x2d0x3edegrees-help.pd10
-rw-r--r--help/mapping0x2d0x3eradians-help.pd10
-rw-r--r--help/polar-help.pd4
-rw-r--r--help/radians0x2d0x3emapping-help.pd10
-rw-r--r--help/variance-help.pd16
8 files changed, 32 insertions, 32 deletions
diff --git a/cartesian.pd b/cartesian.pd
index b361331..0f99d29 100644
--- a/cartesian.pd
+++ b/cartesian.pd
@@ -14,7 +14,7 @@
#X obj 315 146 float;
#X obj 128 76 trigger bang float bang;
#X obj 334 76 trigger bang bang float;
-#X obj 204 183 mapping2radians;
+#X obj 204 183 mapping->radians;
#X obj 128 183 * 1.41421;
#X obj 204 271 / 2;
#X obj 204 291 + 0.5;
diff --git a/help/correlation-help.pd b/help/correlation-help.pd
index c58d325..4e6b640 100644
--- a/help/correlation-help.pd
+++ b/help/correlation-help.pd
@@ -27,7 +27,7 @@
#X obj 595 211 t f f;
#X obj 595 112 metro 500;
#X obj 595 137 random 100;
-#X obj 595 161 float2mapping 0 100;
+#X obj 595 161 / 100;
#X floatatom 625 326 5 0 0 0 - - -;
#X obj 595 87 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
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;
diff --git a/help/mapping0x2d0x3edegrees-help.pd b/help/mapping0x2d0x3edegrees-help.pd
index 51519d5..1fefa22 100644
--- a/help/mapping0x2d0x3edegrees-help.pd
+++ b/help/mapping0x2d0x3edegrees-help.pd
@@ -1,5 +1,5 @@
#N canvas 589 387 487 327 10;
-#X obj 5 2 cnv 15 450 20 empty empty [mapping2deg] 2 11 1 18 -233017
+#X obj 5 2 cnv 15 450 20 empty empty [mapping->degrees] 2 11 1 18 -233017
-66577 0;
#X msg 422 3 pddp;
#X text 254 269 released under the GNU GPL;
@@ -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 240 184 radians2mapping;
-#X obj 352 184 degrees2mapping;
+#X obj 240 184 radians->mapping;
+#X obj 352 184 degrees->mapping;
#X floatatom 69 185 7 0 0 1 degrees - -;
#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 69 150 mapping2degrees;
+#X obj 69 150 mapping->degrees;
#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 obj 298 205 mapping->radians;
#X connect 10 0 11 0;
#X connect 10 0 12 0;
#X connect 12 0 9 0;
diff --git a/help/mapping0x2d0x3eradians-help.pd b/help/mapping0x2d0x3eradians-help.pd
index be1012f..073ce9f 100644
--- a/help/mapping0x2d0x3eradians-help.pd
+++ b/help/mapping0x2d0x3eradians-help.pd
@@ -1,5 +1,5 @@
#N canvas 633 307 475 315 10;
-#X obj 5 2 cnv 15 450 20 empty empty [mapping2radians] 2 11 1 18 -233017
+#X obj 5 2 cnv 15 450 20 empty empty [mapping->radians] 2 11 1 18 -233017
-66577 0;
#X msg 422 3 pddp;
#X text 254 269 released under the GNU GPL;
@@ -8,14 +8,14 @@
#X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 294 161 related objects:;
-#X obj 234 181 radians2mapping;
-#X obj 346 181 degrees2mapping;
-#X obj 288 200 mapping2degrees;
+#X obj 234 181 radians->mapping;
+#X obj 346 181 degrees->mapping;
+#X obj 288 200 mapping->degrees;
#X floatatom 69 185 9 0 0 1 radians - -;
#X obj 72 85 hsl 128 15 0 1 0 0 empty empty mapping 6 7 1 10 -262131
-1 -1 0 0;
#X floatatom 95 115 5 0 0 0 - - -;
-#X obj 69 150 mapping2radians;
+#X obj 69 150 mapping->radians;
#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.
;
diff --git a/help/polar-help.pd b/help/polar-help.pd
index 4ecef66..c46fdaa 100644
--- a/help/polar-help.pd
+++ b/help/polar-help.pd
@@ -26,8 +26,8 @@
(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 obj 356 303 mapping->degrees;
+#X obj 245 303 mapping->radians;
#X connect 3 0 7 0;
#X connect 7 0 4 0;
#X connect 7 1 11 0;
diff --git a/help/radians0x2d0x3emapping-help.pd b/help/radians0x2d0x3emapping-help.pd
index 1e8fe36..7d9ee86 100644
--- a/help/radians0x2d0x3emapping-help.pd
+++ b/help/radians0x2d0x3emapping-help.pd
@@ -1,5 +1,5 @@
#N canvas 168 236 533 333 10;
-#X obj 5 2 cnv 15 450 20 empty empty [radians2mapping] 2 11 1 18 -233017 -66577
+#X obj 5 2 cnv 15 450 20 empty empty [radians->mapping] 2 11 1 18 -233017 -66577
0;
#X msg 422 3 pddp;
#X text 254 269 released under the GNU GPL;
@@ -11,13 +11,13 @@
#X obj 72 95 hsl 128 15 -3.14159 3.14159 0 0 empty empty radians 6
7 1 10 -262131 -1 -1 0 0;
#X floatatom 95 125 9 0 0 0 - - -;
-#X obj 69 160 radians2mapping;
+#X obj 69 160 radians->mapping;
#X text 21 35 This object converts numbers from radians (-pi to pi)
to the mapping range (0 to 1) with the 0's lining up in the same place.
;
-#X obj 252 202 radians2mapping;
-#X obj 140 202 degrees2mapping;
-#X obj 365 202 mapping2degrees;
+#X obj 252 202 radians->mapping;
+#X obj 140 202 degrees->mapping;
+#X obj 365 202 mapping->degrees;
#X obj 248 226 pddp_open mapping-about;
#X connect 7 0 8 0;
#X connect 7 0 9 0;
diff --git a/help/variance-help.pd b/help/variance-help.pd
index 6c79a11..6354824 100644
--- a/help/variance-help.pd
+++ b/help/variance-help.pd
@@ -1,15 +1,15 @@
-#N canvas 344 120 924 568 10;
+#N canvas 749 96 545 414 10;
#X obj 55 178 resample 20;
#X obj 55 90 metro 500;
#X obj 56 119 random 100;
-#X obj 56 143 float2mapping 0 100;
#X floatatom 50 294 5 0 0 0 - - -;
-#X obj 57 65 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
+#X obj 57 65 tgl 15 0 empty empty empty 0 -6 0 8 -204786 -1 -1 1 1
;
#X obj 50 259 variance 20;
-#X connect 0 0 6 0;
+#X obj 55 143 / 100;
+#X connect 0 0 5 0;
#X connect 1 0 2 0;
-#X connect 2 0 3 0;
-#X connect 3 0 0 0;
-#X connect 5 0 1 0;
-#X connect 6 0 4 0;
+#X connect 2 0 6 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
+#X connect 6 0 0 0;