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/mapping0x2d0x3edegrees-help.pd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'help/mapping0x2d0x3edegrees-help.pd') 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 ; #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; -- cgit v1.2.1