aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-31 21:03:23 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-31 21:03:23 +0800
commit20283f4c5629f659d05ba18475492c43163bb16e (patch)
tree34d2b63da62b730ff37f9a84efc23baf6e0329b5 /doc
parent24481b4334db3c45041db53503a7b6832deb704f (diff)
downloadQMidiPlayer-20283f4c5629f659d05ba18475492c43163bb16e.tar.xz
Waltzing Matilda.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/mainwindow.html24
-rw-r--r--doc/version.html19
3 files changed, 42 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 6d1af38..a36d7cf 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -6,7 +6,7 @@
<body>
<table>
<tr>
- <td style="vertical-align:top;align:left;">
+ <td style="vertical-align:top;">
<ul>
<li>Overview</li>
<li><a href="mainwindow.html">Main Window</a></li>
diff --git a/doc/mainwindow.html b/doc/mainwindow.html
index bbb1ba3..c82fa67 100644
--- a/doc/mainwindow.html
+++ b/doc/mainwindow.html
@@ -4,13 +4,29 @@
<title>QMidiPlayer Help</title>
</head>
<body>
+ <table>
+ <tr>
+ <td style="vertical-align:top;">
+ <ul>
+ <li><a href="index.html">Overview</a></li>
+ <li>Main Window</li>
+ <li>Channels Dialog</li>
+ <li>Channel Editor</li>
+ <li>Playlist</li>
+ <li>Effects</li>
+ <li>Settings</li>
+ <li><a href="version.html">Version Info.</a></li>
+ <li><a href="license.html">License</a></li>
+ </ul>
+ </td>
+ <td>
<h1>Main Window</h1>
<img src="../img/mainw.png"><br>
<ul>
<li>1. Now playing. Right clicking here will bring up the <a href="#fileop"> file operation menu</a>.</li>
<li>2. Playing control slider. The total playing time is estimated and isn't 100% accurate.</li>
<li>3. Playing control buttons.</li>
- <li>4. Settings button.</li>
+ <li>4. Settings button. Read the Settings section for details.</li>
<li>5. Dialog toggle buttons.</li>
<li>6. Master gain slider.</li>
<li>7. Polyphone indicator.</li>
@@ -19,8 +35,12 @@
<h3><a name="fileop">File operation menu</a></h3>
<ul>
<li>File Information.</li>
- <li>Render to Wave.</li>
+ <li>Render to Wave.<br>
+ It's not possible to use this action unless the player is stopped.<br>
+ The output wave file, with the name (source file name)+'.wav', <br>
+ is always placed in the folder that the source midi file is in.</li>
</ul>
<br><a href="index.html">Return</a>
+ </td>
</body>
</html>
diff --git a/doc/version.html b/doc/version.html
index f756da2..5428ef7 100644
--- a/doc/version.html
+++ b/doc/version.html
@@ -4,6 +4,22 @@
<title>QMidiPlayer Help</title>
</head>
<body>
+ <table>
+ <tr>
+ <td style="vertical-align:top;">
+ <ul>
+ <li><a href="index.html">Overview</a></li>
+ <li><a href="mainwindow.html">Main Window</a></li>
+ <li>Channels Dialog</li>
+ <li>Channel Editor</li>
+ <li>Playlist</li>
+ <li>Effects</li>
+ <li>Settings</li>
+ <li>Version Info.</li>
+ <li><a href="license.html">License</a></li>
+ </ul>
+ </td>
+ <td>
<h1>Version information</h1>
<div style="text-align:center;">
<img src="../img/qmidiplyr.png"><br>
@@ -14,5 +30,8 @@
Qt version: RT_QT_VERSION_STR (Built against CT_QT_VERSION_STR)<br>
</div><br>
<a href="index.html">Return</a>
+ </td>
+ </tr>
+ </table>
</body>
</html> \ No newline at end of file