comparison examples/10-Instruments/midi-poly-synth/maxArray.pd @ 531:ddb86944e138 prerelease

cleaned up all pd examples (and removed some). added polysynth and vangelisiser to instruments examples
author chnrx <chris.heinrichs@gmail.com>
date Thu, 23 Jun 2016 20:40:05 +0100
parents
children
comparison
equal deleted inserted replaced
525:1ca196e35105 531:ddb86944e138
1 #N canvas 464 23 1002 583 10;
2 #X obj 224 202 max;
3 #X obj 265 200 f;
4 #X obj 223 229 change;
5 #X obj 223 251 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
6 -1 -1;
7 #X obj 223 271 f;
8 #X obj 259 323 f;
9 #X obj 187 315 f;
10 #X obj 268 282 t b b;
11 #X obj 183 364 outlet;
12 #X obj 269 379 outlet;
13 #X obj 179 17 inlet;
14 #X obj 225 177 tabread \$1;
15 #X obj 230 88 t f f b;
16 #X text 376 37 Finds a maximum value in an array;
17 #X text 531 112 \$2 arrayLength;
18 #X obj 292 10 inlet;
19 #X text 425 146 inlets:;
20 #X text 473 144 1 bang to find the maximum;
21 #X text 475 157 2 arrayLength;
22 #X text 407 90 creation arguments: \$1 arrayName;
23 #X obj 246 38 \$2;
24 #X obj 202 40 bang;
25 #X obj 230 65 f;
26 #X obj 224 6 loadbang;
27 #X text 444 216 outlets: 1 maximum value;
28 #X text 498 231 2 index of the maximum value;
29 #X msg 276 141 -1e+15;
30 #X obj 222 142 t f f f;
31 #X floatatom 158 266 5 0 0 0 - - -, f 5;
32 #X obj 332 302 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
33 -1 -1;
34 #X obj 288 253 select 127;
35 #X floatatom 301 324 5 0 0 0 - - -, f 5;
36 #X text 362 256 heavy does not support the second inlet of select so
37 I have to hard code 127 in here;
38 #X obj 223 110 countTo;
39 #X connect 0 0 1 0;
40 #X connect 0 0 2 0;
41 #X connect 0 0 6 1;
42 #X connect 0 0 28 0;
43 #X connect 1 0 0 1;
44 #X connect 2 0 3 0;
45 #X connect 3 0 4 0;
46 #X connect 4 0 5 1;
47 #X connect 4 0 31 0;
48 #X connect 5 0 9 0;
49 #X connect 6 0 8 0;
50 #X connect 7 0 6 0;
51 #X connect 7 1 5 0;
52 #X connect 10 0 21 0;
53 #X connect 11 0 0 0;
54 #X connect 12 0 33 0;
55 #X connect 12 2 26 0;
56 #X connect 15 0 22 1;
57 #X connect 20 0 22 1;
58 #X connect 21 0 22 0;
59 #X connect 22 0 12 0;
60 #X connect 23 0 20 0;
61 #X connect 26 0 0 1;
62 #X connect 27 0 30 0;
63 #X connect 27 1 11 0;
64 #X connect 27 2 4 1;
65 #X connect 30 0 7 0;
66 #X connect 30 0 29 0;
67 #X connect 33 0 27 0;