aboutsummaryrefslogblamecommitdiff
path: root/doc/channeldialog.html
blob: 6b722f6b6cb42a18ffe256e9644a7f48b1ad5f0b (plain) (tree)
1
2
3
4
5
6
7
8



                               
                                                       

       
                        


                                                                          
                                                                                                
                                                                                


                                                                          
                                                                               

                                                                                   
                                                                               


                                                                         

                          
                               
                                                    

                                             
                                                                                      

                                                                              
                                                                                                          

                                                                                                 
                                                                                                                           


                        


                                                                                          

                                           
              

        
<!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="plistdialog.html">Playlist</a></li>
			<li><a href="efxdialog.html">Effects</a></li>
			<li><a href="optionsdialog.html">Settings</a></li>
			<li><a href="visualization.html">Visualization</a></li>
			<li><a href="cmdargs.html">Commandline arguments</a></li>
			<li><a href="troubleshooting.html">Troubleshooting</a></li>
			<li><a href="miscellaneous.html">Miscellaneous</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" 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: 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>...: 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. 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>
</body>
</html>