diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-11-08 01:34:09 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-11-08 01:34:09 +0800 |
commit | 2aa2ce24207d2e495dbe9d2cc3656229aa768f19 (patch) | |
tree | 47ceea3bb6f6d1971a55c6e43fc9765ba5fe5d66 /doc/channeldialog.html | |
parent | 048e57b723c946d96aca260e26ba60dd380fde90 (diff) | |
download | QMidiPlayer-2aa2ce24207d2e495dbe9d2cc3656229aa768f19.tar.xz |
Documentation update time!
Diffstat (limited to 'doc/channeldialog.html')
-rw-r--r-- | doc/channeldialog.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/channeldialog.html b/doc/channeldialog.html index c1674a1..6b722f6 100644 --- a/doc/channeldialog.html +++ b/doc/channeldialog.html @@ -24,22 +24,22 @@ </div> <div id="content"> <h1>Channel Dialog</h1> - <img src="../img/chanw.png"><br> + <img src="../img/chanw.png" width="560"><br> <h2>Columns in the channel table</h2> <ul> <li>A(Activity): Shows the activity of the corresponding channel.</li> <li>M(Mute): Tick this to mute the corresponding channel.</li> <li>S(Solo): Tick this to solo the corresponding channel.</li> - <li>Device: The player sends midi messages from this channel to the device selected here.</li> + <li>Device: Midi messages from this channel will be sent to the device selected here.</li> <li>Preset: Displays the current preset of the corresponding channel.<br> Preset can be changed by double clicking the cells from this column.</li> - <li>...: Brings up the channel parameter editor dialog.</li> + <li>...: Clicking a cell in this column brings up the channel parameter editor dialog for the channel.</li> </ul> <h2>Buttons</h2> <ul> - <li>Save/Load: not yet implemented.</li> - <li>Unmute All: Remove tick mark from all mute checkboxes.</li> - <li>Unsolo All: Remove tick mark from all solo checkboxes.</li> + <li>Save/Load: not yet implemented. Likely will never be implemented.</li> + <li>Unmute All: Remove tick marks from all mute checkboxes.</li> + <li>Unsolo All: Remove tick marks from all solo checkboxes.</li> </ul> <br><a href="index.html">Return</a> </div> |