From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 10 Feb 2019 11:16:07 +0800 Subject: Initial commit. --- QMidiPlayer/doc/troubleshooting.html | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 QMidiPlayer/doc/troubleshooting.html (limited to 'QMidiPlayer/doc/troubleshooting.html') diff --git a/QMidiPlayer/doc/troubleshooting.html b/QMidiPlayer/doc/troubleshooting.html new file mode 100644 index 0000000..b6b5a8d --- /dev/null +++ b/QMidiPlayer/doc/troubleshooting.html @@ -0,0 +1,71 @@ + + + +QMidiPlayer Help + + + +
+ +
+
+ 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. +

+

2. The playback is intermittent.

+

+ Try increasing audio buffer size and/or audio buffer count in synth options. +

+

3. MIDI timing is messed up.

+

+ This is a known issue under Windows. Try decreasing audio buffer size and + increasing audio buffer count. +

+

4. Some files cannot be played.

+

5. Some soundfonts cannot be loaded.

+

+ Files names with characters unsupported by the system locale + won't load correctly in Windows. This is a known issue. +

+

6. Sound is distorted.

+

+ Try reducing the master volume. +

+

7. Bank selecting is incorrect for the internal synth.

+

+ Change default midi mapping if necessary. +

+

8. Bank selecting is incorrect for external devices.

+

+ 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.

+

+ 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. +

+
+ + -- cgit v1.2.3