| Use fout with what you have otherwise:
Example:
fout "Sixth-Fam4.wav", 4, ga1, ga2
ga1 = 0
ga2 = 0
ga1 and ga2 are the accumulated stereo outputs; fout does not zero its
output each pass (unlike outs), so the resets to zero. The way you handle
fout in relation to outs is crucial; presumably you want the same thing.
I use this procedure each time I need to record my live performance pieces.
Art Hunkins
----- Original Message -----
From: "Stefan Thomas"
To:
Sent: Saturday, April 04, 2009 6:07 PM
Subject: [Csnd] making a wav file from live midi input
> Dear community,
> I have succesfully made my first few patches and I can play it live
> via midi, using "-odevaudio -M1 -b400" as csounds options.
> Now I would like to record what I'm playinf directly to a wave file,
> but I don't know how to do it.
> Maybee I should mention, that I'm using a linux machine, with kubuntu
> studio.
> Thanks for Your support
> Stefan
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
|