Hi all.,
Well, at the usual place,
http://crca.ucsd.edu/~msp/software.html
you can now get pd 0.35 test 10. I fixed the MIDI problems in test 9, and found a few other bugs to fix too. Now I'll turn to documentation, and fix whatever new bugs I find, and try to get the real 0.35 out in a week or so...
(also, I'm trying to get it to run under Mac OSX.)
cheers Miller
hi Miller,
I find the ``x->te_pd->c_wb != &text_widgetbehavior'' condition for `show-on-parent' property a little confusing. It is hard coded in text_shouldvis().
Is showing subcanvas object boxes on parent intended? I mean the case of: main canvas -> its subcanvas (graph-on-parent on) -> sub-subcanvas (graph-on-parent off). The sub-subcanvas is visible as an object box inside the graph shown on the main canvas.
Likewise, _any_ class with its own widgetbehaviour? On the other hand, object boxes of any class with standard widgetbehaviour are _not_ shown on parent, yet they remain active (e.g. if the class happens to have a click method).
Maybe a more flexible way would be to use a flag settable in <class>_setup() routine?
Krzysztof
Btw. I wonder if line 920 in pd.tk should not be commented out: ``.controls.switches.meterbutton configure -text $key''?
hi again,
test10 gets unreliable after duplicating ``shown on parent'' graphs (also regular arrays!) -- first it tends to duplicate everything around (like my keyboard strokes), then eventually crashes.
The deadly sequence might be: File/New, Put/Graph (or Array), select the graph, Edit/Duplicate, File/Close, File/New, File/Close.
Krzysztof
Yep... thanks for that, I think I've fixed it in my copy:
in canvas_vis(), it should be:
else /* make invisible */
{
int i;
t_canvas *x2;
if (!x->gl_havewindow)
{
canvas_create_editor(x, 0);
return;
}
glist_noselect(x);
I'll fix some other stuff and grind out attempt number 11..
cheers Miller
On Tue, Feb 19, 2002 at 05:15:26PM +0100, Krzysztof Czaja wrote:
hi again,
test10 gets unreliable after duplicating ``shown on parent'' graphs (also regular arrays!) -- first it tends to duplicate everything around (like my keyboard strokes), then eventually crashes.
The deadly sequence might be: File/New, Put/Graph (or Array), select the graph, Edit/Duplicate, File/Close, File/New, File/Close.
Krzysztof
Krzysztof Czaja hat gesagt: // Krzysztof Czaja wrote:
Btw. I wonder if line 920 in pd.tk should not be commented out: ``.controls.switches.meterbutton configure -text $key''?
That is the reason, why I now can not only see the peaks, I'm generating, but also the keys im pressing in the PD main window, isn't it?
It might be a cool feature, not a bug ;)
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ / / __ \ ___\
/ / / ____/ / / / // ____// /\ \ ___\____ \
/_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\