aboutsummaryrefslogtreecommitdiff
path: root/max_n-help.pd
blob: cc0ce794855644043b3321330dc37a751738c16c (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
#N canvas 1 53 534 486 10;
#X text 41 58 data;
#X obj 40 155 t f f;
#X msg 57 120 0;
#X floatatom 271 249 5 0 0 0 - - -;
#X floatatom 318 197 5 2 150 0 - - -;
#X text 366 195 size: n (n>=2);
#X text 51 32 min_n return the minimum from the last n (n>1) values
;
#X msg 85 120 1;
#X msg 118 120 0.5;
#X obj 40 271 timeroll;
#X obj 246 271 timeroll;
#X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130
-1 -1 0 1;
#X floatatom 48 96 5 0 0 0 - - -;
#X obj 246 219 max_n 20;
#X obj 5 2 cnv 15 450 20 empty empty max_n 2 11 1 18 -233017 -66577
0;
#N canvas 468 256 494 344 META 0;
#X text 12 125 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 85 OUTLET_0 float;
#X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 65 INLET_0 float;
#X text 12 5 KEYWORDS control abstraction conversion;
#X text 12 45 DESCRIPTION return the maximum from the last n (n>1)
values;
#X restore 475 458 pd META;
#X connect 1 0 9 0;
#X connect 1 1 13 0;
#X connect 2 0 1 0;
#X connect 4 0 13 1;
#X connect 7 0 1 0;
#X connect 8 0 1 0;
#X connect 11 0 12 0;
#X connect 11 0 1 0;
#X connect 13 0 3 0;
#X connect 13 0 10 0;