aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-29 23:49:40 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-29 23:49:40 +0800
commit50374f6942b96d0f15843ea63bc27eccc8f4d77c (patch)
treec93535f942220005eb8bef58027ed66f8fa328aa /doc
parent13fca5100f1e28a538e7900d011714d94f6b1b10 (diff)
downloadQMidiPlayer-50374f6942b96d0f15843ea63bc27eccc8f4d77c.tar.xz
Update documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/channeldialog.html1
-rw-r--r--doc/optionsdialog.html7
-rw-r--r--doc/version.html2
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/channeldialog.html b/doc/channeldialog.html
index 12d6554..5b5eff3 100644
--- a/doc/channeldialog.html
+++ b/doc/channeldialog.html
@@ -26,6 +26,7 @@
<img src="../img/chanw.png"><br>
<h2>Columns in the channel table</h2>
<ul>
+ <li>A(Activity): Shows the activity of the corresponding channel.</li>
<li>M(Mute): Tick this to mute the corresponding channel.</li>
<li>S(Solo): Tick this to solo the corresponding channel.</li>
<li>Device: The player sends midi messages from this channel to the device selected here.</li>
diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html
index 1854f57..4e0bc71 100644
--- a/doc/optionsdialog.html
+++ b/doc/optionsdialog.html
@@ -72,6 +72,13 @@
<li>Persistent fluidsynth instance*: If checked, the synthesizer engine will keep running
through the whole session. Otherwise it is restarted every time when a new song is played.</li>
</ul>
+ <img src="../img/options5.png"><br>
+ Plugin manager. View details of plugins, enable or disable them here.<br>
+ Plugin scanning follows the order below:
+ <ul>
+ <li>(*nix) /usr/lib/qmidiplayer</li>
+ <li>The folder containing QMidiPlayer's executable file.</li>
+ </ul>
<br><a href="index.html">Return</a>
</div>
</body>
diff --git a/doc/version.html b/doc/version.html
index b28ca13..7fcafdf 100644
--- a/doc/version.html
+++ b/doc/version.html
@@ -25,7 +25,7 @@
<h1>Version information</h1>
<div style="text-align:center;">
<img src="../img/qmidiplyr.png"><br>
- QMidiPlayer documentation for version 0.7.2<br>
+ QMidiPlayer documentation for version 0.7.8<br>
An MIDI player based on fluidsynth and Qt.<br>
Written by Chris Xiong.<br>
</div><br>