aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--doc/channeldialog.html2
-rw-r--r--doc/channeleditor.html47
-rw-r--r--doc/index.html4
-rw-r--r--doc/license.html2
-rw-r--r--doc/mainwindow.html2
-rw-r--r--doc/version.html2
-rw-r--r--img/effectw.pngbin0 -> 32874 bytes
-rw-r--r--img/options1.pngbin0 -> 32153 bytes
-rw-r--r--img/options2.pngbin0 -> 44016 bytes
-rw-r--r--img/options3.pngbin0 -> 32396 bytes
-rw-r--r--img/options4.pngbin0 -> 41683 bytes
-rw-r--r--img/playlistw.pngbin0 -> 19877 bytes
13 files changed, 56 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c8142c..8ecc724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-04-15 0.7.2 beta
+A little documentation work...
+
2016-04-14 0.7.2 beta
Also reset mapped midi devices.
Translation work...
diff --git a/doc/channeldialog.html b/doc/channeldialog.html
index 5eb5709..ee5a577 100644
--- a/doc/channeldialog.html
+++ b/doc/channeldialog.html
@@ -10,7 +10,7 @@
<li><a href="index.html">Overview</a></li>
<li><a href="mainwindow.html">Main Window</a></li>
<li><a class="active" href="channeldialog.html">Channels Dialog</a></li>
- <li><a href="#">Channel Editor</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>
diff --git a/doc/channeleditor.html b/doc/channeleditor.html
new file mode 100644
index 0000000..34f9a19
--- /dev/null
+++ b/doc/channeleditor.html
@@ -0,0 +1,47 @@
+<!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="#">Playlist</a></li>
+ <li><a href="#">Effects</a></li>
+ <li><a href="#">Settings</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>
diff --git a/doc/index.html b/doc/index.html
index 5372f30..7fbfb40 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -10,7 +10,7 @@
<li><a class="active" 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="#">Channel Editor</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>
@@ -34,7 +34,7 @@
<ul>
<li><a href="mainwindow.html">The main window</a></li>
<li><a href="channeldialog.html">The channels dialog</a></li>
- <li>The channels parameters editor</li>
+ <li><a href="channeleditor.html">The channels parameters editor</a></li>
<li>The playlist dialog</li>
<li>The effects dialog</li>
<li>Visualization</li>
diff --git a/doc/license.html b/doc/license.html
index b50e6d5..c01d5fb 100644
--- a/doc/license.html
+++ b/doc/license.html
@@ -14,7 +14,7 @@
<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="#">Channel Editor</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>
diff --git a/doc/mainwindow.html b/doc/mainwindow.html
index a0f4529..5fd074c 100644
--- a/doc/mainwindow.html
+++ b/doc/mainwindow.html
@@ -10,7 +10,7 @@
<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="#">Channel Editor</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>
diff --git a/doc/version.html b/doc/version.html
index d5caf82..fff816f 100644
--- a/doc/version.html
+++ b/doc/version.html
@@ -10,7 +10,7 @@
<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="#">Channel Editor</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>
diff --git a/img/effectw.png b/img/effectw.png
new file mode 100644
index 0000000..2f5a419
--- /dev/null
+++ b/img/effectw.png
Binary files differ
diff --git a/img/options1.png b/img/options1.png
new file mode 100644
index 0000000..e9ce70a
--- /dev/null
+++ b/img/options1.png
Binary files differ
diff --git a/img/options2.png b/img/options2.png
new file mode 100644
index 0000000..ec14aeb
--- /dev/null
+++ b/img/options2.png
Binary files differ
diff --git a/img/options3.png b/img/options3.png
new file mode 100644
index 0000000..39a5ca7
--- /dev/null
+++ b/img/options3.png
Binary files differ
diff --git a/img/options4.png b/img/options4.png
new file mode 100644
index 0000000..9ddd2c0
--- /dev/null
+++ b/img/options4.png
Binary files differ
diff --git a/img/playlistw.png b/img/playlistw.png
new file mode 100644
index 0000000..668318c
--- /dev/null
+++ b/img/playlistw.png
Binary files differ