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 --- cartesian.pd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cartesian.pd') 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; -- cgit v1.2.1