[CM] How to send udp bundles from Grace on Linux?

Tito Latini tito.01beta at gmail.com
Fri Mar 6 23:18:02 PST 2020


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 %


More information about the Cmdist mailing list