Hi list!

I'm having problems with object [pd~] in pd 0.48. When a patch is opened
using the -nogui flag it does not send messages to the main instance
through the [stdout] object, as it should. Attached 2 patches used in the
test.

My operating system is AVLinux (Debian Stretch Testing).

Launching pd via terminal, it gives the following messages when trying to
initialize the second instance:

pd-extern: EOF on input
Ignoring invalid font-metrics from GUI!

Using pd 0.47 the problem does not exist.

I am reporting the error here because I did not find the pd 0.48 option in
bugtracker.

Thank's a lot for all the great community work!

Bruno

-- 
Bruno Faria Rohde
#N canvas 76 287 550 279 10;
#X obj 97 168 pd~ -ninsig 0 -noutsig 0;
#X obj 97 210 print OUTPUT;
#X msg 107 126 pd~ stop;
#X msg 97 95 pd~ start -nogui second.pd;
#X msg 77 65 pd~ start second.pd;
#X text 225 65 OK;
#X text 293 96 NO RESPONSE;
#X obj 420 62 loadbang;
#X msg 420 84 \; pd dsp 1;
#X connect 0 0 1 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
#X connect 7 0 8 0;
#N canvas 632 331 450 300 10;
#X obj 165 69 loadbang;
#X msg 165 121 1;
#X obj 165 143 metro 300;
#X msg 165 165 50;
#X msg 265 116 \; pd dsp 1;
#X obj 165 91 t b b;
#X obj 165 197 stdout;
#X connect 0 0 5 0;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 3 0 6 0;
#X connect 5 0 1 0;
#X connect 5 1 4 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to