diff options
author | MaZderMind <git@mazdermind.de> | 2016-04-27 23:02:56 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-04-27 23:02:56 +0200 |
commit | 501f129e694ad076460c629cade52e757ffd844f (patch) | |
tree | 1630efb4fde8b74a1d548b042ff044cdf24cbcaf | |
parent | dea4babbc4442b91e49487b11e03aef9479c2438 (diff) | |
parent | 90039582994ff366f2fa9807da6210810af6b916 (diff) |
Merge branch 'h01ger/readme-fixes'
-rw-r--r-- | voctogui/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/voctogui/README.md b/voctogui/README.md index 8dcf09e..6c5fd84 100644 --- a/voctogui/README.md +++ b/voctogui/README.md @@ -1,4 +1,4 @@ -# Voctocore - The gui-frontend for voctocore +# Voctogui - The GUI frontend for Voctocore ![Screenshot of voctogui in action](voctomix.png) @@ -23,10 +23,10 @@ - `t` Cut ### Select an Audio-Source -Click twice on the Selection Combobox, the select your Source within 5 Seconds (It will auto-lock again after 5 Seconds) +Click twice on the selection combobox, then select your source within 5 Seconds. (It will auto-lock again after 5 seconds.) ## Configuration -On Startup the GUI reads the following Configuration-Files: +On startup the GUI reads the following configuration files: - `<install-dir>/default-config.ini` - `<install-dir>/config.ini` - `/etc/voctomix/voctogui.ini` @@ -34,6 +34,6 @@ On Startup the GUI reads the following Configuration-Files: - `<homedir>/.voctogui.ini` - `<File specified on Command-Line via --ini-file>` -From top to bottom the individual Settings override previous Settings. `default-config.ini` should not be edited, because a missing Setting will result in an Exception. +From top to bottom the individual settings override previous settings. `default-config.ini` should not be edited, because a missing setting will result in a Python exception. On startup the GUI fetches all configuration settings from the core and merges them into the GUI config. |