diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-12 23:37:24 +0800 |
commit | 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca (patch) | |
tree | b957cdb79e2af63fd7222c63b9a79e307de4834f /doc/channeldialog.html | |
parent | cd09a7e8a42c8f3617cfe3c57eed3b96bcfd2ec5 (diff) | |
download | QMidiPlayer-43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca.tar.xz |
Mysterious Mountain. (Partially fixed #2)
Diffstat (limited to 'doc/channeldialog.html')
-rw-r--r-- | doc/channeldialog.html | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/channeldialog.html b/doc/channeldialog.html index 8ddf246..5eb5709 100644 --- a/doc/channeldialog.html +++ b/doc/channeldialog.html @@ -2,31 +2,30 @@ <html> <head> <title>QMidiPlayer Help</title> +<link rel=stylesheet href='styles.css' type='text/css'> </head> <body> - <table> - <tr> - <td style="vertical-align:top;"> + <div id="panel"> <ul> <li><a href="index.html">Overview</a></li> <li><a href="mainwindow.html">Main Window</a></li> - <li>Channels Dialog</li> - <li>Channel Editor</li> - <li>Playlist</li> - <li>Effects</li> - <li>Settings</li> + <li><a class="active" href="channeldialog.html">Channels Dialog</a></li> + <li><a href="#">Channel Editor</a></li> + <li><a href="#">Playlist</a></li> + <li><a href="#">Effects</a></li> + <li><a href="#">Settings</a></li> <li><a href="version.html">Version Info.</a></li> <li><a href="license.html">License</a></li> </ul> - </td> - <td> + </div> + <div id="content"> <h1>Channel Dialog</h1> <img src="../img/chanw.png"><br> <h2>Columns in the channel table</h2> <ul> <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 selected device.</li> + <li>Device: The player sends midi messages from this channel 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> @@ -38,6 +37,6 @@ <li>Unsolo All: Remove tick mark from all solo checkboxes.</li> </ul> <br><a href="index.html">Return</a> - </td> + </div> </body> </html> |