aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/mean-help.pd
blob: 16c93cb82af04a68456c925a11aebdd6f696d1cf (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#N canvas 623 81 559 531 10;
#X obj 0 506 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 0 333 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 594 316 370 225 META 0;
#X text 0 18 LICENSE SIBSD;
#X text 0 108 LIBRARY cyclone;
#X text 0 0 KEYWORDS average list mean;
#X text 0 36 DESCRIPTION find the running average of a stream of numbers
;
#X text 0 54 INLET_0 list float message;
#X text 0 90 OUTLET_1 float;
#X text 0 72 OUTLET_0 float;
#X text 0 127 VERSION 0.1-alpha57;
#X text 0 145 AUTHOR Krzysztof Czaja;
#X text 1 163 RELEASE_DATE 2002;
#X text 2 182 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 2 214 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland
updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan
adapted the patch to pd-extended 2015-02-02;
#X restore 503 508 pd META;
#X obj 0 398 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 458 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#N canvas 307 431 428 109 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X restore 207 508 pd Related_objects;
#X obj 81 342 cnv 17 3 47 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 81 431 cnv 17 3 17 empty empty 1 5 9 0 16 -228856 -162280 0
;
#X obj 0 0 cnv 15 552 40 empty empty mean 3 12 0 18 -204280 -1 0;
#X obj 519 4 mean;
#X text 12 23 find the running average of a stream of numbers;
#X floatatom 96 302 5 0 0 0 - - -;
#X floatatom 124 94 5 0 0 0 - - -;
#X obj 147 170 line;
#X msg 96 70 clear;
#X msg 147 145 0 \, 1 1000;
#X msg 136 119 1 2 3 4 5;
#X floatatom 165 302 5 0 0 0 - - -;
#X text 203 296 total no of values included in the;
#X text 203 311 averaging process;
#X text 131 303 mean;
#X text 108 341 list;
#X text 181 341 - list of numbers to take avg;
#X text 108 358 float;
#X text 181 358 - number to add running average;
#X text 108 373 message;
#X text 181 373 - clear: clear avg \, start over;
#X text 108 408 float;
#X text 181 408 - running average;
#X text 108 476 (none);
#X obj 81 408 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X text 108 431 float;
#X text 181 431 - total number of values processed;
#X obj 96 234 cyclone/mean;
#X connect 12 0 33 0;
#X connect 13 0 33 0;
#X connect 14 0 33 0;
#X connect 15 0 13 0;
#X connect 16 0 33 0;
#X connect 33 0 11 0;
#X connect 33 1 17 0;