Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a C++ csound tutorial? [closed]

Tags:

c++

audio

csound

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.

like image 641
augustin Avatar asked Jan 23 '11 05:01

augustin


1 Answers

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.

like image 95
Andres Cabrera Avatar answered Nov 10 '22 01:11

Andres Cabrera