~kamalmostafa/ubuntu/lucid/pdp/fix-504941-ftbfs

« back to all changes in this revision

Viewing changes to doc/objects/pdp_rawout.pd

  • Committer: Bazaar Package Importer
  • Author(s): Guenter Geiger (Debian/GNU)
  • Date: 2005-03-15 22:21:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050315222105-1q287rsihmd9j1tb
Tags: 1:0.12.4-2
* fixed the hardcoded depends
* added 3dp library

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#N canvas 254 556 687 380 10;
2
 
#X msg 132 63 open /tmp/otherpipe;
3
 
#X msg 177 145 open;
4
 
#X text 216 145 open default pipe;
5
 
#X obj 132 219 print done;
6
 
#X text 117 266 connect to [open< to ensure pipe stays open;
7
 
#X text 278 64 open any pipe for reading;
8
 
#X msg 147 85 close;
9
 
#X text 193 85 close pipe;
10
 
#X obj 177 125 spigot;
11
 
#X obj 230 124 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
12
 
1;
13
 
#X text 134 15 pdp_rawout: write raw data to a pipe (or file);
14
 
#X text 293 169 creation args: <pipe>;
15
 
#X obj 132 169 pdp_rawout /tmp/pipe;
16
 
#X obj 15 124 pdp_help_input;
17
 
#X obj 15 98 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1
18
 
;
19
 
#X text 116 250 outlet: bang if pipe is closed;
20
 
#X connect 0 0 12 0;
21
 
#X connect 1 0 12 0;
22
 
#X connect 6 0 12 0;
23
 
#X connect 8 0 1 0;
24
 
#X connect 9 0 8 1;
25
 
#X connect 12 0 3 0;
26
 
#X connect 12 0 8 0;
27
 
#X connect 13 0 12 0;
28
 
#X connect 14 0 13 0;