diff options
Diffstat (limited to 'QMidiPlayer/doc/channeleditor.html')
-rw-r--r-- | QMidiPlayer/doc/channeleditor.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/QMidiPlayer/doc/channeleditor.html b/QMidiPlayer/doc/channeleditor.html new file mode 100644 index 0000000..0c38d54 --- /dev/null +++ b/QMidiPlayer/doc/channeleditor.html @@ -0,0 +1,51 @@ +<!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 class="active" 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>Channel Editor</h1> + <img src="../img/chparaw.png"><br> + <h2>Controllers Explained</h2> + <ul> + <li>Cut.: Cut Off (cc#74, defined in GM2). Not supported by vanilla fluidsynth.</li> + <li>Res.: Resonance (cc#71, defined in GM2). Not supported by vanilla fluidsynth</li> + <li>Rev.: Reverb (cc#91, defined in GM1).</li> + <li>Chr.: Chorus (cc#93, defined in GM1).</li> + <li>Vol.: Volume (cc#07, defined in GM1).</li> + <li>Pan.: Panorama (cc#10, defined in GM1).</li> + <li>Atk.: Envelope attack (cc#73, defined in GM2). Not supported by vanilla fluidsynth.</li> + <li>Dec.: Envelope decay (cc#75, defined in GM2). Not supported by vanilla fluidsynth.</li> + <li>Rel.: Envelope release (cc#72, defined in GM2). Not supported by vanilla fluidsynth.</li> + <li>Rate: Vibrato rate (cc#76, defined in GM2). Not supported by vanilla fluidsynth.</li> + <li>Dep.: Vibrato depth (cc#77, defined in GM2). Not supported by vanilla fluidsynth.</li> + <li>Del.: Vibrato delay (cc#78, defined in GM2). Not supported by vanilla fluidsynth.</li> + </ul> + <h2>Notes</h2> + <ul> + <li>Changes in this page are applied immediately.</li> + <li>Vanilla fluidsynth does not support GM2 controls.</li> + </ul> + <br><a href="index.html">Return</a> + </div> +</body> +</html> |