aboutsummaryrefslogtreecommitdiff
path: root/max_n-help.pd
blob: 0adb7d50c99edfdb1406ac0891dc326937a456dd (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
#N canvas 64 215 518 470 10;
#X floatatom 85 92 5 -20 127 0 - - -;
#X text 86 74 data;
#X obj 85 171 t f f;
#X msg 92 117 0;
#X msg 120 117 127;
#X obj 85 251 time_roll;
#X floatatom 110 229 5 0 0 0 - - -;
#X msg 153 117 64;
#X text 361 361 la Kitchen;
#X text 361 378 Charles Verron;
#X text 360 345 2004_03_22;
#X text 361 361 la Kitchen;
#X text 361 378 Charles Verron;
#X text 360 345 2004_03_22;
#X text 361 361 la Kitchen;
#X text 361 378 Charles Verron;
#X text 360 345 2004_03_22;
#X floatatom 239 146 5 0 0 0 - - -;
#X text 287 144 size: n (n>=2);
#X text 51 32 max_n return the maximum from the last n (n>1) values
;
#X obj 110 200 max_n 20;
#X connect 0 0 2 0;
#X connect 2 0 5 0;
#X connect 2 1 20 0;
#X connect 3 0 2 0;
#X connect 4 0 2 0;
#X connect 7 0 2 0;
#X connect 17 0 20 1;
#X connect 20 0 6 0;