diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-08-07 14:38:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-08-07 14:38:09 +0000 |
commit | 80601125ab01cabd7fba2953d9f36edb67d5cbd3 (patch) | |
tree | d588fb6bd8d840173f318eca4c091b66b17e12f2 /doc | |
parent | ff3f5793e738d798e6f05a1163fd6afca7262e74 (diff) |
fixed bad connection
svn path=/trunk/externals/pdp/; revision=8453
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/example12.pd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/examples/example12.pd b/doc/examples/example12.pd index e48ac79..1c43fc7 100644 --- a/doc/examples/example12.pd +++ b/doc/examples/example12.pd @@ -1,6 +1,6 @@ -#N canvas 578 52 635 489 10; +#N canvas 578 52 639 493 10; #X obj 83 183 metro 40; -#X obj 83 154 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 +#X obj 83 154 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 83 361 pdp_glx; #X obj 165 299 pdp_loop 50; @@ -12,12 +12,12 @@ #X obj 165 361 pdp_glx; #X msg 165 259 store \$1; #X obj 83 225 pdp_v4l; -#X msg 29 118 open /dev/video1; -#X floatatom 218 230 5 0 0; +#X msg 41 117 open /dev/video1; +#X floatatom 218 230 5 0 0 0 - - -; #X obj 312 385 pdp_save_png_sequence 50; #X obj 312 351 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X msg 29 96 open /dev/video0; +#X msg 21 97 open /dev/video0; #X text 337 349 <- click to save sequence in /tmp dir; #X text 247 106 <- click to make a snapshot; #X text 288 139 <- click to reset recording to loop; @@ -39,4 +39,4 @@ #X connect 10 0 3 0; #X connect 11 0 10 0; #X connect 14 0 13 0; -#X connect 15 0 11 0; +#X connect 15 0 10 0; |