diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2008-07-08 17:00:59 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2008-07-08 17:00:59 +0000 |
commit | adbffa24504fe2725e006c7ebe5076041ef694fa (patch) | |
tree | 783529c9913f15c442c595924a2800f417c132e0 | |
parent | 99e68d003a314c789a3b93fa94ba59a558e65dd7 (diff) |
add comment on curve_draw help
svn path=/trunk/externals/mapping/; revision=10151
-rw-r--r-- | help/curve_draw-help.pd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/help/curve_draw-help.pd b/help/curve_draw-help.pd index bcd3a3c..863a370 100644 --- a/help/curve_draw-help.pd +++ b/help/curve_draw-help.pd @@ -1,9 +1,12 @@ -#N canvas 634 355 363 334 10; -#X floatatom 34 126 5 0 0 0 - - -; +#N canvas 634 355 394 367 10; +#X floatatom 34 126 5 -1 1 0 - - -; #X floatatom 34 280 9 0 0 0 - - -; #X obj 34 144 curve_draw test 100; #X text 125 15 draw the in / out relation; #X text 31 51 arg 1 : name of the file to save the curve; #X text 31 64 arg 2 : size of the table; +#X text 85 125 input (0 to 1); +#X text 107 277 out (0 to 1); +#X text 50 320 The mapping curve is symetric. i.e f(-x)=-f(x); #X connect 0 0 2 0; #X connect 2 0 1 0; |