From f3694385610a66215b65fafc1e05680baddeb090 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 16 Apr 2016 21:03:44 +0800 Subject: Fixed two bugs in initialization process. Documentation... --- doc/channeldialog.html | 8 +++-- doc/channeleditor.html | 8 +++-- doc/cmdargs.html | 34 +++++++++++++++++++++ doc/efxdialog.html | 34 +++++++++++++++++++++ doc/index.html | 14 +++++---- doc/license.html | 8 +++-- doc/mainwindow.html | 11 ++++--- doc/optionsdialog.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++ doc/plistdialog.html | 34 +++++++++++++++++++++ doc/troubleshooting.html | 63 +++++++++++++++++++++++++++++++++++++++ doc/version.html | 8 +++-- 11 files changed, 277 insertions(+), 22 deletions(-) create mode 100644 doc/cmdargs.html create mode 100644 doc/efxdialog.html create mode 100644 doc/optionsdialog.html create mode 100644 doc/plistdialog.html create mode 100644 doc/troubleshooting.html (limited to 'doc') diff --git a/doc/channeldialog.html b/doc/channeldialog.html index ee5a577..a4e5fd2 100644 --- a/doc/channeldialog.html +++ b/doc/channeldialog.html @@ -11,9 +11,11 @@
  • Main Window
  • Channels Dialog
  • Channel Editor
  • -
  • Playlist
  • -
  • Effects
  • -
  • Settings
  • +
  • Playlist
  • +
  • Effects
  • +
  • Settings
  • +
  • Commandline arguments
  • +
  • Troubleshooting
  • Version Info.
  • License
  • diff --git a/doc/channeleditor.html b/doc/channeleditor.html index 34f9a19..fb50cc5 100644 --- a/doc/channeleditor.html +++ b/doc/channeleditor.html @@ -11,9 +11,11 @@
  • Main Window
  • Channels Dialog
  • Channel Editor
  • -
  • Playlist
  • -
  • Effects
  • -
  • Settings
  • +
  • Playlist
  • +
  • Effects
  • +
  • Settings
  • +
  • Commandline arguments
  • +
  • Troubleshooting
  • Version Info.
  • License
  • diff --git a/doc/cmdargs.html b/doc/cmdargs.html new file mode 100644 index 0000000..753ba2a --- /dev/null +++ b/doc/cmdargs.html @@ -0,0 +1,34 @@ + + + +QMidiPlayer Help + + + +
    + +
    +
    +
    +Usage: qmidiplayer [Options] [Midi Files]
    +Possible options are: 
    +  -l, --load-all-files  Load all files from the same folder.
    +  --help                Show this help and exit.
    +  --version             Show this version information and exit.
    +	
    +
    Return +
    + + diff --git a/doc/efxdialog.html b/doc/efxdialog.html new file mode 100644 index 0000000..4f95849 --- /dev/null +++ b/doc/efxdialog.html @@ -0,0 +1,34 @@ + + + +QMidiPlayer Help + + + +
    + +
    +
    +

    Effects Dialog

    +
    + Adjest effect parameters of the internal fluidsynth here. + +
    Return +
    + + diff --git a/doc/index.html b/doc/index.html index 7fbfb40..ad21637 100644 --- a/doc/index.html +++ b/doc/index.html @@ -11,9 +11,11 @@
  • Main Window
  • Channels Dialog
  • Channel Editor
  • -
  • Playlist
  • -
  • Effects
  • -
  • Settings
  • +
  • Playlist
  • +
  • Effects
  • +
  • Settings
  • +
  • Commandline arguments
  • +
  • Troubleshooting
  • Version Info.
  • License
  • @@ -35,10 +37,10 @@
  • The main window
  • The channels dialog
  • The channels parameters editor
  • -
  • The playlist dialog
  • -
  • The effects dialog
  • +
  • The playlist dialog
  • +
  • The effects dialog
  • Visualization
  • -
  • Setting up QMidiPlayer
  • +
  • Setting up QMidiPlayer
  • About QMidiPlayer

    diff --git a/doc/mainwindow.html b/doc/mainwindow.html index 5fd074c..a054c58 100644 --- a/doc/mainwindow.html +++ b/doc/mainwindow.html @@ -11,9 +11,11 @@
  • Main Window
  • Channels Dialog
  • Channel Editor
  • -
  • Playlist
  • -
  • Effects
  • -
  • Settings
  • +
  • Playlist
  • +
  • Effects
  • +
  • Settings
  • +
  • Commandline arguments
  • +
  • Troubleshooting
  • Version Info.
  • License
  • @@ -37,7 +39,8 @@
  • Render to Wave.
    It's not possible to use this action unless the player is stopped.
    The output wave file, with the name (source file name)+'.wav',
    - is always placed in the folder that the source midi file is in.
  • + is always placed in the folder that the source midi file is in.
    + MIDI mapping does not apply to render results.
    Return diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html new file mode 100644 index 0000000..a033261 --- /dev/null +++ b/doc/optionsdialog.html @@ -0,0 +1,77 @@ + + + +QMidiPlayer Help + + + +
    + +
    +
    +

    Settings Dialog

    + Settings are stored in $HOME/.config/qmprc
    + For Windows users, $HOME refers to X:\Users\<your user name>\.config, where X is the system drive of your + Windows installation.
    + Options with one asterisk will be applied after restarting QMidiPlayer.
    + Options with two asterisks will be applied after the internal fluidsynth is restarted.
    + Other options are applied immediately.
    +
    + +
    + +
    + You can manage soundfont used by the internal fluidsynth engine here.
    + If multiple soundfonts provide instruments with the same bank numbers and preset numbers, + the preset provided by the top most soundfont will be used.
    +
    + +
    Return +
    + + diff --git a/doc/plistdialog.html b/doc/plistdialog.html new file mode 100644 index 0000000..ae14678 --- /dev/null +++ b/doc/plistdialog.html @@ -0,0 +1,34 @@ + + + +QMidiPlayer Help + + + +
    + +
    +
    +

    Playlist Dialog

    +
    +

    Notes

    + +
    Return +
    + + diff --git a/doc/troubleshooting.html b/doc/troubleshooting.html new file mode 100644 index 0000000..f98e768 --- /dev/null +++ b/doc/troubleshooting.html @@ -0,0 +1,63 @@ + + + +QMidiPlayer Help + + + +
    + +
    +
    + If troubleshooting cannot solve your problem, please don't hesitate to report an issue. +

    1. I can't hear anything!

    +

    + 1) Check current audio driver in the option dialog. Do not use an audio driver + that is not installed on your system.
    + 2) If no soundfont is loaded, the synthesizer won't make any sound...
    + 3) Check audio buffer settings in the synth section.
    + 4) Check if your midi file is valid. +

    +

    2. The playback is intermittent.

    +

    + Try increasing audio buffer size and/or audio buffer count in synth options. +

    +

    3. MIDI timing is messed up.

    +

    + This is a known issue under Windows. Try decreasing audio buffer size and + increasing audio buffer count. +

    +

    4. Some files cannot be played.

    +

    5. Some soundfonts cannot be loaded.

    +

    + Files names with characters unsupported by the system locale + won't load correctly in Windows. This is a known issue. +

    +

    6. Sound is distorted.

    +

    + Try reducing the master volume. +

    +

    7. Bank selecting is incorrect for the internal synth.

    +

    + Change default midi mapping if necessary. +

    +

    8. Bank selecting is incorrect for external devices.

    +

    + Bank selecting to external devices is sent in raw format. The midi + file may be incompatible with your device. +

    +
    + + \ No newline at end of file diff --git a/doc/version.html b/doc/version.html index fff816f..050ab09 100644 --- a/doc/version.html +++ b/doc/version.html @@ -11,9 +11,11 @@
  • Main Window
  • Channels Dialog
  • Channel Editor
  • -
  • Playlist
  • -
  • Effects
  • -
  • Settings
  • +
  • Playlist
  • +
  • Effects
  • +
  • Settings
  • +
  • Commandline arguments
  • +
  • Troubleshooting
  • Version Info.
  • License
  • -- cgit v1.2.3