For Python, you might also want to try running pydoc in the directory where csnd.py is located, using something like: pydoc -p 3000 and then open up a browser and navigate to http://localhost:3000 and check out what is in csnd.py. It's good for seeing what is in the module but since the library is autogenerated, you'll still have to lookup what functions do in csound.h. steven On 3/16/06, Victor Lazzarini wrote: > csoundAV? > > I think the API you have been discussing is for csound 5. > > The API documentation is still non-existent, but I hope > we'll get round to do it. However, you can look at > csound.h, csound.hpp and csnd.py. The c functions and C++ > class are mirrored in Python (and Java), so the C/C++ header > files will be meaningful. The functions etc are explained > briefly > in the header files. > > Michael was going to rewrite his python examples to use > the Python API, but I am not sure whether he got round to > doing > it. > > Victor > > > > > Hi > > > > I hear all this talk about the API, Iain seems to be using > > it, I want in :-) > > > > So I need some starters: Am I supposed to install csoundAV > > , and if so how is that done on linux? I normally install > > from cvs... > > > > Where do I find documentation on the API, I'm esp. > > interrested in the python API? Some examples, some > > explanations to get me started. > > > > Thanks in advance for any response! > > > > -- > > peace, love & harmony > > Atte > > > > http://www.atte.dk > > -- > > Send bugs reports to this list. > > To unsubscribe, send email to > > csound-unsubscribe@lists.bath.ac.uk > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >