aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-28 22:43:23 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-28 22:43:23 +0800
commit2ab96601e3ed658d380f8fdf4fb134c9a83cf8dc (patch)
tree2f32b5c04ff22b1a89e90e9e4c9a6781502e7720 /doc
parent4674800f32acfe2c8ffd04215a51dea8b9380396 (diff)
downloadQMidiPlayer-2ab96601e3ed658d380f8fdf4fb134c9a83cf8dc.tar.xz
Add option to tweak the OSD. More info shown in the OSD.
Bump version. We have stayed at 0.8.1 for a long time and the visualization plugin is almost fully functional now.
Diffstat (limited to 'doc')
-rw-r--r--doc/version.html4
-rw-r--r--doc/visualization.html8
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/version.html b/doc/version.html
index 5a5a775..93bd344 100644
--- a/doc/version.html
+++ b/doc/version.html
@@ -26,11 +26,11 @@
<h1>Version information</h1>
<div style="text-align:center;">
<img src="../img/qmidiplyr.png"><br>
- QMidiPlayer documentation for version 0.8.1<br>
+ QMidiPlayer documentation for version 0.8.2<br>
An MIDI player based on fluidsynth and Qt.<br>
Written by Chris Xiong.<br>
</div><br>
<a href="index.html">Return</a>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/doc/visualization.html b/doc/visualization.html
index d11f3fa..1993537 100644
--- a/doc/visualization.html
+++ b/doc/visualization.html
@@ -53,10 +53,11 @@ left | right ← → │ │
<li>Show channel labels: If checked, channel preset will be shown on the left side.</li>
<li>Show particles: Whether to draw particles. Very resource-intensive!</li>
<li>Horizontal Visualization: Uses a horizontal visualization style. Overrides everything above except 3D Notes.</li>
- <li>View distance: This option affects the maximum number of notes rendered on the screen.</li>
+ <li>2D Visualization: Tick this to use a simple 2D visualization instead. Much less resource-demanding.</li>
+ <li>View distance: This option affects the maximum number of notes rendered on the screen. Only applies to 3D visualization.</li>
<li>Note stretch: The length multiplier of notes.</li>
<li>Minimum note length: Avoid notes that are too short to be visible by adjusting this value.</li>
- <li>Chequer board tint: change the color of the chequer board background.</li>
+ <li>Chequer board tint (AARRGGBB): change the color of the chequer board background.</li>
<li>Background Image: Use a background image instead of the default dull grey color.</li>
</ul>
</li>
@@ -70,9 +71,10 @@ left | right ← → │ │
<li>Supersampling: Supersample anti-aliasing. 1 means no SSAA.</li>
<li>Multisampling: Multisample anti-aliasing. 0 means no MSAA.</li>
<li>FOV: Field of view.</li>
+ <li>OSD Position: Change position of the on screen display, or just disable it.</li>
</ul>
</li>
</ul>
</div>
</body>
-</html> \ No newline at end of file
+</html>