aboutsummaryrefslogtreecommitdiff
path: root/cartesian.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-08 04:09:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-08 04:09:12 +0000
commitdafe6778ac1b050ad7ee8f2f4088d96b97487331 (patch)
tree7b779be1c14f25fabeba01f58227ea7a897acbcc /cartesian.pd
parent8ac6f137ea1827ce2165b44f27dccb36df5c2f3e (diff)
since there are lots of conversion possibilities, these need to be more explicity
svn path=/trunk/externals/mapping/; revision=10978
Diffstat (limited to 'cartesian.pd')
-rw-r--r--cartesian.pd46
1 files changed, 0 insertions, 46 deletions
diff --git a/cartesian.pd b/cartesian.pd
deleted file mode 100644
index 9a69df5..0000000
--- a/cartesian.pd
+++ /dev/null
@@ -1,46 +0,0 @@
-#N canvas 38 370 528 390 10;
-#X obj 160 230 zexy/pol2cart;
-#X obj 11 36 inlet radius;
-#X obj 161 36 inlet angle;
-#X text 12 18 input range: 0 to 1;
-#X text 161 19 input range: 0 to 1;
-#X obj 106 332 outlet x;
-#X obj 203 334 outlet y;
-#X obj 334 36 inlet z;
-#X text 334 19 input range: 0 to 1;
-#X obj 300 335 outlet z;
-#X obj 128 147 float;
-#X obj 205 147 float;
-#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 128 183 * 1.41421;
-#X obj 204 271 / 2;
-#X obj 204 291 + 0.5;
-#X obj 106 269 / 2;
-#X obj 106 289 + 0.5;
-#X text 261 276 TODO: z needs to be properly scaled;
-#X text 355 360 released under the GNU GPL;
-#X text 8 360 (C) Copyright 2008 Hans-Christoph Steiner <hans@at.or.at>
-;
-#X connect 0 0 19 0;
-#X connect 0 1 17 0;
-#X connect 1 0 10 0;
-#X connect 2 0 13 0;
-#X connect 7 0 14 0;
-#X connect 10 0 16 0;
-#X connect 11 0 15 0;
-#X connect 12 0 0 2;
-#X connect 13 0 10 0;
-#X connect 13 1 11 0;
-#X connect 13 2 12 0;
-#X connect 14 0 10 0;
-#X connect 14 1 11 0;
-#X connect 14 2 12 1;
-#X connect 15 0 0 1;
-#X connect 16 0 0 0;
-#X connect 17 0 18 0;
-#X connect 18 0 6 0;
-#X connect 19 0 20 0;
-#X connect 20 0 5 0;