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