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

« back to all changes in this revision

Viewing changes to abstractions/pdp_save_png_sequence.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 654 482 490 382 10;
2
 
#X obj 54 65 inlet;
3
 
#X obj 119 362 pdp_reg;
4
 
#X obj 119 130 pdp_t b p;
5
 
#X obj 119 186 + 1;
6
 
#X obj 54 93 route bang;
7
 
#X obj 119 251 makefilename /tmp/frame%d.png;
8
 
#X obj 119 215 moses \$1;
9
 
#X obj 140 279 print;
10
 
#X msg 119 305 save_png \$1;
11
 
#X msg 54 126 0;
12
 
#X text 146 10 save a png sequence in the /tmp directory;
13
 
#X text 146 25 creation argument is the number of frames;
14
 
#X obj 119 160 f \$1;
15
 
#X text 146 40 send a bang to start writing;
16
 
#X connect 0 0 4 0;
17
 
#X connect 2 0 12 0;
18
 
#X connect 2 1 1 0;
19
 
#X connect 3 0 6 0;
20
 
#X connect 3 0 12 1;
21
 
#X connect 4 0 9 0;
22
 
#X connect 4 1 2 0;
23
 
#X connect 5 0 7 0;
24
 
#X connect 5 0 8 0;
25
 
#X connect 6 0 5 0;
26
 
#X connect 8 0 1 0;
27
 
#X connect 9 0 12 1;
28
 
#X connect 12 0 3 0;