diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-16 21:03:44 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-16 21:03:44 +0800 |
commit | f3694385610a66215b65fafc1e05680baddeb090 (patch) | |
tree | a183da31372ce97c3e02d34d50647e565062e1f1 /doc/mainwindow.html | |
parent | 56374529448b63cc5d94b344da14e8d90ee6e17d (diff) | |
download | QMidiPlayer-f3694385610a66215b65fafc1e05680baddeb090.tar.xz |
Fixed two bugs in initialization process.
Documentation...
Diffstat (limited to 'doc/mainwindow.html')
-rw-r--r-- | doc/mainwindow.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/mainwindow.html b/doc/mainwindow.html index 5fd074c..a054c58 100644 --- a/doc/mainwindow.html +++ b/doc/mainwindow.html @@ -11,9 +11,11 @@ <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="#">Playlist</a></li> - <li><a href="#">Effects</a></li> - <li><a href="#">Settings</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="cmdargs.html">Commandline arguments</a></li> + <li><a href="troubleshooting.html">Troubleshooting</a></li> <li><a href="version.html">Version Info.</a></li> <li><a href="license.html">License</a></li> </ul> @@ -37,7 +39,8 @@ <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.</li> + is always placed in the folder that the source midi file is in.<br> + MIDI mapping does not apply to render results.</li> </ul> <br><a href="index.html">Return</a> </div> |