summaryrefslogtreecommitdiff
path: root/doc/index.html
blob: 2e9157bf68d64deec991b423ca6b4bb2b8986cf5 (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
<!DOCTYPE html>
<html>
<head>
<title>QMidiPlayer Help</title>
</head>
<body>
	<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>The channels dialog</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>
</body>
</html>