.. currentmodule:: libcsound.api6


Csound API, version 6
=====================

This reference is valid for versions of csound >= 6.18 and prior to version 7, a
The correct API is imported automatically based in the version of
csound installed in the system.

In general it can be said that the csound API has been reduced for csound 7. All
methods which have been discontinued in csound 7 are marked in the documentation.


.. autosummary::
    Csound
    PerformanceThread


-------------------------


.. autoclass:: libcsound.api6.Csound
  :members:
  :autosummary:


.. autoclass:: libcsound.api6.PerformanceThread
  :members:
  :autosummary:
