aboutsummaryrefslogtreecommitdiff
path: root/range.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-09 04:12:32 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-09 04:12:32 +0000
commitbb144a13c634babcbba02c001479564aaf3b0dc8 (patch)
treeb9c858ee69370a7461cb3784458d076855fe432a /range.pd
parent403fe50cdc15da44c6523b4a31277970e50ca618 (diff)
cleaned up buildsrc and unfiltered sections and turned them into libdirs; made 'pan' libdir and cleaned up source dir for easy makefile install rules; created 'deprecated' libdir and moved cruft there
svn path=/trunk/externals/hcs/; revision=5529
Diffstat (limited to 'range.pd')
-rw-r--r--range.pd31
1 files changed, 0 insertions, 31 deletions
diff --git a/range.pd b/range.pd
deleted file mode 100644
index 8a3b11c..0000000
--- a/range.pd
+++ /dev/null
@@ -1,31 +0,0 @@
-#N canvas 381 126 552 355 12;
-#X floatatom 27 277 8 0 0;
-#X floatatom 27 73 5 0 0;
-#X text 213 48 written by <olaf.matthes@gmx.de>;
-#X text 37 306 creation:;
-#X text 141 11 range :: range input from a certain input range;
-#X text 212 29 to lie between output boundaries;
-#X floatatom 56 131 5 0 0;
-#X floatatom 85 152 5 0 0;
-#X floatatom 115 173 5 0 0;
-#X floatatom 144 194 5 0 0;
-#X text 84 71 input value;
-#X text 106 278 ranged output value;
-#X text 111 130 in low;
-#X text 137 151 in high;
-#X text 171 172 out low;
-#X text 200 194 out high;
-#X text 57 104 creation arguments can be changed dynamically:;
-#X text 53 323 range <in low> <in high> <out low> <out high> <log coeff>
-;
-#X obj 27 249 range 0 9 100 255 0;
-#X floatatom 174 220 5 0 0;
-#X text 227 219 log coefficient;
-#X text 265 237 0 = linear 1 = log;
-#X connect 1 0 18 0;
-#X connect 6 0 18 1;
-#X connect 7 0 18 2;
-#X connect 8 0 18 3;
-#X connect 9 0 18 4;
-#X connect 18 0 0 0;
-#X connect 19 0 18 5;