diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/channeldialog.html | 43 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/mainwindow.html | 2 | ||||
-rw-r--r-- | doc/version.html | 2 |
4 files changed, 47 insertions, 4 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> diff --git a/doc/index.html b/doc/index.html index a36d7cf..a9135bd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -10,7 +10,7 @@ <ul> <li>Overview</li> <li><a href="mainwindow.html">Main Window</a></li> - <li>Channels Dialog</li> + <li><a href="channeldialog.html">Channels Dialog</a></li> <li>Channel Editor</li> <li>Playlist</li> <li>Effects</li> @@ -34,7 +34,7 @@ <h1>Using QMidiPlayer</h1> <ul> <li><a href="mainwindow.html">The main window</a></li> - <li>The channels dialog</li> + <li><a href="channeldialog.html">The channels dialog</a></li> <li>The channels parameters editor</li> <li>The playlist dialog</li> <li>The effects dialog</li> diff --git a/doc/mainwindow.html b/doc/mainwindow.html index c82fa67..c3e2ac8 100644 --- a/doc/mainwindow.html +++ b/doc/mainwindow.html @@ -10,7 +10,7 @@ <ul> <li><a href="index.html">Overview</a></li> <li>Main Window</li> - <li>Channels Dialog</li> + <li><a href="channeldialog.html">Channels Dialog</a></li> <li>Channel Editor</li> <li>Playlist</li> <li>Effects</li> diff --git a/doc/version.html b/doc/version.html index 5428ef7..a830a0e 100644 --- a/doc/version.html +++ b/doc/version.html @@ -10,7 +10,7 @@ <ul> <li><a href="index.html">Overview</a></li> <li><a href="mainwindow.html">Main Window</a></li> - <li>Channels Dialog</li> + <li><a href="channeldialog.html">Channels Dialog</a></li> <li>Channel Editor</li> <li>Playlist</li> <li>Effects</li> |