Re: [PD] Error message with 53.1 on M1

2024-04-11 Thread Roman Haefeli
On Thu, 2024-04-11 at 10:13 +0200, Jean-Marie Adrien wrote:
> 
> any idea ?
> 

I don't know what part the externals or abstractions [Spat] and [gate1]
are coming from. Can you reproduce the error without using any
externals? If those are abstractions, can you share them or copy them
into your patch?

Roman


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


[PD] Error message with 53.1 on M1

2024-04-11 Thread Jean-Marie Adrien
Hello
Trying Pd 0.53.1 on MacBook pro M1 Monterey, 
simple readsf~ object with several voices and an (inlet~) (+~)(outlet~) to 
chain several voices in Miller’s classic style

Getting this message


(Tcl) ERREUR : wrong # args: should be "::pdwindow::logpost object_id level 
message"
while executing
"::pdwindow::logpost 0x0.41780f00.c  itemconfigure {0x1490a0800NUMBER} -"
("uplevel" body line 9)
invoked from within
"uplevel #0 $docmds »



any idea ?


JM


Little patch below, seems creating the problem, (but as always, maybe coming 
from something else)


#N canvas 568 338 1124 803 12;
#X obj 238 -74 inlet;
#X obj 205 -73 1;
#X obj 205 -101 r \$0-opengate;
#X obj 205 -51 gate1;
#X msg 292 -76 50;
#X obj 535 -91 inlet;
#X obj 535 -69 s \$0-indexinitial;
#X obj 246 -2 0;
#X obj 206 -24 t b f b b;
#X obj 463 263 Spat;
#X obj 227 343 * 0.01;
#X obj 278 342 * 0.01;
#X obj 208 424 *~ 1;
#X obj 254 425 *~ 1;
#X obj 454 2 r \$0-indexinitial;
#X obj 454 27 t f f b;
#X obj 471 82 f;
#X obj 504 83 + 8;
#X msg 460 161 open ./Sounds/EpaissesSingulieres/EpaisseSinguliere\$1.wav;
#X obj 212 243 readsf~ 2;
#X obj 287 244 bng 19 250 50 0 empty empty empty 0 -10 0 12 #fcfcfc #00 
#00;
#X obj 288 268 t;
#X obj 322 271 s \$0-opennextfile;
#X obj 308 295 s \$0-opengate;
#X obj 521 38 r \$0-opennextfile;
#X msg 202 212 start;
#X obj 466 219 print opening;
#X obj 280 382 *;
#X obj 229 378 *;
#X obj 191 512 outlet~;
#X obj 257 513 outlet~;
#X obj 23 -64 inlet~;
#X obj 79 -64 inlet~;
#X obj 200 465 +~;
#X obj 251 474 +~;
#X obj 504 106 mod 44;
#X obj 475 55 - 1;
#X obj 497 132 + 1;
#X connect 0 0 3 1;
#X connect 1 0 3 0;
#X connect 2 0 1 0;
#X connect 3 0 8 0;
#X connect 4 0 3 1;
#X connect 5 0 6 0;
#X connect 7 0 3 0;
#X connect 8 0 25 0;
#X connect 8 1 10 0;
#X connect 8 1 11 0;
#X connect 8 2 7 0;
#X connect 8 3 9 0;
#X connect 9 0 28 1;
#X connect 9 1 27 1;
#X connect 10 0 28 0;
#X connect 11 0 27 0;
#X connect 12 0 33 1;
#X connect 13 0 34 1;
#X connect 14 0 15 0;
#X connect 15 0 18 0;
#X connect 15 1 36 0;
#X connect 15 2 1 0;
#X connect 16 0 17 0;
#X connect 17 0 16 1;
#X connect 17 0 35 0;
#X connect 18 0 19 0;
#X connect 18 0 26 0;
#X connect 19 0 12 0;
#X connect 19 1 13 0;
#X connect 19 2 20 0;
#X connect 20 0 21 0;
#X connect 21 0 23 0;
#X connect 21 1 22 0;
#X connect 24 0 16 0;
#X connect 25 0 19 0;
#X connect 27 0 13 1;
#X connect 28 0 12 1;
#X connect 31 0 33 0;
#X connect 32 0 34 0;
#X connect 33 0 29 0;
#X connect 34 0 30 0;
#X connect 35 0 37 0;
#X connect 36 0 16 1;
#X connect 37 0 18 0;


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