aboutsummaryrefslogtreecommitdiff
path: root/pd/mapping2radians.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/mapping2radians.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/mapping2radians.pd')
-rw-r--r--pd/mapping2radians.pd22
1 files changed, 0 insertions, 22 deletions
diff --git a/pd/mapping2radians.pd b/pd/mapping2radians.pd
deleted file mode 100644
index bb3460b..0000000
--- a/pd/mapping2radians.pd
+++ /dev/null
@@ -1,22 +0,0 @@
-#N canvas 287 246 474 345 10;
-#X obj 15 30 inlet;
-#X obj 16 264 outlet;
-#X obj 16 198 * 6.28318;
-#X obj 15 101 moses 0.5;
-#X obj 15 56 min 1;
-#X obj 15 74 max 0;
-#X obj 74 133 - 1;
-#X text 56 28 input range: 0 to 1;
-#X text 70 264 output range: -pi to pi;
-#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 60 63 this should be converted so it can handle out of range
-values \, using a mod and a div prolly.;
-#X connect 0 0 4 0;
-#X connect 2 0 1 0;
-#X connect 3 0 2 0;
-#X connect 3 1 6 0;
-#X connect 4 0 5 0;
-#X connect 5 0 3 0;
-#X connect 6 0 2 0;