aboutsummaryrefslogtreecommitdiff
path: root/help/polar-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/polar-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/polar-help.pd')
-rw-r--r--help/polar-help.pd4
1 files changed, 2 insertions, 2 deletions
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;