hi all !
just wondering: when i use "pd -rt" i have very stable audio-output, even at a cpu-load of 80% and more, i can do almost anything i want. since my patch is quite heavy and i want to run it without any bips and pops, i decided to separate the audio-engine and the GUI into 2 tasks communicating via netsend/netreceive (so they could be run on different computers if needed)
since i am now working on only one single pc, i normally start 2 pd's, one with audio enabled and the "-rt" flag, the other (the GUI) with audio disabled. i do not want to stiff it all together into one big audio-GUI patch for the reasons mentioned above (and because i used quite a lot sends and receives with the same name. i would have to rewrite the whole thing, to make it run again)
while developing i did not encounter any problems with this setting. unfortunately i NOW do not want the audio-engine be visible when the whole thing is started (my GUI is very beautiful...) therefore my clever self has remembered the "-nogui" flag, BUT: when started with "-nogui" (and with or without "-rt") i am not able to move my mouse without actually hearing it (nice, but i do not want this now). it seems like the -nogui flag removes the -rt things (though, the task is still running as suid)
any ideas ? what is this -nogui thing for, if everything behaves worse when using it ? shouldn't it gain performance ?
mfg.cdas.st IOhannes
Hey has anyone encountered problems running there gem window at maximum size? When I hit the maximise button the window goes to full screen but the desktop is visible through the window? This is a problem as I can't open the window at full screen from the start as I have to start rendering from my patch? I know I could use midi data to start the rendering but is there another way where I can just minimize my patch and maximise the window without the desktop showing? Thanks for the help!
Regards, Rory
Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
Rory Walsh rorytheroar@yahoo.com wrote:
Hey has anyone encountered problems running there gem window at maximum size? When I hit the maximise button the window goes to full screen but the desktop is visible through the window? This is a problem as I can't open the window at full screen from the start as I have to start rendering from my patch?
Just using "loadbang" will do.
Like this.
#N canvas 164 11 197 161 8; #X obj 24 127 gemwin; #X msg 120 87 create; #X msg 82 86 1; #X obj 84 29 loadbang; #X obj 84 57 t b b; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 4 0; #X connect 4 0 2 0; #X connect 4 1 1 0;
Uta.