Rename interpretor to interpreter.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / tools / faust2pd / examples / faust / faust-timer.pd
1 #N canvas 504 432 439 260 10;
2 #X obj 15 14 loadbang;
3 #X obj 15 129 outlet;
4 #X obj 66 40 r faust-timer;
5 #X obj 15 86 metro 40;
6 #X obj 185 15 r \$1-active;
7 #X msg 217 69 stop;
8 #X obj 185 42 select 1 0;
9 #X text 12 164 Logic for regular updates of passive controls. Creation
10 argument is the \$0 of the parent. Sends a bang message every 40 ms
11 \, while the unit is active. The timer value can be changed by sending
12 a value to the faust-timer receiver.;
13 #X connect 0 0 3 0;
14 #X connect 2 0 3 1;
15 #X connect 3 0 1 0;
16 #X connect 4 0 6 0;
17 #X connect 5 0 3 0;
18 #X connect 6 0 3 0;
19 #X connect 6 1 5 0;