New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / tools / faust2pd / examples / seqdemo / pure-remote.pd
1 #N canvas 461 275 522 377 12;
2 #X obj 33 235 netreceive 4711 1;
3 #X obj 278 276 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
4 -1 -1;
5 #X obj 320 291 del 10;
6 #X text 29 12 Control the Pure runtime remotely. You can use pdsend
7 to send messages to UDP port 4711 (modify the port number below as
8 needed).;
9 #X obj 278 238 inlet;
10 #X obj 33 257 route bang;
11 #X obj 100 310 pure-runtime;
12 #X obj 100 337 outlet;
13 #X obj 181 337 outlet;
14 #X text 27 63 - A 'bang' message restarts the Pure runtime environment.
15 Use this after modifying the definition of Pure objects in script files
16 to quickly reload all scripts and reconfigure the Pure objects accordingly.
17 ;
18 #X text 27 134 - Any other message should be of the form 'receiver
19 message' \, indicating that the given message should be sent to the
20 given receiver. This is intended to provide some kind of remote control
21 over the patch \, see the pd-pure README for details.;
22 #X connect 0 0 5 0;
23 #X connect 1 0 2 0;
24 #X connect 2 0 6 0;
25 #X connect 4 0 5 0;
26 #X connect 5 0 1 0;
27 #X connect 5 1 6 0;
28 #X connect 6 0 7 0;
29 #X connect 6 1 8 0;
30 #X coords 0 -1 1 1 115 20 1 180 275;