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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
.. Cecilia5 documentation master file, created by
sphinx-quickstart on Thu May 23 18:54:14 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Cecilia 5.3.5 documentation
=============================================
.. image:: /images/Cecilia_splash.png
:scale: 75 %
:align: center
Welcome to the Cecilia 5.3.5 documentation!
Cecilia is an audio signal processing environment. Cecilia lets you create
your own GUI (grapher, sliders, toggles, popup menus) using a simple syntax.
Cecilia comes with many original builtin modules for sound effects and synthesis.
Cecilia uses the pyo audio engine created for the Python programming language.
Pyo allows a powerful integration of the audio engine to the graphical interface.
Since it's a standard python module, there is no need to use an API to communicate
with the interface.
The graphical user interface
----------------------------
.. toctree::
:maxdepth: 1
src/intro/description
src/intro/requirements
src/configuration/preferences
src/configuration/menubar
src/configuration/midi-osc
src/interface/interface
The audio processing tools available with Cecilia
---------------------------------------------------
.. toctree::
:maxdepth: 2
src/modules/index
The developement of custom audio processing tools
--------------------------------------------------
.. toctree::
:maxdepth: 2
src/api/index
Search this documentation
-----------------------------
* :ref:`search`
|