Update of /cvsroot/pure-data/externals/pdp/doc/introduction In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13521
Modified Files: input_output.pd Log Message: switched to pdp_glx for output since it works on both Mac OS X and GNU/Linux
Index: input_output.pd =================================================================== RCS file: /cvsroot/pure-data/externals/pdp/doc/introduction/input_output.pd,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** input_output.pd 16 Dec 2005 01:05:31 -0000 1.4 --- input_output.pd 5 May 2007 20:41:42 -0000 1.5 *************** *** 5,9 **** #X msg 107 14 bang; #X msg 51 14 bang; ! #X obj 107 695 pdp_xv; #X msg 209 93 open /dev/video0; #X msg 209 117 open /dev/video1; --- 5,9 ---- #X msg 107 14 bang; #X msg 51 14 bang; ! #X obj 107 695 pdp_glx; #X msg 209 93 open /dev/video0; #X msg 209 117 open /dev/video1; *************** *** 26,30 **** #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. 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 --- 26,30 ---- #X msg 210 510 create; #X msg 210 531 destroy; ! #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