Where can I find a C++ csound tutorial?

2k Views Asked by At

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.

1

There are 1 best solutions below

1
On BEST ANSWER

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.