Re: [PD] bug in gop data-structs?

2008-06-20 Thread Miller Puckette
yep, I'm getting this too.  I'll try to figure that one out.

cheers
Miller

On Thu, Jun 19, 2008 at 08:16:40AM +0200, Frank Barknecht wrote:
 Hallo,
 Rich E hat gesagt: // Rich E wrote:
 
  I'm just checking to see if this is in fact a bug, or I am doing something
  wrong with GOP data structs.  The attached patch draws bars that symbolize 2
  measures, with 4 sub divisions each.  The problem is, when I minimize the
  patch and bring it back up, they disappear... seems like a bug to me, and
  I'll file a report if it is.
 
 With your new patch I can confirm the bug for pd 0.41 under blackbox
 on Linux: They disappear.
 
 Ciao
 -- 
  Frank Barknecht _ __footils.org__
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bug in gop data-structs?

2008-06-19 Thread Frank Barknecht
Hallo,
Rich E hat gesagt: // Rich E wrote:

 I'm just checking to see if this is in fact a bug, or I am doing something
 wrong with GOP data structs.  The attached patch draws bars that symbolize 2
 measures, with 4 sub divisions each.  The problem is, when I minimize the
 patch and bring it back up, they disappear... seems like a bug to me, and
 I'll file a report if it is.

With your new patch I can confirm the bug for pd 0.41 under blackbox
on Linux: They disappear.

Ciao
-- 
 Frank Barknecht _ __footils.org__

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bug in gop data-structs?

2008-06-19 Thread Miller Puckette
Yep, way buggy.  I seem to have changed the way the bugs manifest in my
latest source, but I still don't have it working right... stay tuned :)

M

On Thu, Jun 19, 2008 at 08:16:40AM +0200, Frank Barknecht wrote:
 Hallo,
 Rich E hat gesagt: // Rich E wrote:
 
  I'm just checking to see if this is in fact a bug, or I am doing something
  wrong with GOP data structs.  The attached patch draws bars that symbolize 2
  measures, with 4 sub divisions each.  The problem is, when I minimize the
  patch and bring it back up, they disappear... seems like a bug to me, and
  I'll file a report if it is.
 
 With your new patch I can confirm the bug for pd 0.41 under blackbox
 on Linux: They disappear.
 
 Ciao
 -- 
  Frank Barknecht _ __footils.org__
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bug in gop data-structs?

2008-06-18 Thread hard off
i can't use your patch because i don't have the [for] object, but i have had
similar troubles that you described.  i can also only describe it as a bug.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bug in gop data-structs?

2008-06-18 Thread Rich E
Ah, buggers, didn't notice that was in there.  Here it is.

rich

On Wed, Jun 18, 2008 at 12:45 AM, hard off [EMAIL PROTECTED] wrote:

 i can't use your patch because i don't have the [for] object, but i have
 had similar troubles that you described.  i can also only describe it as a
 bug.





for.pd
Description: Binary data
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bug in gop data-structs?

2008-06-18 Thread Frank Barknecht
Hallo,
Rich E hat gesagt: // Rich E wrote:

 I'm just checking to see if this is in fact a bug, or I am doing something
 wrong with GOP data structs.  The attached patch draws bars that symbolize 2
 measures, with 4 sub divisions each.  The problem is, when I minimize the
 patch and bring it back up, they disappear... seems like a bug to me, and
 I'll file a report if it is.

 traverse $0-bar-data
 ... couldn't create
  for 0 0
  ... couldn't create

Ciao
-- 
 Frank Barknecht _ __footils.org__

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bug in gop data-structs?

2008-06-18 Thread Rich E
Ok, sorry about that.  I copied and pasted out of a larger patch last time,
a little too hastily.

The attached patch is the same one, with no abstractions.

Hardoff, your problem is a different one, that I think I have experienced as
well.  The data struct objects don't hold their drawing order when the main
patch is redrawn.

In my bug, there should only be one thing drawn, the bars.

regards,
Rich

On Wed, Jun 18, 2008 at 6:08 AM, hard off [EMAIL PROTECTED] wrote:

 yeah sorry, i still can't get your patch to work either, even with the
 'for' abstraction.

 but i have attached an example of the glitch i have.  after re-reading you
 post and looking at the bits of your patch which do work, i think it might
 be a different bug, but may possibly be related.

 anyway...example is attached



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bug in gop data-structs?

2008-06-18 Thread Rich E
Geeshh... I'm slipping more and more this week.  I forgot to attach the
patch, here it is.

On Wed, Jun 18, 2008 at 1:25 PM, Rich E [EMAIL PROTECTED] wrote:

 Ok, sorry about that.  I copied and pasted out of a larger patch last time,
 a little too hastily.

 The attached patch is the same one, with no abstractions.

 Hardoff, your problem is a different one, that I think I have experienced
 as well.  The data struct objects don't hold their drawing order when the
 main patch is redrawn.

 In my bug, there should only be one thing drawn, the bars.

 regards,
 Rich

 On Wed, Jun 18, 2008 at 6:08 AM, hard off [EMAIL PROTECTED] wrote:

 yeah sorry, i still can't get your patch to work either, even with the
 'for' abstraction.

 but i have attached an example of the glitch i have.  after re-reading you
 post and looking at the bits of your patch which do work, i think it might
 be a different bug, but may possibly be related.

 anyway...example is attached



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list





gop-data-struct2.pd
Description: Binary data
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bug in gop data-structs?

2008-06-18 Thread Luke Iannini
 On Wed, Jun 18, 2008 at 1:25 PM, Rich E [EMAIL PROTECTED] wrote:
 Hardoff, your problem is a different one, that I think I have experienced
 as well.  The data struct objects don't hold their drawing order when the
 main patch is redrawn.

Yo,
I have a horrible, tear-jerking workaround for this in senderfruit/
called ds-raise that will raise an item in a DS to the top.

It's written to only act on the first appearance of each template in a
struct (a limitation I need to remove library wide before splitting
out ds-abs officially; I've been using nothing but arrays and one of
each thereof so this hasn't been a personal priority yet).  But you
should be able to have a look inside and get the idea.

Worse, it needs to be called after the data-subpatch is opened with a
delay of ~200ms depending on complexity.  But, it does do the trick.
(in case it's not clear, you'd call ds-raise on each template you'd
like to order, in order, from bottom to top)

The z-order bug (which, actually, I'd prefer was converted to a real
parametric Z-ordering feature) and the mega-sketchy array-item mouse
dragging/interaction* in grain-quantized arrays (e.g. plot -y
note(0:88)(712:0)(1) noteArray 155 0 0 0), if fixed, would increase
my use of DS by at least a zillion percent.

*actually, this has become a valuable stochastic composition tool for me

Cheers
Luke

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] bug in gop data-structs?

2008-06-17 Thread Rich E
Hi all,

I'm just checking to see if this is in fact a bug, or I am doing something
wrong with GOP data structs.  The attached patch draws bars that symbolize 2
measures, with 4 sub divisions each.  The problem is, when I minimize the
patch and bring it back up, they disappear... seems like a bug to me, and
I'll file a report if it is.

regards,
Rich


gop-data-struct.pd
Description: Binary data
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list