From ecc6398c406a7d401225bf04346fc0d25491dff3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 8 Apr 2009 04:17:13 +0000 Subject: moved help patches into same folder, stopped auto-generating mapping-meta.pd file, and checked in mapping-meta.pd, so now the folder in SVN is a functional libdir svn path=/trunk/externals/mapping/; revision=10981 --- curve_draw-help.pd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 curve_draw-help.pd (limited to 'curve_draw-help.pd') diff --git a/curve_draw-help.pd b/curve_draw-help.pd new file mode 100644 index 0000000..863a370 --- /dev/null +++ b/curve_draw-help.pd @@ -0,0 +1,12 @@ +#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; -- cgit v1.2.1