aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/mainwindow.html2
-rw-r--r--doc/optionsdialog.html6
-rw-r--r--doc/troubleshooting.html5
3 files changed, 9 insertions, 4 deletions
diff --git a/doc/mainwindow.html b/doc/mainwindow.html
index 7928c9f..d80aa40 100644
--- a/doc/mainwindow.html
+++ b/doc/mainwindow.html
@@ -36,7 +36,7 @@
<li>FluidSynth polyphony indicator.</li>
<li>A dumb button.</li>
</ol>
- <h3><a name="fileop">File operation menu</a></h3>
+ <h3><a name="fileop">File action menu</a></h3>
<p>
Note that actual actions in this menu can be configured in settings.
</p>
diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html
index b473b91..6a1d26d 100644
--- a/doc/optionsdialog.html
+++ b/doc/optionsdialog.html
@@ -40,7 +40,11 @@
When QMidiPlayer starts, selected devices will be examined from top to bottom, the first connected
one will be chosen as the default output device.
</li>
- <li>External MIDI output device setup*: set initialzation file for external MIDI devices.</li>
+ <li>External MIDI output device setup*: set initialzation file for external MIDI devices.
+ Initialzation file may contain a short, device-specific MIDI sequence to initialize the device
+ which is sent before a file begins to play, and may also provide information about the device
+ (instrument preset names, initialzation data etc.) to enhance the user experience.
+ </li>
</ul>
<img src="../img/options2.png" width="440"><br>
<ul>
diff --git a/doc/troubleshooting.html b/doc/troubleshooting.html
index 7caf8be..8aab8f4 100644
--- a/doc/troubleshooting.html
+++ b/doc/troubleshooting.html
@@ -29,9 +29,10 @@
<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 you are using an external device, make sure your audio equipments are correctly set up.</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>
+ <li>Check if your midi file is valid/has correct bank selecting method<s>/has zero volume</s>.</li>
</ol>
</p>
<h3>2. The playback is intermittent.</h3>
@@ -69,7 +70,7 @@
</p>
<h3>9. 3D visualization is upsidedown/rotated/black/blinking.</h3>
<p>
- For those who see a rotated and blinking display, try setting
+ If you are experiencing rotated and blinking visualization, 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.).