I'm not really sure what you mean. I used [#to_pdp] and [#pdp_xv] and
everything worked fine. I've attached the patch that I used (On Ubuntu
10.10)

Ant

On 19 March 2011 21:06, Mathieu Bouchard <ma...@artengine.ca> wrote:
> On Tue, 15 Mar 2011, Antonio Roberts wrote:
>
>> Thanks for the advice! I've sent it to the pure data forum as well.
>> As GEM crashed often for me (using an ATI card) I instead used:
>>
>> [#to_pdp]
>
> Btw someone (buzz) reported that [#to_pdp] would only produce a single
> frame, as it would get stuck with the same packet over and over. I tried it
> and [#to_pdp] would receive the same pointer over and over, pointing to the
> same data as the first frame. Did you experience this problem yet ? If so,
> with which pdp object classes does it happen, and do you know a workaround,
> or any other hint that might allow me to fix the problem directly in
> [#to_pdp] ?
>
>  _______________________________________________________________________
> | Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
#N canvas 424 82 679 315 10;
#X obj 142 22 openpanel;
#X msg 142 46 open \$1;
#X obj 142 4 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 52 24 metro 33.333;
#X obj 52 4 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1
;
#X msg 26 114 1;
#X msg 26 137 2;
#X msg 26 160 3;
#X obj 279 22 openpanel;
#X msg 279 46 open \$1;
#X obj 279 4 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 399 22 openpanel;
#X msg 399 46 open \$1;
#X obj 399 4 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 26 181 4;
#X obj 537 21 openpanel;
#X msg 537 45 open \$1;
#X obj 537 3 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 64 141 switch 4;
#X obj 143 70 #in;
#X obj 279 70 #in;
#X obj 399 70 #in;
#X obj 537 70 #in;
#X obj 142 90 #downscale_by 8;
#X obj 278 90 #downscale_by 8;
#X obj 399 90 #downscale_by 8;
#X obj 537 89 #downscale_by 8;
#X obj 142 113 #see;
#X obj 279 113 #see;
#X obj 399 113 #see;
#X obj 537 112 #see;
#X obj 150 204 #to_pdp;
#X obj 150 225 pdp_xv;
#X msg 204 204 create;
#X obj 64 205 #out window;
#X obj 64 226 fps;
#X floatatom 64 249 5 0 0 0 - - -;
#X connect 0 0 1 0;
#X connect 1 0 19 0;
#X connect 2 0 0 0;
#X connect 3 0 19 0;
#X connect 3 0 22 0;
#X connect 3 0 20 0;
#X connect 3 0 21 0;
#X connect 4 0 3 0;
#X connect 5 0 18 0;
#X connect 6 0 18 0;
#X connect 7 0 18 0;
#X connect 8 0 9 0;
#X connect 9 0 20 0;
#X connect 10 0 8 0;
#X connect 11 0 12 0;
#X connect 12 0 21 0;
#X connect 13 0 11 0;
#X connect 14 0 18 0;
#X connect 15 0 16 0;
#X connect 16 0 22 0;
#X connect 17 0 15 0;
#X connect 18 0 34 0;
#X connect 18 0 31 0;
#X connect 19 0 18 1;
#X connect 19 0 23 0;
#X connect 20 0 18 2;
#X connect 20 0 24 0;
#X connect 21 0 18 3;
#X connect 21 0 25 0;
#X connect 22 0 18 4;
#X connect 22 0 26 0;
#X connect 23 0 27 0;
#X connect 24 0 28 0;
#X connect 25 0 29 0;
#X connect 26 0 30 0;
#X connect 31 0 32 0;
#X connect 33 0 32 0;
#X connect 34 0 35 0;
#X connect 35 0 36 0;
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to