From 06496661120f7858f26a29f76631e6f0a0ebae7f Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 4 Dec 2019 23:02:40 +0800 Subject: 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. --- doc/qmidiplayer | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/qmidiplayer') 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 Load a plugin from . + -l, --load-all-files Load all files from the same folder. + .SH AUTHOR Chris Xiong (chirs241097@gmail.com) -- cgit v1.2.3