Skip to content

Commit f12784b

Browse files
committed
Updated documentation.
1 parent ecf9c13 commit f12784b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc-en/source/src/interface/interface.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@ Presets
402402

403403
The Presets panel allows you to save snapshots of the state of the current module and recall them as wanted.
404404
This is very useful to keep track of the work done within a module. Anytime a preset is added or removed from
405-
the popup, the .c5 file will be automatically saved.
405+
the popup, it is automatically saved (or deleted) to a file in cecilia5 resources folder
406+
(*~/.cecilia5/presets/moduleName/presetName*).
406407

407408
Use to floppy disk to save a new preset and the "X" button to delete the currently loaded preset. Use the popup
408409
menu to select a preset to load.

doc-en/source/src/intro/requirements.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Installation - Requirements
33

44
Cecilia is compatible with the following systems:
55

6-
- Mac OS X (from 10.9 to 10.13)
6+
- Mac OS X (10.12+)
77
- Windows (7, 8, 8.1, 10)
88
- Linux (at least Debian-based distros but should work with other linux flavours)
99

@@ -22,12 +22,11 @@ Running Cecilia from the lastest sources
2222
Before running Cecilia from the latest sources,
2323
please check if all these elements are installed on your computer:
2424

25-
- `Python 3.5 <https://www.python.org/downloads/release/python-353/>`_ or
26-
`Python 3.6 <https://www.python.org/downloads/release/python-362/>`_ (preferred).
27-
- `Pyo 0.9.0 <http://ajaxsoundstudio.com/software/pyo/>`_
28-
- `Numpy 1.14 <https://pypi.python.org/pypi/numpy>`_.
29-
- `WxPython 4.0.1 <https://wxpython.org/pages/downloads/>`_ (install with `pip install wxPython`).
30-
- `Git client <https://git-scm.com/downloads>`_.
25+
- `Python 3.7 <https://www.python.org/downloads/release/python-376/>`_
26+
- `Pyo 1.0.1 <http://ajaxsoundstudio.com/software/pyo/>`_
27+
- `Numpy 1.18 <https://pypi.python.org/pypi/numpy>`_
28+
- `WxPython 4.0.7 <https://wxpython.org/pages/downloads/>`_ (install with `pip install wxPython`)
29+
- `Git client <https://git-scm.com/downloads>`_
3130

3231
Then, you can download Cecilia's sources by checking out the source code (in a terminal window):
3332

0 commit comments

Comments
 (0)