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/introduction/quicktime.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/introduction/quicktime.pd')
-rw-r--r-- | doc/introduction/quicktime.pd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/introduction/quicktime.pd b/doc/introduction/quicktime.pd index 2f32cfd..2233003 100644 --- a/doc/introduction/quicktime.pd +++ b/doc/introduction/quicktime.pd @@ -1,6 +1,6 @@ #N canvas 400 126 715 814 10; #X obj 59 391 pdp_qt; -#X obj 59 462 pdp_xv; +#X obj 59 462 pdp_glx; #X floatatom 77 429 5 0 0; #X floatatom 127 430 5 0 0; #X obj 56 41 metro 40; @@ -35,7 +35,7 @@ argument is the audio channel (default = 0 = left); #X text 252 432 the second outlet outputs the current frame number. the third outlet outputs the total number of frames in a movie when it is opened.; -#X obj 56 786 pdp_xv; +#X obj 56 786 pdp_glx; #X obj 56 715 pdp_qt~; #X obj 84 757 dac~; #X msg 33 644 play; |