[Csnd] Capturing Real-Time Performance
Date | 2010-01-04 20:38 |
From | Adam Puckett |
Subject | [Csnd] Capturing Real-Time Performance |
Hi List, Is it possible to capture real-time performance into a file with Csound? Normally, I would use Audacity to record music and multitrack. It seems like I would need to use two -o flags (-odac and -o music.wav). Do I not understand something? Thanks, Adam Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-01-04 20:44 |
From | Andres Cabrera |
Subject | [Csnd] Re: Capturing Real-Time Performance |
Hi, You can do it inside Csound using fout, or you can use the record button if you use QuteCsound. Cheers, Andrés On Mon, Jan 4, 2010 at 8:38 PM, Adam Puckett |
Date | 2010-01-04 20:45 |
From | PINOT Francois |
Subject | [Csnd] Re: Capturing Real-Time Performance |
Adam Puckett a écrit : > Hi List, > > Is it possible to capture real-time performance into a file with Csound? Normally, I would use Audacity to record music and multitrack. It seems like I would need to use two -o flags (-odac and -o music.wav). Do I not understand something? > > Thanks, > > Adam > > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > See the second example from the fout entry in the manual. It uses the monitor opcode to read the csound output buffer and redirect it to a file. Francois Pinot Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-01-04 21:03 |
From | "gmschroeder@gmail.com" |
Subject | [Csnd] Re: Re: Capturing Real-Time Performance |
I recommend playing with the looper on http://iainmccurdy.org/csound.html That's how I figured this out, anyway. Greg On Mon, 4 Jan 2010, PINOT Francois wrote: > Adam Puckett a ?crit : >> Hi List, >> >> Is it possible to capture real-time performance into a file with Csound? >> Normally, I would use Audacity to record music and multitrack. It seems >> like I would need to use two -o flags (-odac and -o music.wav). Do I not >> understand something? >> >> Thanks, >> >> Adam >> >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" >> > See the second example from the fout entry in the manual. It uses the monitor > opcode to read the csound output buffer and redirect it to a file. > > Francois Pinot > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |