atom feed9 messages in at.iem.pd-listRe: [PD] again: graphic display of da...
FromSent OnAttachments
Orm FinnendahlFeb 22, 2006 8:24 am 
Frank BarknechtFeb 22, 2006 10:06 am 
Miller PucketteFeb 22, 2006 10:45 am 
Miller PucketteFeb 22, 2006 10:47 am 
Frank BarknechtFeb 22, 2006 11:11 am 
cdrFeb 22, 2006 12:31 pm 
Orm FinnendahlFeb 22, 2006 12:49 pm 
Orm FinnendahlFeb 22, 2006 12:50 pm 
Frank BarknechtFeb 22, 2006 3:16 pm 
Subject:Re: [PD] again: graphic display of data structs and pd-0.39
From:Miller Puckette (mpuc@imusic1.ucsd.edu)
Date:Feb 22, 2006 10:47:13 am
List:at.iem.pd-list

Oops, forgot, this is in the file "s_inter.c", line 560 in Pd 0.39

#define GUI_BYTESPERPING 1024 /* how much we send up per ping */

-->

#define GUI_BYTESPERPING 0x7fffffff

On Wed, Feb 22, 2006 at 07:06:54PM +0100, Frank Barknecht wrote:

Hallo, Orm Finnendahl hat gesagt: // Orm Finnendahl wrote:

I sent the message below some time ago and didn't see any response. Can somebody comment on it? My work heavily depends on fast redrawing of simple polygons and I need to know whether it's a bug or a policy change (for good?).

I think, only Miller can really answer this. :( It might be related to the throttling of data sent between the GUI and Pd's main system, that was introduced in, I think, 0.38, but then only for number boxes. I don't know if Miller extended this to data structures. Structs and drawing instructions have changed sigificantly in 0.39, too, including more features like scaling, invisibility etc. Maybe this had a bad influence on their performance as well.

Ciao