[Csnd] csound api
Date | 2009-12-28 15:00 |
From | Michael 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" |
Date | 2009-12-28 15:12 |
From | Michael 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: |
Date | 2009-12-28 15:23 |
From | Michael 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" |
Date | 2009-12-28 15:32 |
From | Michael 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: |