Csound Csound-dev Csound-tekno Search About

[Cs-dev] using pipes with sndinfo

Date2007-10-10 19:13
FromJan Rusch
Subject[Cs-dev] using pipes with sndinfo
hello everybody, 

the following command worked well on csound4
   csound -U sndinfo *.wav > temp.sndinfo
but not on csound5 (i am using csound  5.01.0 on mac)

How can i pipe the output into a text-file?
Any advice?


-- 
View this message in context: http://www.nabble.com/using-pipes-with-sndinfo-tf4602517.html#a13141410
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-10-10 20:01
FromJacob Joaquin
SubjectRe: [Cs-dev] using pipes with sndinfo
Try this:

csound -U sndinfo *.wav 2> temp.sndinfo

Hope this works for you.

Best,
Jake

---- 
The Csound Blog 
http://www.thumbuki.com/csound/blog  




Jan Rusch wrote:
> 
> hello everybody, 
> 
> the following command worked well on csound4
>    csound -U sndinfo *.wav > temp.sndinfo
> but not on csound5 (i am using csound  5.01.0 on mac)
> 
> How can i pipe the output into a text-file?
> Any advice?
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/using-pipes-with-sndinfo-tf4602517.html#a13142255
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net