From 5b5eba7e68e7de8d442824d2f5076ec7d623e2b8 Mon Sep 17 00:00:00 2001
From: Chris Xiong
Date: Tue, 22 Aug 2017 11:35:33 +0800
Subject: Windows type of functionality windows is now Qt::Dialog.
Initialization fluidsynth asynchronously. Minor documentation update.
---
ChangeLog | 5 ++
doc/optionsdialog.html | 2 +
doc/troubleshooting.html | 29 +++++++----
qmidiplayer-desktop/qmpchannelswindow.cpp | 2 +-
qmidiplayer-desktop/qmpefxwindow.cpp | 2 +-
qmidiplayer-desktop/qmpmainwindow.cpp | 84 ++++++++++++++++++-------------
qmidiplayer-desktop/qmpmainwindow.hpp | 4 +-
qmidiplayer-desktop/qmpplistwindow.cpp | 2 +-
qmidiplayer-desktop/qmpsettingswindow.cpp | 2 +-
9 files changed, 84 insertions(+), 48 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b40455b..55d3b5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-22 0.8.6 indev
+Windows type of functionality windows is now Qt::Dialog.
+Initialization fluidsynth asynchronously.
+Minor documentation update.
+
2017-08-10 0.8.6 indev
Windows of several main functionalities are no longer
QDialogs. Fixed unexpected behavior.
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 @@
Save dialog status*: Save dialog positions and restore on start up.
Save parameters in effects window
Persistent fluidsynth instance: Deprecated. Removing before 0.9.
+ Show label beside icon in toolbar buttons: If disabled, the toolbar buttons will be
+ icon only.
Icon Theme: Leave it unchanged unless you can't see the icons on those buttons.
Customize toolbar: customize the functionalities shown in the main window.
Customize actions: customize the functionalities shown in the file action menu.
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.
1. I can't hear anything!
- 1) Check current audio driver in the option dialog. Do not use an audio driver
- that is not installed on your system.
- 2) If no soundfont is loaded, the synthesizer won't make any sound...
- 3) Check audio buffer settings in the synth section.
- 4) Check if your midi file is valid.
+
+ - Check current audio driver in the option dialog. Do not use an audio driver
+ that is not installed on your system.
+ - If no soundfont is loaded, the internal synthesizer won't make any sound...
+ - Check audio driver/buffer settings in the synth section.
+ - Check if your midi file is valid/having correct bank selecting method
/having zero volume.
+
2. The playback is intermittent.
@@ -60,11 +62,20 @@
Bank selecting to external devices is sent in raw format. The midi
file may be incompatible with your device.
- 9. 3D visualization is upsidedown/rotated/black.
+ 9. 3D visualization is upsidedown/rotated/black/blinking.
- 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.).
+
+
+ Devices/drivers reported to have this issue:
+
+ - Intel HD 5500 found in i5-5200U / official Windows driver
+ - Unknown low-end AMD card / official Windows driver
+ - Raspberry Pi 2 VC4 / Full KMS OpenGL (GLX)
+