diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /QMidiPlayer/doc/efxdialog.html | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'QMidiPlayer/doc/efxdialog.html')
-rw-r--r-- | QMidiPlayer/doc/efxdialog.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/QMidiPlayer/doc/efxdialog.html b/QMidiPlayer/doc/efxdialog.html new file mode 100644 index 0000000..1706fc7 --- /dev/null +++ b/QMidiPlayer/doc/efxdialog.html @@ -0,0 +1,36 @@ +<!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 class="active" 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>Effects Dialog</h1> + <img src="../img/effectw.png"><br> + Adjest effect parameters of the internal fluidsynth here. + <ul> + <li>Changes in this dialog will be applied immediately.</li> + <li>These changes will also affect rendered wave files.</li> + </ul> + <br><a href="index.html">Return</a> + </div> +</body> +</html> |