Skip to content

o2over/cecilia5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cecilia5 - the audio processing toolbox

image

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.

Previously written in tcl/tk, Cecilia (version 4, named Cecilia4) was entirely rewritten in Python/wxPython and uses the Csound API for communicating between the interface and the audio engine. At this time, version 4.2 is the last release of this branch.

Cecilia5 now uses the pyo audio engine created for the Python programming language. pyo allows a much more powerfull 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.

Official web site

To download the latest version of Cecilia5, go to the official web site!

User documentation

To consult the user online documentation, go to ajaxsoundstudio.com.

Requirements

Here is what you need to install (for running Cecilia5 from sources):

* Python 3.5 or

Python 3.6 (preferred).

The programming language used to code the application.

* WxPython 4.0.1 (Phoenix) The toolkit used to create the graphical interface. (install with pip install wxPython)

* pyo 0.9.0 The audio engine which gives his power to Cecilia.

* numpy Array processing module for numbers. Used to accelerate the grapher display. Install the last stable version.

Screenshot

image

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%