Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.rst « doc « bindings « audaspace « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc6a543067d1b1e7286e9977f9cd185935d285d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. audaspace documentation master file, created by
   sphinx-quickstart on Tue Sep  9 01:48:48 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to audaspace's documentation!
=====================================

.. automodule:: aud
   :no-members:

This documentation is valid for both the Python and C bindings of audaspace. If you are looking for installation instructions check the `C++ API documentation <../index.html>`_. As C is not an object oriented language everything is accessible via functions where the first paramter is always the object. For methods these are named as ``AUD_ClassName_method()`` and properties are accessed via ``AUD_ClassName_property_get/set()``. Python users simply ``import aud`` to access the library.

.. toctree::
   :maxdepth: 2

   tutorials

Classes:

.. toctree::
   :maxdepth: 1

   device
   sound
   handle
   sequence
   sequence_entry

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`