blob: ee5a5778574463e20c65fe3d9b491b954bf611f3 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<title>QMidiPlayer Help</title>
<link rel=stylesheet href='styles.css' type='text/css'>
</head>
<body>
<div id="panel">
<ul>
<li><a href="index.html">Overview</a></li>
<li><a href="mainwindow.html">Main Window</a></li>
<li><a class="active" href="channeldialog.html">Channels Dialog</a></li>
<li><a href="channeleditor.html">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>
</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 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>
</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>
</div>
</body>
</html>
|