~ubuntu-branches/ubuntu/saucy/faust/saucy

« back to all changes in this revision

Viewing changes to tools/faust2pd/examples/synth/faust-gate.pd

  • Committer: Package Import Robot
  • Author(s): Mario Lang
  • Date: 2012-04-04 13:52:01 UTC
  • mfrom: (1.1.6) (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120404135201-hpsrk87x3hga94tc
Tags: 0.9.46-2
* Fix "ftbfs with GCC-4.7":
  - debian/patches/unistd: Include <unistd.h> where necessary.
    (Closes: #667163)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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;