diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-01-31 23:23:13 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-01-31 23:23:13 +0800 |
commit | 24e9b335f0414428512eb9d61661b88d906448a5 (patch) | |
tree | 6b4ea84c183c7c3779a70b3dd22b9823eb8cc59e /doc/optionsdialog.html | |
parent | 63224bf7ac365b428e5115fc6ef6339a0b40c9fa (diff) | |
download | QMidiPlayer-24e9b335f0414428512eb9d61661b88d906448a5.tar.xz |
Simple visualization now reflects changes made in preset selection and channel editor dialog.0.8.7-0
Documentation update.
Diffstat (limited to 'doc/optionsdialog.html')
-rw-r--r-- | doc/optionsdialog.html | 6 |
1 files changed, 5 insertions, 1 deletions
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> |