diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-02-28 20:53:12 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-02-28 20:53:12 +0800 |
commit | 3270ec6072b333c548587621b141ee283beecc29 (patch) | |
tree | cfed0be8beee5cda7c16fc81f5290035ff20ca0d /doc/channeldialog.html | |
parent | 60f306607ead64f329a4c1f875af3b7ff5ad1149 (diff) | |
download | QMidiPlayer-3270ec6072b333c548587621b141ee283beecc29.tar.xz |
Pristine Beat.
Diffstat (limited to 'doc/channeldialog.html')
-rw-r--r-- | doc/channeldialog.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/channeldialog.html b/doc/channeldialog.html new file mode 100644 index 0000000..8ddf246 --- /dev/null +++ b/doc/channeldialog.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html> +<head> +<title>QMidiPlayer Help</title> +</head> +<body> + <table> + <tr> + <td style="vertical-align:top;"> + <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 href="version.html">Version Info.</a></li> + <li><a href="license.html">License</a></li> + </ul> + </td> + <td> + <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>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> + </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> + </ul> + <br><a href="index.html">Return</a> + </td> +</body> +</html> |