Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / tools / faust2pd / examples / faust / faust-gate.pd
1 #N canvas 660 322 450 404 10;
2 #X obj 176 203 > 0;
3 #X obj 139 231 spigot;
4 #X obj 139 315 outlet;
5 #X msg 212 282 gate \$1;
6 #X msg 139 281 gain \$1;
7 #X obj 51 13 inlet;
8 #X obj 74 232 spigot;
9 #X msg 74 282 freq \$1;
10 #X obj 74 256 mtof;
11 #X obj 51 48 unpack f f f;
12 #X obj 51 117 spigot;
13 #X obj 74 170 f;
14 #X obj 114 170 f;
15 #X obj 88 90 ==;
16 #X obj 51 74 t b f;
17 #X text 21 338 Gate logic. Translates incoming note messages (voice/
18 note/vel) to the corresponding freq/gain/gate messages understood by
19 the Faust synths in this folder. The creation argument specifies the
20 voice number.;
21 #X obj 168 12 loadbang;
22 #X obj 168 46 f \$1;
23 #X obj 51 142 t b b;
24 #X connect 0 0 1 1;
25 #X connect 0 0 3 0;
26 #X connect 0 0 6 1;
27 #X connect 1 0 4 0;
28 #X connect 3 0 2 0;
29 #X connect 4 0 2 0;
30 #X connect 5 0 9 0;
31 #X connect 6 0 8 0;
32 #X connect 7 0 2 0;
33 #X connect 8 0 7 0;
34 #X connect 9 0 14 0;
35 #X connect 9 1 11 1;
36 #X connect 9 2 12 1;
37 #X connect 10 0 18 0;
38 #X connect 11 0 6 0;
39 #X connect 12 0 0 0;
40 #X connect 12 0 1 0;
41 #X connect 13 0 10 1;
42 #X connect 14 0 10 0;
43 #X connect 14 1 13 0;
44 #X connect 16 0 17 0;
45 #X connect 17 0 13 1;
46 #X connect 18 0 11 0;
47 #X connect 18 1 12 0;