comparison examples/10-Instruments/midi-poly-synth/countTo.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 584 255 450 300 10;
2 #X obj 65 196 outlet;
3 #X obj 98 8 inlet;
4 #X text 189 49 counts from 0 to the given number -1;
5 #X text 214 95 inlet:N;
6 #X text 212 112 outlet: 0 \, 1 \, 2 \, ... \, N-1;
7 #X obj 143 61 f;
8 #X obj 100 138 spigot;
9 #X obj 129 89 <;
10 #X obj 129 113 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
11 1;
12 #X obj 95 28 t b f b;
13 #X obj 92 74 + 1;
14 #X obj 43 73 f;
15 #X obj 63 104 t b f f f;
16 #X msg 92 53 0;
17 #X obj 16 144 delay 0;
18 #X connect 1 0 9 0;
19 #X connect 5 0 7 1;
20 #X connect 6 0 11 0;
21 #X connect 7 0 8 0;
22 #X connect 8 0 6 1;
23 #X connect 9 0 11 0;
24 #X connect 9 1 5 0;
25 #X connect 9 1 13 0;
26 #X connect 10 0 11 1;
27 #X connect 11 0 12 0;
28 #X connect 12 0 14 0;
29 #X connect 12 1 0 0;
30 #X connect 12 2 7 0;
31 #X connect 12 3 10 0;
32 #X connect 13 0 11 1;
33 #X connect 14 0 6 0;