diff options
Diffstat (limited to 'doc/introduction/input_output.pd')
-rw-r--r-- | doc/introduction/input_output.pd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/introduction/input_output.pd b/doc/introduction/input_output.pd index 07aa793..494eb69 100644 --- a/doc/introduction/input_output.pd +++ b/doc/introduction/input_output.pd @@ -4,7 +4,7 @@ #X msg 159 14 stop; #X msg 107 14 bang; #X msg 51 14 bang; -#X obj 107 695 pdp_xv; +#X obj 107 695 pdp_glx; #X msg 209 93 open /dev/video0; #X msg 209 117 open /dev/video1; #X text 347 95 you can choose the input device using the 'open' message. @@ -25,7 +25,7 @@ have to be the same to be combined (i.e. mixed); #X text 349 559 dim sets the window dimensions; #X msg 210 510 create; #X msg 210 531 destroy; -#X text 208 447 pdp_xv ouputs video in a window using the xVideo extension. +#X text 208 447 pdp_glx ouputs video in a window using the xVideo extension. if your graphics card/driver supports it you can have multiple output windows. if a pdp message is received and a window is not open \, one is created automaticly.; |