[chuck-users] running chuck as a process with no terminal?

joerg piringer joerg at piringer.net
Mon Nov 13 12:43:22 EST 2006


what GUI toolkit do you use?
in wxPython there's a possibility to start a process without a terminal 
window and capture it's output.
i used this with OSCSurface. it's written in c++ & wxWidgets but it 
should be similar in wxPython.
link:
http://joerg.piringer.net/index.php?href=software/oscsurface.xml&mtitle=software

best
joerg

altern wrote:
> hi
> 
> i am launching chuck from python (i have a python GUI and chuck works as
> sound engine). When I run chuck from python it opens a terminal, I would
> like to hide this. I use python os.spawnv command for this.
> 
> In PD there is a startup flag -nogui that launches pd as a process with
> no console whatsoever, only visible via top or process list. Anything
> like that in ChucK? i have checked the documentation for the virtual
> machine but i could not see anything in this direction.
> 
> Another important issue i am having is that as soon as the chuck 
> terminal loses the focus the sound stops. So when I select the python 
> window the sound stops. Is there any way to avoid this?
> 
> I am working on xp at the moment, so i havent tested if this happens as
> well on linux or osx.
> 
> I have very limited access to internet for a few days so i cannot search
> on the mailing list archive or the forum about this issue. Sorry.
> 
> thanks
> 
> enrike
> 
> 
> 
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users


-- 
http://joerg.piringer.net
http://www.transacoustic-research.com
http://www.iftaf.org
http://www.vegetableorchestra.org/


More information about the chuck-users mailing list