aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-31 23:34:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-31 23:34:23 +0000
commit3bdf4ec28ba7519a1c551afa370502efa131f1df (patch)
tree46ef9c0e443e7e397ed5d18511c2d22acc7ca881
parentc9da881dacab0894675690fc5d09e0fa760ee7aa (diff)
fixed graping in help patch
svn path=/trunk/externals/mapping/; revision=8319
-rw-r--r--curve_log.pd7
-rw-r--r--help/curve_log-help.pd41
2 files changed, 21 insertions, 27 deletions
diff --git a/curve_log.pd b/curve_log.pd
index f3946f1..458b720 100644
--- a/curve_log.pd
+++ b/curve_log.pd
@@ -1,4 +1,4 @@
-#N canvas 236 31 428 321 10;
+#N canvas 603 22 438 321 10;
#X obj 31 8 inlet;
#X obj 31 245 outlet;
#X obj 77 122 rmstodb;
@@ -10,9 +10,8 @@
#X obj 16 172 * -1;
#X text 79 8 input range: -1 to 1;
#X text 87 245 output range: -1 to 1;
-#X text 225 284 released under the GNU GPL;
-#X text 8 270 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
-;
+#X text 8 270 (C) Copyright 2006-2007 Free Software Foundation;
+#X text 199 287 released under the GNU GPLv3 or later;
#X connect 0 0 4 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
diff --git a/help/curve_log-help.pd b/help/curve_log-help.pd
index 4d1ccf1..c1ab1c8 100644
--- a/help/curve_log-help.pd
+++ b/help/curve_log-help.pd
@@ -1,22 +1,18 @@
-#N canvas 127 78 480 361 10;
+#N canvas 127 78 484 351 10;
#X obj 5 2 cnv 15 450 20 empty empty [curve_log] 2 11 1 18 -233017
-66577 0;
#X msg 422 3 pddp;
-#X text 27 300 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
-;
-#X text 244 314 released under the GNU GPL;
-#X text 98 271 For more info:;
#X floatatom 25 123 8 0 0 0 - - -;
#X floatatom 25 184 8 0 0 0 - - -;
#X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144
--1 -1 0 1;
+-1 -1 17512 1;
#X obj 28 103 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -261681
--1 -1 0 1;
+-1 -1 5000 1;
#N canvas 0 22 450 300 graph1 0;
#X array curve_log 100 float 0;
#X coords 0 1 99 0 100 100 1;
#X restore 321 111 graph;
-#N canvas 266 69 343 333 draw_array 0;
+#N canvas 266 69 347 337 draw_array 0;
#X msg 57 52 bang;
#X obj 57 73 until;
#X text 88 52 start;
@@ -28,32 +24,31 @@
#X obj 170 262 r array_index;
#X obj 57 13 loadbang;
#X obj 56 283 tabwrite curve_log;
-#X obj 56 243 curve_log;
-#X text 99 217 mapping output range: -1 to 1;
-#X obj 57 193 - 50;
-#X obj 57 217 / 50;
#X obj 132 97 select 0;
+#X obj 57 217 / 100;
+#X text 100 217 mapping output range: 0 to 1;
+#X obj 56 243 curve_log;
#X connect 0 0 1 0;
#X connect 1 0 3 0;
#X connect 3 0 4 0;
#X connect 3 0 6 0;
#X connect 4 0 5 0;
#X connect 5 0 3 1;
-#X connect 5 0 15 0;
-#X connect 6 0 13 0;
+#X connect 5 0 11 0;
+#X connect 6 0 12 0;
#X connect 6 1 7 0;
#X connect 8 0 10 1;
#X connect 9 0 0 0;
-#X connect 11 0 10 0;
-#X connect 13 0 14 0;
-#X connect 14 0 11 0;
-#X connect 15 0 1 1;
+#X connect 11 0 1 1;
+#X connect 12 0 14 0;
+#X connect 14 0 10 0;
#X restore 321 78 pd draw_array;
#X text 17 40 This object maps the input range to a logarithmic curve.
Humans perceive pitch and amplitude on a logarithmic scale.;
#X obj 25 153 curve_log;
-#X obj 202 269 pddp_open mapping-about;
-#X connect 5 0 12 0;
-#X connect 6 0 7 0;
-#X connect 8 0 5 0;
-#X connect 12 0 6 0;
+#X text 11 294 (C) Copyright 2006-2007 Free Software Foundation;
+#X text 234 309 released under the GNU GPLv3 or later;
+#X connect 2 0 9 0;
+#X connect 3 0 4 0;
+#X connect 5 0 2 0;
+#X connect 9 0 3 0;