diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-23 23:11:41 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-23 23:11:41 +0800 |
commit | b059dd6fa25ad50f549cb1384042b07b6cfe06bf (patch) | |
tree | a90d70e3def9a05f37fcb4ecd99db1d2657db1ab /doc/visualization.html | |
parent | 7e12992ad284fda2c29e494b3c0d60101592c277 (diff) | |
download | QMidiPlayer-b059dd6fa25ad50f549cb1384042b07b6cfe06bf.tar.xz |
Add horizontal visualization mode.
Add build date in version page.
Diffstat (limited to 'doc/visualization.html')
-rw-r--r-- | doc/visualization.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/visualization.html b/doc/visualization.html index 33c6977..b35d3de 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> +<pre> forward - | ↱Press and hold left mouse button: - up | down ┌──┬──┐ Adjust camera direction. - ↓ ↓ ↓ │ │ │ - Q W E ├──┴──┤ - A S D │ │ - ↑ ↑ ↑ │ │ -left | right │ │ - | └─────┘ + | ↱Hold left mouse button and drag: + up | down ┌──┬──┐ Adjust viewport. + ↓ ↓ ↓ │ │ │ + Q W E R←reset viewport ├──┴──┤ + A S D │ │ + ↑ ↑ ↑ │ │ +left | right │ │ + | └─────┘ backward - </pre> +</pre> <h3>Options</h3> <ul> <li> @@ -52,6 +52,7 @@ left | right │ │ <li>Arrange channels on a stair: If checked, virtual pianos will be arranged on a stair-like shape. This option has no effect if virtual piano is not shown.</li> <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>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> |