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
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
Frank Barknecht _ ______footils.org__
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
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 hard.off@gmail.com 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
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 reakinator@gmail.com 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 hard.off@gmail.com 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
On Wed, Jun 18, 2008 at 1:25 PM, Rich E reakinator@gmail.com 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
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.
Ah, buggers, didn't notice that was in there. Here it is.
rich
On Wed, Jun 18, 2008 at 12:45 AM, hard off hard.off@gmail.com 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.
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.
Frank Barknecht _ ______footils.org__
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
Hi Miller, I put together a more straightforward example of the quantized array thing here in case you happen to be nosing around that code too : )
(I also found a crasher bug while making it; trying to plot elements where the element template doesn't exist)
Cheers Luke
On Thu, Jun 19, 2008 at 12:51 PM, Miller Puckette mpuckett@imusic1.ucsd.edu wrote:
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
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