diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-03 23:20:16 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-03 23:20:16 +0800 |
commit | 015a45c276caf34be3ce9175a1bcce644d736a0b (patch) | |
tree | 05ebec5acd744170981e5569c1e0aed4f78ed68f /doc | |
parent | bb82e7dfe2c6f3ee40a79f949db68cdd2c28456b (diff) | |
download | QMidiPlayer-015a45c276caf34be3ce9175a1bcce644d736a0b.tar.xz |
Finish option proxying for all types.
Add more options for the visualization plugin.
Bump version to 0.8.0.
Package the visualization plugin for debian.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/mainwindow.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 27e6601..ccbf549 100644 --- a/doc/index.html +++ b/doc/index.html @@ -28,7 +28,7 @@ <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>Visualization of midi file playback.</li> <li>Playlists.</li> <li>Midi mapping.</li> <li>Rendering midi files to wave.</li> diff --git a/doc/mainwindow.html b/doc/mainwindow.html index 57ffe79..fae519b 100644 --- a/doc/mainwindow.html +++ b/doc/mainwindow.html @@ -27,7 +27,7 @@ <ul> <li>1. Now playing. Right clicking here will bring up the <a href="#fileop"> file operation menu</a>.</li> <li>2. Playing control slider. The total playing time is estimated and isn't 100% accurate.</li> - <li>3. Playing control buttons.</li> + <li>3. Playing control buttons. Self-explanatory.</li> <li>4. Settings button. Read the Settings section for details.</li> <li>5. Dialog toggle buttons.</li> <li>6. Master gain slider.</li> |