Csound Csound-dev Csound-tekno Search About

[Csnd] in and out

Date2009-06-17 09:58
Fromfrancibal
Subject[Csnd] in and out
Ciao to all,
another little simple question: I make an audio file, then I would use
diskgrain on this file, BUT I want make all in a single csd. I had try fout
for write a file (instr 1), and then i read this file with diskgrain (instr
2), and it works. But: I need to start instr 2 after the same time duration
of the audio file ?
Can I use other way for produce an audio file and how many time occour for
this process ?
Hope i'm sufficiently clear.

Always thanks,
"perfect beginner", fran
-- 
View this message in context: http://www.nabble.com/in-and-out-tp24069581p24069581.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2009-06-17 12:54
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: in and out
AttachmentsNone  None  

Date2009-06-17 13:14
FromMichael Gogins
Subject[Csnd] Re: in and out
You can use Python to do whatever you want. You can use the subprocess
module to start and manage external processes, run Csound multiple
times, generate scores, etc. In addition you can start and stop and
control Csound using the Csound API.

Hope this helps,
Mike

On 6/17/09, francibal  wrote:
>
> Ciao to all,
> another little simple question: I make an audio file, then I would use
> diskgrain on this file, BUT I want make all in a single csd. I had try fout
> for write a file (instr 1), and then i read this file with diskgrain (instr
> 2), and it works. But: I need to start instr 2 after the same time duration
> of the audio file ?
> Can I use other way for produce an audio file and how many time occour for
> this process ?
> Hope i'm sufficiently clear.
>
> Always thanks,
> "perfect beginner", fran
> --
> View this message in context:
> http://www.nabble.com/in-and-out-tp24069581p24069581.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Date2009-06-17 14:26
Fromfrancibal
Subject[Csnd] Re: in and out
Yes. I think not only granule but I would have a continuos process, and i
think that ftable is the right way. Yes, python is a great idea, and i use
it, but i'm not so able yet... Anyway i will try both the way.

Many thanks for Yours always interesting helps.
Every day somethings more.

Ciao,

fran
-- 
View this message in context: http://www.nabble.com/in-and-out-tp24069581p24073681.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2009-06-17 14:39
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: in and out
AttachmentsNone  None