diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/miscellaneous.html | 2 | ||||
-rw-r--r-- | doc/version_internal.html | 5 | ||||
-rw-r--r-- | doc/visualization.html | 21 |
3 files changed, 15 insertions, 13 deletions
diff --git a/doc/miscellaneous.html b/doc/miscellaneous.html index 276fe8c..d628b2c 100644 --- a/doc/miscellaneous.html +++ b/doc/miscellaneous.html @@ -45,7 +45,7 @@ <li>0.7.2 MIDI mapping, first stable version</li> <li>0.7.8 Plugin interface, UI refactoring</li> <li>0.8.x Visualization (the default visualization plugin)</li> - <li>0.9.x Stable version</li> + <li>0.9.x File reader plugin API, event filter/modifier API. Stable version.</li> <li>1.x+ Translation, documentation, Maintaince only</li> </ul> <h3 id="faq">FAQs</h3> diff --git a/doc/version_internal.html b/doc/version_internal.html index 885ddde..e68a10e 100644 --- a/doc/version_internal.html +++ b/doc/version_internal.html @@ -7,9 +7,10 @@ <h1>Version information</h1> <div style="text-align:center;"> <img src="../img/qmidiplyr.png"><br> - QMidiPlayer APP_VERSION<br> - An MIDI player based on fluidsynth and Qt.<br> + QMidiPlayer -- An MIDI player based on fluidsynth and Qt.<br> Written by Chris Xiong.<br> + Version APP_VERSION<br> + Built at BUILD_DATE<br> libfluidsynth version: RT_FLUIDSYNTH_VERSION (Built against CT_FLUIDSYNTH_VERSION)<br> Qt version: RT_QT_VERSION_STR (Built against CT_QT_VERSION_STR)<br> </div><br> 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> |