-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2024-12-28 | ||
* Release 1.4.1 | ||
|
||
2024-12-27 | ||
* Release 1.4.1 preparations | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
.\" Automatically generated by Pandoc 1.19.2.1 | ||
.\" Automatically generated by Pandoc 2.14.0.3 | ||
.\" | ||
.TH "KMETRONOME" "1" "August 10, 2021" "kmetronome 1.3.1" "Drumstick MIDI Metronome" | ||
.TH "KMETRONOME" "1" "December 28, 2024" "kmetronome 1.4.1" "Drumstick MIDI Metronome" | ||
.hy | ||
.SH NAME | ||
.PP | ||
\f[B]kmetronome\f[] \- Drumstick MIDI metronome using ALSA sequencer and | ||
\f[B]kmetronome\f[R] - Drumstick MIDI metronome using ALSA sequencer and | ||
QT user interface | ||
.SH SYNOPSIS | ||
.PP | ||
\f[B]kmetronome\f[] [options] | ||
\f[B]kmetronome\f[R] [options] | ||
.SH DESCRIPTION | ||
.PP | ||
Drumstick Metronome is a MIDI metronome with QT interface based on the | ||
|
@@ -19,125 +19,89 @@ It uses MIDI for sound generation instead of digital audio, allowing low | |
CPU usage, and very accurate timing thanks to the ALSA sequencer. | ||
.SS Options | ||
.TP | ||
.B \f[C]\-\-help\f[] | ||
\f[B]\f[CB]--help\f[B]\f[R] | ||
Show help about options | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-\-help\-all\f[] | ||
\f[B]\f[CB]--help-all\f[B]\f[R] | ||
Show all options | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-v\f[],\f[C]\-\-version\f[] | ||
\f[B]\f[CB]-v\f[B]\f[R],\f[B]\f[CB]--version\f[B]\f[R] | ||
Show version information | ||
.RS | ||
.RE | ||
.SS Standard Options | ||
.PP | ||
The following options apply to all Qt5 applications. | ||
.TP | ||
.B \f[C]\-style=\f[] style / \f[C]\-style\f[] style | ||
\f[B]\f[CB]-style=\f[B]\f[R] style / \f[B]\f[CB]-style\f[B]\f[R] style | ||
Set the application GUI style. | ||
Possible values depend on the system configuration. | ||
If Qt is compiled with additional styles or has additional styles as | ||
plugins these will be available to the \f[C]\-style\f[] command line | ||
plugins these will be available to the \f[C]-style\f[R] command line | ||
option. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-stylesheet=\f[] stylesheet / \f[C]\-stylesheet\f[] stylesheet | ||
\f[B]\f[CB]-stylesheet=\f[B]\f[R] stylesheet / \f[B]\f[CB]-stylesheet\f[B]\f[R] stylesheet | ||
Set the application styleSheet. | ||
The value must be a path to a file that contains the Style Sheet. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-widgetcount\f[] | ||
\f[B]\f[CB]-widgetcount\f[B]\f[R] | ||
Print debug message at the end about number of widgets left undestroyed | ||
and maximum number of widgets existed at the same time. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-reverse\f[] | ||
Set the application\[aq]s layout direction to Qt::RightToLeft. | ||
\f[B]\f[CB]-reverse\f[B]\f[R] | ||
Set the application\[cq]s layout direction to Qt::RightToLeft. | ||
This option is intended to aid debugging and should not be used in | ||
production. | ||
The default value is automatically detected from the user\[aq]s locale | ||
The default value is automatically detected from the user\[cq]s locale | ||
(see also QLocale::textDirection()). | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-platform\f[] platformName[:options] | ||
\f[B]\f[CB]-platform\f[B]\f[R] platformName[:options] | ||
Specify the Qt Platform Abstraction (QPA) plugin. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-platformpluginpath\f[] path | ||
\f[B]\f[CB]-platformpluginpath\f[B]\f[R] path | ||
Specify the path to platform plugins. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-platformtheme\f[] platformTheme | ||
\f[B]\f[CB]-platformtheme\f[B]\f[R] platformTheme | ||
Specify the platform theme. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-plugin\f[] plugin | ||
\f[B]\f[CB]-plugin\f[B]\f[R] plugin | ||
Specify additional plugins to load. | ||
The argument may appear multiple times. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-qwindowgeometry\f[] geometry | ||
Specify the window geometry for the main window using the X11\-syntax. | ||
For example: \-qwindowgeometry 100x100+50+50 | ||
.RS | ||
.RE | ||
\f[B]\f[CB]-qwindowgeometry\f[B]\f[R] geometry | ||
Specify the window geometry for the main window using the X11-syntax. | ||
For example: -qwindowgeometry 100x100+50+50 | ||
.TP | ||
.B \f[C]\-qwindowicon\f[] icon | ||
\f[B]\f[CB]-qwindowicon\f[B]\f[R] icon | ||
Set the default window icon. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-qwindowtitle\f[] title | ||
\f[B]\f[CB]-qwindowtitle\f[B]\f[R] title | ||
Set the title of the first window. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-session\f[] session | ||
\f[B]\f[CB]-session\f[B]\f[R] session | ||
Restore the application from an earlier session. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-display\f[] hostname:screen_number | ||
\f[B]\f[CB]-display\f[B]\f[R] hostname:screen_number | ||
Switch displays on X11. | ||
Overrides the DISPLAY environment variable. | ||
.RS | ||
.RE | ||
.TP | ||
.B \f[C]\-geometry\f[] geometry | ||
\f[B]\f[CB]-geometry\f[B]\f[R] geometry | ||
Specify the window geometry for the main window on X11. | ||
For example: \-geometry 100x100+50+50 | ||
.RS | ||
.RE | ||
For example: -geometry 100x100+50+50 | ||
.TP | ||
.B \f[C]\-fontengine=\f[] freetype | ||
\f[B]\f[CB]-fontengine=\f[B]\f[R] freetype | ||
Use the FreeType font engine. | ||
.RS | ||
.RE | ||
.SH BUGS | ||
.PP | ||
See Tickets at Sourceforge <https://sourceforge.net/p/kmetronome/> | ||
.SH SEE ALSO | ||
.PP | ||
\f[B]qt5options (7)\f[] | ||
\f[B]qt5options (7)\f[R] | ||
.SH LICENSE | ||
.PP | ||
This manual page was written by Pedro Lopez\-Cabanillas | ||
This manual page was written by Pedro Lopez-Cabanillas | ||
<[email protected]> Permission is granted to copy, distribute | ||
and/or modify this document under the terms of the GNU General Public | ||
License, Version 2 or any later version published by the Free Software | ||
Foundation; considering as source code all the file that enable the | ||
production of this manpage. | ||
.SH AUTHORS | ||
Pedro López\-Cabanillas <[email protected]>. | ||
Pedro L\['o]pez-Cabanillas <[email protected]>. |