From d3de1e4657584a5ed7cf9d994e9ebe29d7c1cb52 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 8 Jul 2007 13:17:40 +0000 Subject: 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 --- help/polar-help.pd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help/polar-help.pd') 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; -- cgit v1.2.1