Search code examples
c++audiocsound

Where can I find a C++ csound tutorial?


I have just discovered csound and installed its C++ bindings.

The API is documented here (after a usual installation on Linux):

/usr/share/doc/libcsound64-doc/html/index.html  

However, what I am missing is a good tutorial to get me started with the API.


Solution

  • Here's an introduction to C API (pdf), which is practically the same as the C++ API. There are also a few examples in the Csound source code in the examples and frontends folders.