I'm glad to see the release that includes deken is out now.

One minor thing still apparent in the test2 release: The second argument
of the 'color' message to a [cnv] object does not change the text color
anymore in Pd 0.47. Text color can be changed by providing a _third_
argument, though. 

See attached patch.

Cheers and thanks for all the work gone into that release,
Roman


On Mon, 2016-04-25 at 09:23 -0700, Miller Puckette wrote:
> Thanks for all your swift feedback... I've put out 0.47-0 test 2, which
> fixes most of the problems I've heard about - I'm still trying to chase
> down a couple of things.  I'll plan to put out the "stable" release next
> weekend if things go smoothly.
> 
> http://msp.ucsd.edu/software.htm
> 
> or $ git clone git://git.code.sf.net/p/pure-data/pure-data


#N canvas 323 44 450 300 10;
#X obj 289 56 cnv 15 80 30 empty cnv-2 cnv-2 20 12 0 14 -233017 -1
0;
#X obj 293 171 pack f f;
#X floatatom 328 124 5 0 0 0 - - -, f 5;
#X obj 328 143 t b a;
#X floatatom 293 97 5 0 0 0 - - -, f 5;
#X obj 49 56 cnv 15 80 30 empty cnv-1 cnv-1 20 12 0 14 -233017 -1 0
;
#X obj 53 225 s cnv-1;
#X obj 53 171 pack f f;
#X floatatom 88 124 5 0 0 0 - - -, f 5;
#X obj 88 143 t b a;
#X floatatom 53 97 5 0 0 0 - - -, f 5;
#X text 333 97 background;
#X text 366 123 text;
#X obj 293 225 s cnv-2;
#X msg 53 201 color \$1 \$2;
#X text 270 16 this works in all versions;
#X msg 293 201 color \$1 0 \$2;
#X text 29 11 this works in <= 0.46 \,;
#X text 30 28 but not in 0.47;
#X text 129 126 <- try this;
#X connect 1 0 16 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 3 1 1 1;
#X connect 4 0 1 0;
#X connect 7 0 14 0;
#X connect 8 0 9 0;
#X connect 9 0 7 0;
#X connect 9 1 7 1;
#X connect 10 0 7 0;
#X connect 14 0 6 0;
#X connect 16 0 13 0;

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to