diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-28 22:43:23 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-28 22:43:23 +0800 |
commit | 2ab96601e3ed658d380f8fdf4fb134c9a83cf8dc (patch) | |
tree | 2f32b5c04ff22b1a89e90e9e4c9a6781502e7720 /doc/visualization.html | |
parent | 4674800f32acfe2c8ffd04215a51dea8b9380396 (diff) | |
download | QMidiPlayer-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/visualization.html')
-rw-r--r-- | doc/visualization.html | 8 |
1 files changed, 5 insertions, 3 deletions
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> |