aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
blob: a9135bde534f6798b5de1de343f12266ea57332b (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
<!DOCTYPE html>
<html>
<head>
<title>QMidiPlayer Help</title>
</head>
<body>
	<table>
	<tr>
	<td style="vertical-align:top;">
		<ul>
			<li>Overview</li>
			<li><a href="mainwindow.html">Main Window</a></li>
			<li><a href="channeldialog.html">Channels Dialog</a></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>Overview</h1>
		QMidiPlayer is a cross-platform player for midi files based on fluidsynth and Qt.<br>
		Key features:<br>
		<ul>
			<li>Playback of midi format 0/1 files.</li>
			<li>Manipulate channel parameters on-the-fly.</li>
			<li>Visualization of midi file playback.(Not yet implemented)</li>
			<li>Playlists.</li>
			<li>Midi mapping.(Not yet implemented)</li>
			<li>Rendering midi files to wave.</li>
		</ul>
		<h1>Using QMidiPlayer</h1>
		<ul>
			<li><a href="mainwindow.html">The main window</a></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>
			<li>Visualization</li>
			<li>Setting up QMidiPlayer</li>
		</ul>
		<h1>About QMidiPlayer</h1>
		<ul>
			<li><a href="version.html">Version information</a></li>
			<li><a href="license.html">License</a></li>
		</ul>
	</td>
	</tr>
	</table>
</body>
</html>