diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/channeldialog.html | 1 | ||||
-rw-r--r-- | doc/optionsdialog.html | 7 | ||||
-rw-r--r-- | doc/version.html | 2 |
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> |