diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-05-05 20:41:42 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-05-05 20:41:42 +0000 |
commit | 1b4c18faa20cfbb06ad9a70c2f92bea054bd6755 (patch) | |
tree | 23314ad5449dc808d96c8118367d5cbb89fe223c /doc/examples/example12.pd | |
parent | d499615989ab8b5e211164c28761f0dbaab6e4d0 (diff) |
switched to pdp_glx for output since it works on both Mac OS X and GNU/Linux
svn path=/trunk/externals/pdp/; revision=7626
Diffstat (limited to 'doc/examples/example12.pd')
-rw-r--r-- | doc/examples/example12.pd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/example12.pd b/doc/examples/example12.pd index faa2730..e48ac79 100644 --- a/doc/examples/example12.pd +++ b/doc/examples/example12.pd @@ -2,14 +2,14 @@ #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 361 pdp_xv; +#X obj 83 361 pdp_glx; #X obj 165 299 pdp_loop 50; #X obj 218 167 f 0; #X obj 218 198 + 1; #X obj 218 107 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 247 140 0; -#X obj 165 361 pdp_xv; +#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; |