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

« back to all changes in this revision

Viewing changes to tools/faust2pd/faust-r.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 88 181 566 264 10;
 
2
#X obj 23 47 t b b;
 
3
#X obj 53 76 delay 250;
 
4
#X msg 53 106 0;
 
5
#X msg 23 106 1;
 
6
#X obj 23 12 inlet;
 
7
#X obj 23 149 list prepend \$1;
 
8
#X obj 23 185 list trim;
 
9
#X obj 23 216 outlet;
 
10
#X text 158 107 Special control logic for bang messages. Creation argument
 
11
is the selector of the message to send. Takes bangs and translates
 
12
them to a sequence of 1/0 messages. The delay between the 1 and the
 
13
0 can be set with the global faust-button-delay receiver.;
 
14
#X obj 111 47 r faust-button-delay;
 
15
#X connect 0 0 3 0;
 
16
#X connect 0 1 1 0;
 
17
#X connect 1 0 2 0;
 
18
#X connect 2 0 5 0;
 
19
#X connect 3 0 5 0;
 
20
#X connect 4 0 0 0;
 
21
#X connect 5 0 6 0;
 
22
#X connect 6 0 7 0;
 
23
#X connect 9 0 1 1;