aboutsummaryrefslogtreecommitdiff
path: root/history-help.pd
blob: b11db0e14f5f048e51fb436ffbca109f35866b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#N canvas 0 26 471 342 12;
#X floatatom 32 49 5 0 0 0 - - -;
#X floatatom 32 286 5 0 0 0 - - -;
#X floatatom 115 201 5 0 0 0 - - -;
#X floatatom 115 264 5 0 0 0 - - -;
#X text 169 265 tendency (up = 1 \, down = -1);
#X msg 85 70 reset;
#X text 137 71 forget everything;
#X msg 114 104 linear;
#X msg 132 128 geometric;
#X text 176 103 linear average (dafault);
#X text 215 129 geometric average;
#X msg 143 156 weight;
#X text 203 173 items higher weight);
#X text 124 6 history :: calculates the average of the;
#X text 212 23 items (floats) that came in;
#X obj 32 229 history 250;
#X text 202 157 weighted average (giving newer;
#X text 130 229 creation argument = ms to look back;
#X text 171 201 milliseconds to look back;
#X text 214 40 within the last N milliseconds;
#X text 90 287 average over last N milliseconds;
#N canvas 481 26 494 344 META 0;
#X text 12 180 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 160 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>;
#X text 12 100 INLET_1 float;
#X text 12 5 KEYWORDS control analysis;
#X text 12 45 DESCRIPTION calculates the average of the floats that
came in within the last N milliseconds;
#X text 12 80 INLET_0 float reset linear geometric weight;
#X text 12 120 OUTLET_0 float;
#X text 12 140 OUTLET_1 float;
#X restore 412 314 pd META;
#X connect 0 0 15 0;
#X connect 2 0 15 1;
#X connect 5 0 15 0;
#X connect 7 0 15 0;
#X connect 8 0 15 0;
#X connect 11 0 15 0;
#X connect 15 0 1 0;
#X connect 15 1 3 0;