aboutsummaryrefslogtreecommitdiff
path: root/doc/visualization.html
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-12-04 23:02:40 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-12-04 23:02:40 +0800
commit06496661120f7858f26a29f76631e6f0a0ebae7f (patch)
tree569d912a4d10a9439e2def8d71e5d9dcafe2cb95 /doc/visualization.html
parent96a17cb0283647b7a5b7afa9c35a5d1d2b8d6fc7 (diff)
downloadQMidiPlayer-06496661120f7858f26a29f76631e6f0a0ebae7f.tar.xz
Do not crash if midi device is disconnected during the playback.
Linux build no longer searches working directory for plugins. Instead it should search the plugin folder in the executable directory. Documentation update.
Diffstat (limited to 'doc/visualization.html')
-rw-r--r--doc/visualization.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/visualization.html b/doc/visualization.html
index 3507985..6ad44dd 100644
--- a/doc/visualization.html
+++ b/doc/visualization.html
@@ -30,18 +30,18 @@
To use the visualization, click the Visualization button in the main window.<br>
The visualization plugin adds two new option tabs.
<h3>Controls</h3>
-<pre>
- forward
- | ↱Hold left mouse button and drag:
- up | down ┌──┬──┐ Adjust viewport.
- ↓ ↓ ↓ │ │ │
- Q W E R←reset viewport ├──┴──┤
- A S D │ │
- ↑ ↑ ↑ │ │
-left | right ← → │ │
- | Seek left/right └─────┘
- backward (Hold shift to seek 5% instead of 1%)
-</pre>
+ <ul>
+ <li>W: move camera forward</li>
+ <li>A: move camera left</li>
+ <li>S: move camera backward</li>
+ <li>D: move camera right</li>
+ <li>Q: move camera up</li>
+ <li>E: move camera down</li>
+ <li>Left arrow key: seek backward 1%</li>
+ <li>Right arrow key: seek forward 1%</li>
+ <li>Shift: seed 5% instead of 1%</li>
+ <li>Left mouse button: hold and drag to orient the camera</li>
+ </ul>
<h3>Options</h3>
The options listed here are applied after closing and reopening the visualization.
<ul>
@@ -70,8 +70,8 @@ left | right ← → │ │
<li>Save Viewport: Restore last camera configuration when the visualization is started.</li>
<li>Window Width/Height: Change the window size. If the size equals to your screen size, the visualization will start in fullscreen mode.</li>
<li>FPS: FPS limit of the visualization.</li>
- <li>Supersampling: Supersample anti-aliasing. 1 means no SSAA.</li>
- <li>Multisampling: Multisample anti-aliasing. 0 means no MSAA.</li>
+ <li>Supersampling: Supersample anti-aliasing for the 3D visualization scene. 1 means no SSAA.</li>
+ <li>Multisampling: Multisample anti-aliasing for the 3D visualization scene. 0 means no MSAA.</li>
<li>FOV: Field of view.</li>
<li>OSD Position: Change position of the on screen display, or simply disable it.</li>
<li>Font size: Change font size used by the visualization. Useful for HiDPI screens.</li>