aboutsummaryrefslogtreecommitdiff
path: root/examples/minmax.pd
blob: 8675c12dbd2af5e11948e3a8e34e8fd56a02c6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#N canvas 230 189 450 300 10;
#X obj 73 61 minmax;
#X text 127 60 get minimum and maximum of a (list of floats);
#X obj 45 152 minmax;
#X floatatom 45 184 4 0 0;
#X floatatom 76 184 4 0 0;
#X msg 45 112 10 2;
#X msg 80 129 1 2 3 4 9 6 -1 7;
#X connect 2 0 3 0;
#X connect 2 1 4 0;
#X connect 5 0 2 0;
#X connect 6 0 2 0;