Hi,

On my Vista machine, I get an enormous instability of the framerate with Gem, even if dsp is switched off. However, if I run PD with the "-noaudio" flag, then the framerate is perfectly stable.

Is it normal?

When I say "enormous" I mean the time elapsed between a frame and the next one often goes below one millisecond and above 80ms, though an avarage of 40ms is always maintained.

I am testing this with the attached patch, which has only a gemhead and a [realtime], so there's no actual processing of image or video.

If anyone doubts that it can be just the time shown by [realtime] that is unreliable, note that if I run Pd with -noaudio the measured framerate actually _is_ much more stable (rarely below 37ms or above 43ms a frame) and also, I have tried it with a simple video (homer.avi) and I could note the jerky playing.

Isn't it strange that turning off DSP does not change anything while running Pd with -noaudio does??

thanks
m.


--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com
#N canvas 386 43 829 662 12;
#X obj 94 82 gemhead;
#X obj 94 114 t b b;
#X obj 95 145 timer;
#X obj 95 175 t b f;
#X obj 98 241 /;
#X msg 74 214 1000;
#X floatatom 90 286 5 0 0 0 - - -;
#X obj 293 72 gemhead;
#X obj 293 104 t b b;
#X obj 294 165 t b f;
#X obj 297 231 /;
#X msg 273 204 1000;
#X floatatom 289 276 5 0 0 0 - - -;
#X obj 498 151 gemwin;
#X msg 537 63 destroy;
#X msg 469 107 frame 25 \, create \, 1 \, frame 25;
#X obj 294 135 realtime;
#X floatatom 346 464 5 0 0 0 - - -;
#X obj 661 270 t f b;
#X obj 703 308 f;
#X obj 679 400 +;
#X obj 679 429 t f f;
#X obj 714 354 * 0.99;
#X obj 641 355 * 0.01;
#X obj 696 460 t b f;
#X obj 699 526 /;
#X msg 675 499 1000;
#X floatatom 691 571 5 0 0 0 - - -;
#X floatatom 393 141 5 0 0 0 - - -;
#X floatatom 477 335 5 0 0 0 - - -;
#X floatatom 461 229 5 0 0 0 - - -;
#X obj 366 220 moses 38;
#X obj 419 277 moses 42;
#X obj 326 430 moses 1;
#X floatatom 386 337 5 0 0 0 - - -;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 1 2 1;
#X connect 2 0 3 0;
#X connect 3 0 5 0;
#X connect 3 1 4 1;
#X connect 4 0 6 0;
#X connect 5 0 4 0;
#X connect 7 0 8 0;
#X connect 8 0 16 0;
#X connect 8 1 16 1;
#X connect 9 0 11 0;
#X connect 9 1 10 1;
#X connect 9 1 18 0;
#X connect 9 1 31 0;
#X connect 10 0 12 0;
#X connect 11 0 10 0;
#X connect 14 0 13 0;
#X connect 15 0 13 0;
#X connect 16 0 9 0;
#X connect 18 0 23 0;
#X connect 18 1 19 0;
#X connect 19 0 22 0;
#X connect 20 0 21 0;
#X connect 21 0 24 0;
#X connect 21 1 19 1;
#X connect 22 0 20 1;
#X connect 23 0 20 0;
#X connect 24 0 26 0;
#X connect 24 1 25 1;
#X connect 25 0 27 0;
#X connect 26 0 25 0;
#X connect 28 0 31 1;
#X connect 30 0 32 1;
#X connect 31 0 33 0;
#X connect 31 1 32 0;
#X connect 32 1 29 0;
#X connect 33 0 17 0;
#X connect 33 1 34 0;
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to