aboutsummaryrefslogtreecommitdiff
path: root/pd/polar.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
commit57b74403674f1079c5aee4d7071c956a3e045bff (patch)
treee84914e99cfa464402030657543c5185494216d2 /pd/polar.pd
parent8eef482ed0504a80218aab09a5b955592f6259d5 (diff)
moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment
svn path=/trunk/externals/mapping/; revision=4747
Diffstat (limited to 'pd/polar.pd')
-rw-r--r--pd/polar.pd35
1 files changed, 0 insertions, 35 deletions
diff --git a/pd/polar.pd b/pd/polar.pd
deleted file mode 100644
index c438e14..0000000
--- a/pd/polar.pd
+++ /dev/null
@@ -1,35 +0,0 @@
-#N canvas 189 157 641 435 10;
-#X text 24 332 output range: 0 to 1;
-#X text 28 41 input range: 0 to 1;
-#X text 11 5 [hid_polar];
-#X text 220 39 input range: 0 to 1;
-#X text 29 29 x-axis value;
-#X text 221 26 y-axis value;
-#X obj 252 140 - 1;
-#X obj 252 120 * 2;
-#X obj 29 140 - 1;
-#X obj 29 120 * 2;
-#X text 61 125 convert range to -1 to 1;
-#X text 227 330 output range: 0 to 1;
-#X text 245 371 released under the GNU GPL;
-#X text 28 357 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
-;
-#X obj 88 218 vector;
-#X obj 435 54 symbol_argument \$1;
-#X obj 435 80 select reverse;
-#X text 420 107 TODO: figure this out;
-#X obj 435 29 loadbang;
-#X obj 30 58 inlet x;
-#X obj 224 56 inlet y;
-#X obj 25 313 outlet radius;
-#X obj 232 312 outlet angle;
-#X connect 6 0 14 1;
-#X connect 7 0 6 0;
-#X connect 8 0 14 0;
-#X connect 9 0 8 0;
-#X connect 14 0 21 0;
-#X connect 14 1 22 0;
-#X connect 15 0 16 0;
-#X connect 18 0 15 0;
-#X connect 19 0 9 0;
-#X connect 20 0 7 0;