aboutsummaryrefslogtreecommitdiff
path: root/doc/mainwindow.html
blob: d80aa405faace48fc8d3832efb2174b2947a36a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!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 class="active" href="mainwindow.html">Main Window</a></li>
			<li><a 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>Main Window</h1>
	<img src="../img/mainw.png" width="480"><br>
	<ol>
		<li>Now playing. Right clicking here will bring up the <a href="#fileop">action menu</a>.</li>
		<li>Seeking slider. Song length is estimated and may not be 100% accurate.</li>
		<li>Playback control buttons. Self-explanatory.</li>
		<li>Open file.</li>
		<li>Settings button. Refer to the <a href="optionsdialog.html">Settings section</a> for details.</li>
		<li>Dialog buttons. You can configure this section in settings.</li>
		<li>FluidSynth master gain slider.</li>
		<li>FluidSynth polyphony indicator.</li>
		<li>A dumb button.</li>
	</ol>
	<h3><a name="fileop">File action menu</a></h3>
	<p>
	Note that actual actions in this menu can be configured in settings.
	</p>
	<ul>
		<li>File Information.<br>
		Click an item in this dialog to copy its content.
		</li>
		<li>Render to Wave.<br>
		It's not possible to use this action unless the player is stopped.<br>
		The output wave file, with the name (source file name)+'.wav', <br>
		is always placed in the folder that the source midi file is in.<br>
		MIDI mapping does not apply to render results.</li>
		<li>Panic.<br>
		If somehow the player messed up, use this action to turn off all the notes.
		<li>Restart fluidsynth.<br>
		This action can only be used when no file is being played.<br>
		Applies settings and restart the internel fluidsynth engine.
		</li>
	</ul>
	<br><a href="index.html">Return</a>
	</div>
</body>
</html>