[PD] PD 0.48.0 - netsend/netreceive not working in -nogui mode

oliver oliver at klingt.org
Fri Oct 27 15:41:45 CEST 2017


hi, dear list !

PD: 0.48.0
OS: Win 7 / 64 bit

when i run PD in "-nogui" mode, netsend/netreceive messages don't work 
anymore. i tried two simple patches (attached) where the sender just 
sends 0 and 1 over [netsend -u] to another instance of PD (the receiver).

this works as expected in GUI mode, but not when the receiver patch is 
run with "-nogui"

this used to work up until PD 0.47.1 (at least on my machine)



best

oliver


-- 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
/////////////// http://pendler.klingt.org //////////////
\\\\\\\\\\\\\\\ http://oliver.klingt.org  \\\\\\\\\\\\\\
////////////////////////////////////////////////////////
-------------- next part --------------
#N canvas 1047 398 454 212 10;
#X obj 20 7 loadbang;
#X msg 20 29 \; pd dsp 1;
#X obj 57 164 dac~;
#X obj 99 37 * 0.2;
#X obj 66 136 *~ 0.2;
#X obj 65 104 osc~ 440;
#X obj 99 10 netreceive 4444 1;
#X text 157 104 try to run this with or without GUI;
#X text 158 67 PD 0.48.0;
#X connect 0 0 1 0;
#X connect 3 0 4 1;
#X connect 4 0 2 0;
#X connect 4 0 2 1;
#X connect 5 0 4 0;
#X connect 6 0 3 0;
-------------- next part --------------
#N canvas 1531 394 361 195 10;
#X msg 127 122 connect localhost 4444;
#X obj 127 20 loadbang;
#X obj 47 61 metro 1000;
#X msg 47 37 1;
#X obj 47 90 f;
#X obj 75 90 == 0;
#X obj 47 115 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X msg 47 137 send \$1;
#X obj 127 154 netsend -u;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 1 0 3 0;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 4 0 6 0;
#X connect 5 0 4 1;
#X connect 6 0 7 0;
#X connect 7 0 8 0;


More information about the Pd-list mailing list