Re: [PD-dev] strange behavior of [metro 98.5] for [tabwrite~] into visual array

2012-10-25 Thread Lorenzo Sutton
On 25/10/12 04:28, Jonathan Wilkes wrote: It updates fine with 0.43.1-extended-20120815 on Wheezy, even at [metro 2] although I start getting sluggishness with that setting. Same here, 0.43.4-extended-20121022 - Wheezy (guess it's the most recent extended autobuild?) The attached patch works

[PD-dev] [ pure-data-Patches-3578746 ] [bugfix]: non-2^n-BS bug

2012-10-25 Thread SourceForge . net
Patches item #3578746, was opened at 2012-10-20 10:47 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478072aid=3578746group_id=55736 Please note that this message will contain a full copy of the comment

[PD-dev] [ pure-data-Patches-3578746 ] [bugfix]: non-2^n-BS bug

2012-10-25 Thread SourceForge . net
Patches item #3578746, was opened at 2012-10-20 10:47 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478072aid=3578746group_id=55736 Please note that this message will contain a full copy of the comment

Re: [PD-dev] Mouse pointer disappears over pdp windows...

2012-10-25 Thread Hans-Christoph Steiner
Let's keep this on the list. I'm not a pdp or graphics dev, so I won't be able to help as the questions get deeper, but I'm happy to help you dig. It would be good to have more work on PDP, its a solid library. I do remember vaguely Tom Schouten talking about this, did you try to search the

Re: [PD-dev] strange behavior of [metro 98.5] for [tabwrite~] into visual array

2012-10-25 Thread Hans-Christoph Steiner
Really? You see the array getting updated constantly? I've tried two computers and both where the same. .hc On 10/25/2012 06:21 AM, Lorenzo Sutton wrote: Same here, 0.43.4-extended-20121022 - Wheezy (guess it's the most recent extended autobuild?) The attached patch works all the way down

Re: [PD-dev] strange behavior of [metro 98.5] for [tabwrite~] into visual array

2012-10-25 Thread Hans-Christoph Steiner
OK, this is strange. Lorenzo's patch works fine on mine too, down to 2ms. But my patch still has the same 98.5ms issue. Its attached again, if you could try it. .hc On 10/25/2012 06:21 AM, Lorenzo Sutton wrote: Same here, 0.43.4-extended-20121022 - Wheezy (guess it's the most recent

Re: [PD-dev] strange behavior of [metro 98.5] for [tabwrite~] into visual array

2012-10-25 Thread Hans-Christoph Steiner
I can see a reason to rate limit the updates, but totally stopping them seems really bad to me. Anyone disagree? .hc On 10/25/2012 03:56 PM, Jonathan Wilkes wrote: At arraysize = 4352 I get animation for the full range of the slider At arraysize = 4353 I get frozen array for full range

Re: [PD-dev] strange behavior of [metro 98.5] for [tabwrite~] into visual array

2012-10-25 Thread Miller Puckette
THe whole edifice needs to be reworked I'm afraid... but it's a big project which I haven't yet been able to get started on. cheers M On Thu, Oct 25, 2012 at 04:37:53PM -0400, Hans-Christoph Steiner wrote: I can see a reason to rate limit the updates, but totally stopping them seems really

Re: [PD-dev] strange behavior of [metro 98.5] for [tabwrite~] into visual array

2012-10-25 Thread Hans-Christoph Steiner
My brain is already halfway in it, can you give me some pointers on where to look? Do you know what code is stopping the updates? .hc On 10/25/2012 04:56 PM, Miller Puckette wrote: THe whole edifice needs to be reworked I'm afraid... but it's a big project which I haven't yet been able to

Re: [PD-dev] strange behavior of [metro 98.5] for [tabwrite~] into visual array

2012-10-25 Thread Miller Puckette
The lines, if (phase = endphase) { tabwrite_tilde_redraw(x); phase = 0x7fff; } fix it so that a tabwrite~ only redraws the array once it's completely overwritten. In my view, the updates should be split into chunks (not made into one long

Re: [PD-dev] Mouse pointer disappears over pdp windows...

2012-10-25 Thread IOhannes m zmölnig
On 10/25/2012 06:31 PM, Hans-Christoph Steiner wrote: The output method Im concerned with is pdp_glx but I remember same problem exists for pdp_xv... #1 i guess that the vanishing cursor is a feature rather than a bug (ever watched a visual performance where a system-alert popped up on the