Hi all -
Pd 0.43-2 test 1 is out on the usual places:
http://crca.ucsd.edu/~msp/software.htm
or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data
This version fixes the TCL errors starting up on Windows (the page-long pink blot on the Pd window) and a couple of minor fixes.
Oddly, the default fint size seems to have changed on Windows from 0.43-1; I don't understand why that happened and anyway I still have to check what's most consistent with 0.42 (in hopes of maintaining longer-term consistency of fonts).
Also, there's a remaining bug in setting initial window sizes (most visible in the "test audio and MIDI" window) - sometimes scroll bars appear that eat into window space unnecessarily. I'll try to find a fix for that next.
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
On 02/23/12 18:11, Miller Puckette wrote:
Hi all -
Pd 0.43-2 test 1 is out on the usual places:
great.
This version fixes the TCL errors starting up on Windows (the page-long pink blot on the Pd window) and a couple of minor fixes.
unfortunately not entirely (i could only test the git version (rev: bb91ad26e16), due to my bad internet connection).
i still get a tcl error, when trying to change the number of items of an [hradio] in a closed subpatch [1].
see attached patch that illustrates the problem.
it would be great if this minor annoyance could somehow be fixed.
fgmasrd IOhannes
[1] this was reported as https://sourceforge.net/tracker/index.php?func=detail&aid=3484412&gr...
This looks like a big, systeming problem with the IEM GUIS that's probably been there for years. I'm afraid to try to fix that so late before freezing a release since fixing all teh related oopses will involve dozens (?) of edits.
Thanks for flagging it though -- it looks like the next thing I need to take care of is to get teh IEM GUI code in a sustainable state!
Miller
On Fri, Feb 24, 2012 at 09:40:19AM +0100, IOhannes m zmölnig wrote:
On 02/23/12 18:11, Miller Puckette wrote:
Hi all -
Pd 0.43-2 test 1 is out on the usual places:
great.
This version fixes the TCL errors starting up on Windows (the page-long pink blot on the Pd window) and a couple of minor fixes.
unfortunately not entirely (i could only test the git version (rev: bb91ad26e16), due to my bad internet connection).
i still get a tcl error, when trying to change the number of items of an [hradio] in a closed subpatch [1].
see attached patch that illustrates the problem.
it would be great if this minor annoyance could somehow be fixed.
fgmasrd IOhannes
[1] this was reported as https://sourceforge.net/tracker/index.php?func=detail&aid=3484412&gr...
#N canvas 558 108 635 300 10; #N canvas 5 49 450 300 sub 0; #X obj 147 160 hradio 15 1 0 1 empty empty empty 0 -8 0 10 -262144 -1 -1 0; #X obj 147 86 inlet; #X msg 147 108 number $1; #X connect 1 0 2 0; #X connect 2 0 0 0; #X restore 101 154 pd sub; #X floatatom 101 135 5 0 0 0 - - -; #X msg 101 36 bang; #X obj 101 108 random 10; #X text 35 36 click the; #X text 151 157 (if you open this , everything works as expected) ; #X text 142 36 repeatedly to trigger a Tcl/TK backtrace , as long as [pd sub] stays closed.; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 3 0 1 0;
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
unfortunately not entirely (i could only test the git version (rev: bb91ad26e16), due to my bad internet connection).
i still get a tcl error, when trying to change the number of items of an [hradio] in a closed subpatch [1].
see attached patch that illustrates the problem.
it would be great if this minor annoyance could somehow be fixed.
You may want to try out pd-l2ork's version of iemgui objects that in addition to offering resize/move hooks also take care of unnecessary redraws. I suspect merging those source files with core pd should be relatively seamless as they've been for the most part edited as independent entities.
Cheers!