From 1b4c18faa20cfbb06ad9a70c2f92bea054bd6755 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 5 May 2007 20:41:42 +0000 Subject: switched to pdp_glx for output since it works on both Mac OS X and GNU/Linux svn path=/trunk/externals/pdp/; revision=7626 --- doc/introduction/input_output.pd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/introduction/input_output.pd') 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.; -- cgit v1.2.1