Codebase list soundgrain / 764b38fb-72d7-41f7-97b0-d5329f8e2a2b/main
764b38fb-72d7-41f7-97b0-d5329f8e2a2b/main

Tree @764b38fb-72d7-41f7-97b0-d5329f8e2a2b/main (Download .tar.gz)

==================================
Granular sound synthesis interface
==================================

.. image:: Resources/SoundGrainSplash.png
     :align: center

SoundGrain is a graphical interface where users can draw 
and edit trajectories to control granular sound synthesis 
modules. 

Official web site
-----------------

To download the latest stable version of Soundgrain, go to 
`the official web site! <http://ajaxsoundstudio.com/software/soundgrain/>`_

Requirements
------------

**Minimum versions (for running Soundgrain from sources):**

* `Python 3.5 <https://www.python.org/downloads/release/python-353/>`_ or
  `Python 3.6 <https://www.python.org/downloads/release/python-362/>`_ (prefered).
The programming language used to code the application.

* `WxPython 4.0.0 (Phoenix) <https://github.com/wxWidgets/Phoenix>`_
The toolkit used to create the graphical interface. (install with `pip install wxPython`)

* `pyo 0.8.7 <http://ajaxsoundstudio.com/software/pyo/>`_
The audio engine which gives his power to Soundgrain.

* `python-markdown 2.6.2 <https://pypi.python.org/pypi/Markdown>`_
The markdown package used to format the builtin documentation.

Commit History @764b38fb-72d7-41f7-97b0-d5329f8e2a2b/main