From fa93163aaee7f2d27cdc3067a840dd23bb5715a5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 26 Apr 2003 20:42:22 +0000 Subject: moved maxlib docs to the proper location svn path=/trunk/; revision=597 --- externals/build/doc/maxlib/help-average.pd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 externals/build/doc/maxlib/help-average.pd (limited to 'externals/build/doc/maxlib/help-average.pd') diff --git a/externals/build/doc/maxlib/help-average.pd b/externals/build/doc/maxlib/help-average.pd new file mode 100644 index 00000000..61557169 --- /dev/null +++ b/externals/build/doc/maxlib/help-average.pd @@ -0,0 +1,29 @@ +#N canvas 445 253 470 320 12; +#X floatatom 47 39 5 0 0; +#X floatatom 47 276 5 0 0; +#X floatatom 122 191 5 0 0; +#X obj 47 219 average 10; +#X text 177 191 number of items to average; +#X text 139 220 creation argument = number of items; +#X floatatom 122 254 5 0 0; +#X text 105 277 average of last N items; +#X text 125 11 average :: calculates the average of the; +#X text 214 30 last N items (floats); +#X text 176 255 tendency (up = 1 \, down = -1); +#X msg 100 60 reset; +#X text 152 61 forget everything; +#X msg 129 94 linear; +#X msg 147 118 geometric; +#X text 191 93 linear average (dafault); +#X text 230 119 geometric average; +#X msg 158 146 weight; +#X text 217 147 weighted average (giving last; +#X text 218 163 items higher weight); +#X connect 0 0 3 0; +#X connect 2 0 3 1; +#X connect 3 0 1 0; +#X connect 3 1 6 0; +#X connect 11 0 3 0; +#X connect 13 0 3 0; +#X connect 14 0 3 0; +#X connect 17 0 3 0; -- cgit v1.2.1