blob: dbce315ac74527b5a3abc4c930f4d7d0d834fa2e (
plain) (
tree)
|
|
<!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 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 class="active" 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">
<pre>
Usage: ./qmidiplayer [options] [files...]
A cross-platform MIDI player.
Options:
-h, --help Displays this help.
-v, --version Displays version information.
--plugin <plugin library> Load a plugin from <plugin library>.
-l, --load-all-files Load all files from the same folder.
Arguments:
file midi files to play (optional).
</pre>
<br><a href="index.html">Return</a>
</div>
</body>
</html>
|