[Csnd] suppress all terminal output
| Date | 2011-07-03 22:30 |
| From | zappfinger |
| Subject | [Csnd] suppress all terminal output |
Is there a way to suppress all textual output from csound?
Even when I use csound from the python API I get this terminal output.
Only if I send the output to the void via the ' > /dev/null 2>&1' trick, it
is gone, but this is a trick that works only on *nix systems.
Richard
--
View this message in context: http://csound.1045644.n5.nabble.com/suppress-all-terminal-output-tp4548219p4548219.html
Sent from the Csound - General mailing list archive at Nabble.com.
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-07-04 08:40 |
| From | joachim heintz |
| Subject | Re: [Csnd] suppress all terminal output |
you can also try -O null or --logfile=null.
does this work?
joachim
Am 03.07.2011 23:30, schrieb zappfinger:
> Is there a way to suppress all textual output from csound?
> Even when I use csound from the python API I get this terminal output.
>
> Only if I send the output to the void via the ' > /dev/null 2>&1' trick, it
> is gone, but this is a trick that works only on *nix systems.
>
> Richard
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/suppress-all-terminal-output-tp4548219p4548219.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-07-04 20:24 |
| From | zappfinger |
| Subject | [Csnd] Re: suppress all terminal output |
Thanks Joachim, they both work ok, in OS X (Unix) and Windows!
It is only weird that this is not documented in most command line flags of
csound that I have come accross..
Richard
--
View this message in context: http://csound.1045644.n5.nabble.com/suppress-all-terminal-output-tp4548219p4550949.html
Sent from the Csound - General mailing list archive at Nabble.com.
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-07-04 20:35 |
| From | joachim heintz |
| Subject | Re: [Csnd] Re: suppress all terminal output |
thanks for the feedback; this is good to know. it's documented in the
csound manual:
http://www.csounds.com/manual/html/CommandFlags.html
joachim
Am 04.07.2011 21:24, schrieb zappfinger:
> Thanks Joachim, they both work ok, in OS X (Unix) and Windows!
> It is only weird that this is not documented in most command line flags of
> csound that I have come accross..
>
> Richard
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/suppress-all-terminal-output-tp4548219p4550949.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|