Command Line flag for no input/output device
Date | 2016-03-28 03:59 |
From | Emmett Palaima |
Subject | Command Line flag for no input/output device |
Hi, I am trying to set a csd to have no input/output audio devices via a command line flags. This is because I am using it to control another csd via osc, and don't want it to tie up my audio device which the other csd is using.
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Would it be something like this? -o none Any help is greatly appreciated. Thanks, Emmett Palaima |
Date | 2016-03-28 04:28 |
From | Nikhil Singh |
Subject | Re: Command Line flag for no input/output device |
Hey Emmett, I think the '-n' flag will do what you're looking for. Best, Nikhil
|
Date | 2016-03-28 13:26 |
From | Oeyvind Brandtsegg |
Subject | Re: Command Line flag for no input/output device |
...but I guess you will want to run towards an audio device, or some other way of keeping it in sync. With -n Csound will run as fast as it can, also spending all available CPU resources. 28. mar. 2016 05.38 skrev "Nikhil Singh" <nsingh1@berklee.edu>:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-03-28 13:35 |
From | Tarmo Johannes |
Subject | Re: Command Line flag for no input/output device |
-odac -+rtaudio=null 28.03.2016 15:27 kirjutas kuupäeval "Oeyvind Brandtsegg" <obrandts@gmail.com>:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|