From d4c66cbcfb1411312b2c2f3c83e76a4882b8577a Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 9 May 2016 23:52:06 +0800 Subject: Add visualization documentation stub. --- doc/channeldialog.html | 1 + doc/channeleditor.html | 1 + doc/cmdargs.html | 1 + doc/efxdialog.html | 1 + doc/index.html | 3 ++- doc/license.html | 1 + doc/mainwindow.html | 1 + doc/miscellaneous.html | 1 + doc/optionsdialog.html | 1 + doc/plistdialog.html | 1 + doc/troubleshooting.html | 1 + doc/version.html | 3 ++- doc/visualization.html | 33 +++++++++++++++++++++++++++++++++ 13 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 doc/visualization.html diff --git a/doc/channeldialog.html b/doc/channeldialog.html index 5b5eff3..c1674a1 100644 --- a/doc/channeldialog.html +++ b/doc/channeldialog.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/channeleditor.html b/doc/channeleditor.html index 146e9b4..0c38d54 100644 --- a/doc/channeleditor.html +++ b/doc/channeleditor.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/cmdargs.html b/doc/cmdargs.html index b0b97bb..afc770d 100644 --- a/doc/cmdargs.html +++ b/doc/cmdargs.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/efxdialog.html b/doc/efxdialog.html index 81fbecd..1706fc7 100644 --- a/doc/efxdialog.html +++ b/doc/efxdialog.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/index.html b/doc/index.html index ccbf549..529f302 100644 --- a/doc/index.html +++ b/doc/index.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • @@ -40,7 +41,7 @@
  • The channels parameters editor
  • The playlist dialog
  • The effects dialog
  • -
  • Visualization
  • +
  • Visualization
  • Setting up QMidiPlayer
  • About QMidiPlayer

    diff --git a/doc/license.html b/doc/license.html index 64ec3c5..3bd363d 100644 --- a/doc/license.html +++ b/doc/license.html @@ -18,6 +18,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/mainwindow.html b/doc/mainwindow.html index fae519b..02307fe 100644 --- a/doc/mainwindow.html +++ b/doc/mainwindow.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/miscellaneous.html b/doc/miscellaneous.html index 25f6e6e..276fe8c 100644 --- a/doc/miscellaneous.html +++ b/doc/miscellaneous.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html index 4e0bc71..ed38f35 100644 --- a/doc/optionsdialog.html +++ b/doc/optionsdialog.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/plistdialog.html b/doc/plistdialog.html index 10596be..40ef542 100644 --- a/doc/plistdialog.html +++ b/doc/plistdialog.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/troubleshooting.html b/doc/troubleshooting.html index 09273cf..0c5e434 100644 --- a/doc/troubleshooting.html +++ b/doc/troubleshooting.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • diff --git a/doc/version.html b/doc/version.html index 7fcafdf..5a5a775 100644 --- a/doc/version.html +++ b/doc/version.html @@ -14,6 +14,7 @@
  • Playlist
  • Effects
  • Settings
  • +
  • Visualization
  • Commandline arguments
  • Troubleshooting
  • Miscellaneous
  • @@ -25,7 +26,7 @@

    Version information


    - QMidiPlayer documentation for version 0.7.8
    + QMidiPlayer documentation for version 0.8.1
    An MIDI player based on fluidsynth and Qt.
    Written by Chris Xiong.

    diff --git a/doc/visualization.html b/doc/visualization.html new file mode 100644 index 0000000..8870e0c --- /dev/null +++ b/doc/visualization.html @@ -0,0 +1,33 @@ + + + +QMidiPlayer Help + + + +
    + +
    +
    +

    Visualization

    +
    + The default visualization comes as a plugin of QMidiPlayer. So before using it you + have to enable it first in the plugin manager.
    + To use the visualization, click the Visualization button in the main window. +
    + + \ No newline at end of file -- cgit v1.2.3