aboutsummaryrefslogtreecommitdiff
path: root/pd/degrees2mapping.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/degrees2mapping.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/degrees2mapping.pd')
-rw-r--r--pd/degrees2mapping.pd25
1 files changed, 0 insertions, 25 deletions
diff --git a/pd/degrees2mapping.pd b/pd/degrees2mapping.pd
deleted file mode 100644
index ee9ac47..0000000
--- a/pd/degrees2mapping.pd
+++ /dev/null
@@ -1,25 +0,0 @@
-#N canvas 380 212 444 356 10;
-#X obj 88 30 inlet;
-#X obj 89 264 outlet;
-#X text 232 311 released under the GNU GPL;
-#X text 15 297 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
-;
-#X text 143 264 output range: 0 to 360 \, 0 = north/top;
-#X text 19 9 [deg2hid];
-#X text 129 28 input range: 0 to 360 \, 0 = east/right;
-#X obj 88 170 / 360;
-#X text 162 108 % is an int operation;
-#X text 169 126 this saves accuracy;
-#X obj 89 121 % 3.6e+07;
-#X obj 89 142 / 100000;
-#X obj 89 100 * 100000;
-#X obj 45 210 moses 0;
-#X obj 45 230 + 1;
-#X connect 0 0 12 0;
-#X connect 7 0 13 0;
-#X connect 10 0 11 0;
-#X connect 11 0 7 0;
-#X connect 12 0 10 0;
-#X connect 13 0 14 0;
-#X connect 13 1 1 0;
-#X connect 14 0 1 0;