diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-12-04 23:02:40 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-12-04 23:02:40 +0800 |
commit | 06496661120f7858f26a29f76631e6f0a0ebae7f (patch) | |
tree | 569d912a4d10a9439e2def8d71e5d9dcafe2cb95 /doc/qmidiplayer | |
parent | 96a17cb0283647b7a5b7afa9c35a5d1d2b8d6fc7 (diff) | |
download | QMidiPlayer-06496661120f7858f26a29f76631e6f0a0ebae7f.tar.xz |
Do not crash if midi device is disconnected during the playback.
Linux build no longer searches working directory for plugins. Instead
it should search the plugin folder in the executable directory.
Documentation update.
Diffstat (limited to 'doc/qmidiplayer')
-rw-r--r-- | doc/qmidiplayer | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/qmidiplayer b/doc/qmidiplayer index 8dacdb1..4b318cd 100644 --- a/doc/qmidiplayer +++ b/doc/qmidiplayer @@ -1,15 +1,17 @@ .\" Manpage for qmidiplayer. -.TH man 1 "29 Dec 2016" "0.8.3" "qmidiplayer man page" +.TH man 1 "04 Dec 2019" "0.8.7" "qmidiplayer man page" .SH NAME -qmidiplayer \- Plays midi file +qmidiplayer \- A midi file player .SH SYNOPSIS qmidiplayer [Options] [Midi Files] .SH DESCRIPTION QMidiPlayer is a cross-platform midi file player based on libfluidsynth and Qt. .SH OPTIONS 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. + -h, --help Displays this help. + -v, --version Displays version information. + --plugin <plugin library> Load a plugin from <plugin library>. + -l, --load-all-files Load all files from the same folder. + .SH AUTHOR Chris Xiong (chirs241097@gmail.com) |