Csound Csound-dev Csound-tekno Search About

quadrophonic output to multiple mono files ?

Date2006-05-18 13:58
FromJan Baumgart
Subjectquadrophonic output to multiple mono files ?
hi!

How do I output multichannel audio to multiple mono files? (using outq, 
for example). I'm using logic pro for mixing and editing, and 
unfortunatly it doesnt understand multichannel audiofiles.
i know there's fout, but i need to specify the output-filename on the 
commandline, because i'm rendering many different generated 
score-files.
Any tips?

greetings,
jan baumgart

Date2006-05-18 14:27
FromVictor Lazzarini
SubjectRe: quadrophonic output to multiple mono files ?
My suggestion is to use fout and write four different mono files at the
same time. This should be an easy way of doing things if you want
to work with a multitrack software.

Victor

At 13:58 18/05/2006, you wrote:
>hi!
>
>How do I output multichannel audio to multiple mono files? (using outq, 
>for example). I'm using logic pro for mixing and editing, and unfortunatly 
>it doesnt understand multichannel audiofiles.
>i know there's fout, but i need to specify the output-filename on the 
>commandline, because i'm rendering many different generated score-files.
>Any tips?
>
>greetings,
>jan baumgart
>
>--
>Send bugs reports to this list.
>To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 

Date2006-05-18 14:32
FromRory Walsh
SubjectRe: quadrophonic output to multiple mono files ?
Perhaps you could use the --strset flag and the strget opcode. This way 
you could pass the file names from the command line to your csound 
instrument?

csound test.csd --strset1=test1.wav --strset2=test2.wav

and then in your instrument you could do something like this

Sfile1 strget 1
Sfile2 strget 2

this would assign Sfile1 and Sfile2 the sound file names; how you use 
them then is up to yourself, perhaps with an fout?

Rory.




Jan Baumgart wrote:
> hi!
> 
> How do I output multichannel audio to multiple mono files? (using outq, 
> for example). I'm using logic pro for mixing and editing, and 
> unfortunatly it doesnt understand multichannel audiofiles.
> i know there's fout, but i need to specify the output-filename on the 
> commandline, because i'm rendering many different generated score-files.
> Any tips?
> 
> greetings,
> jan baumgart
>