File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,8 @@ Presets
402
402
403
403
The Presets panel allows you to save snapshots of the state of the current module and recall them as wanted.
404
404
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 *).
406
407
407
408
Use to floppy disk to save a new preset and the "X" button to delete the currently loaded preset. Use the popup
408
409
menu to select a preset to load.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Installation - Requirements
3
3
4
4
Cecilia is compatible with the following systems:
5
5
6
- - Mac OS X (from 10.9 to 10.13 )
6
+ - Mac OS X (10.12+ )
7
7
- Windows (7, 8, 8.1, 10)
8
8
- Linux (at least Debian-based distros but should work with other linux flavours)
9
9
@@ -22,12 +22,11 @@ Running Cecilia from the lastest sources
22
22
Before running Cecilia from the latest sources,
23
23
please check if all these elements are installed on your computer:
24
24
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 >`_
31
30
32
31
Then, you can download Cecilia's sources by checking out the source code (in a terminal window):
33
32
You can’t perform that action at this time.
0 commit comments