On Thursday 23 March 2006 18:04, Tobiah wrote: > Where is the python API library documented? Also, > although I believe that I have a fairly good idea, > I was wondering how this is being used by csounders > out there. There is no documentation specifically for using the API in Python, but it is generally similar to the C/C++ API that is documented - even if not in a very detailed way - in these files: H/csound.h H/csound.hpp Additionally, there are a number of classes specifically for the language wrappers to add some more functionality and work around the limitations of using the API in high level languages like Python: interfaces/CppSound.hpp interfaces/cs_glue.h interfaces/cs_glue.hpp interfaces/CsoundFile.hpp interfaces/csPerfThread.hpp interfaces/filebuilding.h You can find a few simple examples that may help to get started in examples/, and some others have also been posted to the list.