aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2017-08-22 11:35:33 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2017-08-22 11:35:33 +0800
commit5b5eba7e68e7de8d442824d2f5076ec7d623e2b8 (patch)
treeedf3c1c093605e6c320128eda2d8b41b4ac2001d /doc
parentab33532da11672ee435e2b566cdba81b2e79e874 (diff)
downloadQMidiPlayer-5b5eba7e68e7de8d442824d2f5076ec7d623e2b8.tar.xz
Windows type of functionality windows is now Qt::Dialog.
Initialization fluidsynth asynchronously. Minor documentation update.
Diffstat (limited to 'doc')
-rw-r--r--doc/optionsdialog.html2
-rw-r--r--doc/troubleshooting.html29
2 files changed, 22 insertions, 9 deletions
diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html
index d90cf45..8bbf79b 100644
--- a/doc/optionsdialog.html
+++ b/doc/optionsdialog.html
@@ -71,6 +71,8 @@
<li>Save dialog status*: Save dialog positions and restore on start up.</li>
<li>Save parameters in effects window</li>
<li>Persistent fluidsynth instance: Deprecated. Removing before 0.9.</li>
+ <li>Show label beside icon in toolbar buttons: If disabled, the toolbar buttons will be
+ icon only.</li>
<li>Icon Theme: Leave it unchanged unless you can't see the icons on those buttons.</li>
<li>Customize toolbar: customize the functionalities shown in the main window.</li>
<li>Customize actions: customize the functionalities shown in the file action menu.</li>
diff --git a/doc/troubleshooting.html b/doc/troubleshooting.html
index b6b5a8d..184f702 100644
--- a/doc/troubleshooting.html
+++ b/doc/troubleshooting.html
@@ -26,11 +26,13 @@
If troubleshooting cannot solve your problem, please don't hesitate to report an issue.
<h3>1. I can't hear anything!</h3>
<p>
- 1) Check current audio driver in the option dialog. Do not use an audio driver
- that is not installed on your system.<br>
- 2) If no soundfont is loaded, the synthesizer won't make any sound...<br>
- 3) Check audio buffer settings in the synth section.<br>
- 4) Check if your midi file is valid.
+ <ol>
+ <li>Check current audio driver in the option dialog. Do not use an audio driver
+ that is not installed on your system.</li>
+ <li>If no soundfont is loaded, the internal synthesizer won't make any sound...</li>
+ <li>Check audio driver/buffer settings in the synth section.</li>
+ <li>Check if your midi file is valid/having correct bank selecting method<s>/having zero volume</s>.</li>
+ </ol>
</p>
<h3>2. The playback is intermittent.</h3>
<p>
@@ -60,11 +62,20 @@
Bank selecting to external devices is sent in raw format. The midi
file may be incompatible with your device.
</p>
- <h3>9. 3D visualization is upsidedown/rotated/black.</h3>
+ <h3>9. 3D visualization is upsidedown/rotated/black/blinking.</h3>
<p>
- For those who see a rotated display, try setting Visualization-Video/Multisampling
- to 1 or above. If that doesn't solve your problem or you see nothing at
- all, please send me more details about your problem.
+ For those who see a rotated and blinking display, try setting
+ Visualization-Video/Multisampling to 1 or above. If that doesn't
+ solve your problem or you see nothing at all, please send me more
+ details about your problem (graphics card, drivers etc.).
+ </p>
+ <p>
+ Devices/drivers reported to have this issue:
+ <ul>
+ <li>Intel HD 5500 found in i5-5200U / official Windows driver</li>
+ <li>Unknown low-end AMD card / official Windows driver</li>
+ <li>Raspberry Pi 2 VC4 / Full KMS OpenGL (GLX)</li>
+ </ul>
</p>
</div>
</body>