Csound Csound-dev Csound-tekno Search About

[Csnd] csound api

Date2009-12-28 15:00
FromMichael Mossey
Subject[Csnd] csound api
I'm interested in controlling CSound from a Python program.. initializing 
it, and then sending tables (f-statements) and events (i-statements) in 
real-time. Is this possible with the CSound API? From Python? Maybe using 
cTypes? Or better to make a Python interface wrapper?

Thanks,
Mike


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-28 15:12
FromMichael Gogins
Subject[Csnd] Re: csound api

You can do all this with the existing api, from c, c++, python, Java, lua, or lisp.

MKG from cell phone

On Dec 28, 2009 10:01 AM, "Michael Mossey" <mpm@alumni.caltech.edu> wrote:

I'm interested in controlling CSound from a Python program.. initializing it, and then sending tables (f-statements) and events (i-statements) in real-time. Is this possible with the CSound API? From Python? Maybe using cTypes? Or better to make a Python interface wrapper?

Thanks,
Mike


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-28 15:23
FromMichael Mossey
Subject[Csnd] Re: Re: csound api

Michael Gogins wrote:
> You can do all this with the existing api, from c, c++, python, Java, 
> lua, or lisp.
> 
> MKG from cell phone

ahh, I see the csnd.py module in the standard distribution. Is there 
documentation for csnd.py? Or should I read the API reference manual and 
mentally translate the C into Python?

Thanks,
Mike


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-28 15:32
FromMichael Gogins
Subject[Csnd] Re: Re: Re: csound api

Read the introduction to the Ali manual. This is critical.

MKG from cell phone

On Dec 28, 2009 10:24 AM, "Michael Mossey" <mpm@alumni.caltech.edu> wrote:

Michael Gogins wrote: > > You can do all this with the existing api, from c, c++, python, Java, lu...

ahh, I see the csnd.py module in the standard distribution. Is there documentation for csnd.py? Or should I read the API reference manual and mentally translate the C into Python?

Thanks, Mike Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk w...