[PD] That old -nogui/nosound problem on Linux ...

Chrissie Caulfield progchick at gmail.com
Tue Apr 10 17:11:16 CEST 2012


Hi all,

I've been scouring the lists for a solution to this but none of them 
seem to work for me. Almost all non-trivial patches produce no sound 
with the -nogui flag, even with the delayed startup or the 
workaround_loader.pd that was posted here some time ago.

I know very little about the pd code but I'm a competent C professional 
programmer and really want to fix this. Does anyone have any ideas where 
I might start to look or is it still 'voodoo'?  ;-)

I'm using pd-extended from git & externals from svn, checked out this 
morning.

I've managed to make this trivial patch that reproduces the problem (and 
includes the startup delay). I don't know why polygate~ does show the 
problem where hip~ and friends don't but I'm hoping it's a clue!

So, does anyone have any (even vague) ideas of where to start before I 
start randomly digging?

Chrissie
-------------- next part --------------
#N canvas 764 117 364 380 10;
#X obj 14 10 adc~;
#X obj 52 245 dac~;
#X obj 117 9 loadbang;
#X obj 181 56 delay 1000;
#X msg 181 83 \; pd dsp 1;
#X obj 82 137 polygate~ 1 10;
#X msg 117 93 choice 1;
#X connect 0 0 5 0;
#X connect 2 0 3 0;
#X connect 2 0 6 0;
#X connect 3 0 4 0;
#X connect 5 0 1 0;
#X connect 5 0 1 1;
#X connect 6 0 5 0;


More information about the Pd-list mailing list