9

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.

Björn Pollex
  • 75,346
  • 28
  • 201
  • 283
augustin
  • 14,373
  • 13
  • 66
  • 79
  • There's a whole bunch of tutorials here: http://www.csounds.com/tootsother/index.html – Paul R Jan 23 '11 at 10:15
  • None of the tutorial you link to are relevant to the c++ API. @Drakosha and @Paul R : why couldn't you create the csound tag? I can't do it myself. – augustin Jan 23 '11 at 10:41
  • @Drakosha: thank you for the down vote. Yes I did try to google it, but google interprets "C++" as simply "C" which comes often in many result as representing the musical note C. Google is not the answer to everything. – augustin Jan 23 '11 at 10:44
  • @Job: Thank you for creating the new tag :) – augustin Jan 23 '11 at 10:55
  • Try using "c++", with the double quotation marks. This way Google won't misinterpret it as C. – Igor Jan 23 '11 at 14:34
  • 1
    There appears to be a serious lack of information for csound / c++ ! Do let us know if you find anything, as I'm struggling with the same issue at the moment... – Jack Senechal Feb 19 '11 at 09:10

1 Answers1

6

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.

Björn Pollex
  • 75,346
  • 28
  • 201
  • 283
  • 1
    Thanks for the answer and for csound itself. To welcome you at S.O., here is a gift of your first 25 points. :) – augustin Jan 28 '11 at 06:51