diff options
-rw-r--r-- | mapping-meta.pd | 2 | ||||
-rw-r--r-- | polar-help.pd | 2 | ||||
-rw-r--r-- | vector-help.pd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mapping-meta.pd b/mapping-meta.pd index c5a66a1..418bbb7 100644 --- a/mapping-meta.pd +++ b/mapping-meta.pd @@ -5,5 +5,5 @@ #X text 10 50 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 10 70 DESCRIPTION objects for mapping data to control; #X text 10 90 LICENSE GNU GPL; -#X text 10 110 VERSION 0.2; +#X text 10 110 VERSION 0.2.1-svn; #X restore 10 10 pd META; diff --git a/polar-help.pd b/polar-help.pd index 1737406..5240ae0 100644 --- a/polar-help.pd +++ b/polar-help.pd @@ -30,7 +30,7 @@ is at cartesian (1 \, 0.5) or to the right.; #X restore 95 85 pd c; #X obj 327 334 pddp/pddplink ../hid/polar-joystick.pd -text polar-joystick.pd ; -#X obj 267 303 cartesian; +#X obj 267 323 cartesian2spherical; #X obj 348 303 mapping2radians; #X connect 1 0 5 0; #X connect 5 0 2 0; diff --git a/vector-help.pd b/vector-help.pd index bbb8516..d120178 100644 --- a/vector-help.pd +++ b/vector-help.pd @@ -23,7 +23,7 @@ #X connect 1 0 2 0; #X coords 0 -1 1 1 30 30 1 100 100; #X restore 95 85 pd c; -#X obj 267 303 cartesian; +#X obj 267 323 cartesian2spherical; #X obj 348 303 mapping2radians; #X text 17 29 Converts cartesian coordinates(x \, y) to polar coordinates (radius \, angle). The angle is in radians (-pi to pi).; |