From f3694385610a66215b65fafc1e05680baddeb090 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 16 Apr 2016 21:03:44 +0800 Subject: Fixed two bugs in initialization process. Documentation... --- doc/troubleshooting.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 doc/troubleshooting.html (limited to 'doc/troubleshooting.html') diff --git a/doc/troubleshooting.html b/doc/troubleshooting.html new file mode 100644 index 0000000..f98e768 --- /dev/null +++ b/doc/troubleshooting.html @@ -0,0 +1,63 @@ + + + +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. +

+
+ + \ No newline at end of file -- cgit v1.2.3