[Csnd] stdlib vs stderr
Date | 2014-08-30 19:20 |
From | Eduardo Moguillansky |
Subject | [Csnd] stdlib vs stderr |
Hi, this might me my confussion regarding the proper behaviour of a unix program in terms of what gets sent to stdout and what gets sent to stderr, but I would prefer that would output the samplerate to stdout and all the other information and warnings to stderr, instead of the current behaviour, which is to send everything to stderr. Best, Eduardo Moguillansky |
Date | 2014-08-30 19:32 |
From | Justin Smith |
Subject | Re: [Csnd] stdlib vs stderr |
If I recall correctly, the reason for sending all csound text output to stderr is to allow shell pipelines for audio data. On Sat, Aug 30, 2014 at 11:20 AM, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
|
Date | 2014-08-30 22:03 |
From | moguillansky |
Subject | [Csnd] Re: stdlib vs stderr |
Yes, I would have supposed the same, but in the case of "--sample-rate" or "--devices" there is no audio data because these arguments tell csound to output the given information and then exit. On Sat, Aug 30, 2014 at 8:33 PM, Justin Smith [via Csound] <[hidden email]> wrote:
View this message in context: Re: stdlib vs stderr Sent from the Csound - General mailing list archive at Nabble.com. |