diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-04 23:50:11 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-04 23:50:11 +0800 |
commit | 8099672c3fd0bfc7804b0a92d05c57dcd4307268 (patch) | |
tree | abef139577986617a3fa31f31474ab9cd8b4627f /doc/index.html | |
parent | 84634010422f578b27105bbbaf6b8ee4c1232e86 (diff) | |
download | QMidiPlayer-8099672c3fd0bfc7804b0a92d05c57dcd4307268.tar.xz |
Shadow Pow"d"er. (WTF)
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..3fffe62 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,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>The main window</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>
\ No newline at end of file |