On Fri, Mar 06, 2020 at 02:31:25PM -0800, Forrest Curo wrote:
> Tito:
> Csound simply runs & ends from your command line. Just runs out of score
> events & stops.
> 
> It prefers:
> csound -odac -+rtaudio=null *--daemon* -L "score"  --orc test.orc
> 
> I know that  -L is supposed to imply running in '--daemon' mode but maybe
> not when using an .orc file?
> 
> No problem, thanks!

I have never used that flag but canonic-mode works:

nohup csound -odac -+rtaudio=null -L score --orc test.orc &

jobs
[1]+  Running  nohup csound -odac -+rtaudio=null -L score --orc test.orc &

# game over
kill %
_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to