diff options
Diffstat (limited to 'QMidiPlayer/doc/mainwindow.html')
-rw-r--r-- | QMidiPlayer/doc/mainwindow.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/QMidiPlayer/doc/mainwindow.html b/QMidiPlayer/doc/mainwindow.html new file mode 100644 index 0000000..e576e7b --- /dev/null +++ b/QMidiPlayer/doc/mainwindow.html @@ -0,0 +1,59 @@ +<!DOCTYPE html> +<html> +<head> +<title>QMidiPlayer Help</title> +<link rel=stylesheet href='styles.css' type='text/css'> +</head> +<body> + <div id="panel"> + <ul> + <li><a href="index.html">Overview</a></li> + <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="plistdialog.html">Playlist</a></li> + <li><a href="efxdialog.html">Effects</a></li> + <li><a href="optionsdialog.html">Settings</a></li> + <li><a href="visualization.html">Visualization</a></li> + <li><a href="cmdargs.html">Commandline arguments</a></li> + <li><a href="troubleshooting.html">Troubleshooting</a></li> + <li><a href="miscellaneous.html">Miscellaneous</a></li> + <li><a href="version.html">Version Info.</a></li> + <li><a href="license.html">License</a></li> + </ul> + </div> + <div id="content"> + <h1>Main Window</h1> + <img src="../img/mainw.png"><br> + <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. 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> + <li>7. Polyphone indicator.</li> + <li>8. <s>It's me!</s></li> + </ul> + <h3><a name="fileop">File operation menu</a></h3> + <ul> + <li>File Information.<br> + Click an item in this dialog to copy its content. + </li> + <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.<br> + MIDI mapping does not apply to render results.</li> + <li>Panic.<br> + If somehow the player messed up, use this action to turn off all the notes. + <li>Restart fluidsynth.<br> + It's not possible to use this action unless the player is stopped.<br> + Applies settings and restart the internel fluidsynth engine when "single fluidsynth instance" + is enabled. + </li> + </ul> + <br><a href="index.html">Return</a> + </div> +</body> +</html> |