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