aboutsummaryrefslogtreecommitdiffstats
path: root/doc/jalv.qt5.1
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-28 09:58:22 -0500
committerDavid Robillard <d@drobilla.net>2024-12-19 19:55:39 -0500
commitb1c955b1e0e3ae6b4b0c74112ae68a2966a92d35 (patch)
treeadb35b8b9f9e310ea5de0437d791b26e2c574bb9 /doc/jalv.qt5.1
parent5af9d9a0bff772f232d8a232a138c903ca5ba100 (diff)
downloadjalv-b1c955b1e0e3ae6b4b0c74112ae68a2966a92d35.tar.gz
jalv-b1c955b1e0e3ae6b4b0c74112ae68a2966a92d35.tar.bz2
jalv-b1c955b1e0e3ae6b4b0c74112ae68a2966a92d35.zip
Rewrite man pages in mdoc
Diffstat (limited to 'doc/jalv.qt5.1')
-rw-r--r--doc/jalv.qt5.153
1 files changed, 29 insertions, 24 deletions
diff --git a/doc/jalv.qt5.1 b/doc/jalv.qt5.1
index 14fa57f..578dab4 100644
--- a/doc/jalv.qt5.1
+++ b/doc/jalv.qt5.1
@@ -1,24 +1,29 @@
-.TH JALV.QT5 1 "19 Apr 2012"
-
-.SH NAME
-.B jalv.qt \- Run an LV2 plugin as a JACK application (Qt version).
-
-.SH SYNOPSIS
-.B jalv.qt PLUGIN_URI
-
-.SH DESCRIPTION
-
-This is a version of Jalv with a GUI implemented in Qt. It is mainly for
-developer testing purposes, for a production ready program use jalv.gtk.
-
-.SH "SEE ALSO"
-.BR jalv(1),
-.BR jalv.gtk3(1),
-.BR lv2ls(1),
-.BR jackd(1)
-
-.SH AUTHOR
-jalv was written by David Robillard <d@drobilla.net>
-.PP
-This manual page was written by Jaromír Mikes <mira.mikes@seznam.cz>
-and David Robillard <d@drobilla.net>
+.\" # Copyright 2024 David Robillard <d@drobilla.net>
+.\" # SPDX-License-Identifier: ISC
+.Dd December 20, 2024
+.Dt JALV.QT5 1
+.Os
+.Sh NAME
+.Nm jalv.qt5
+.Nd run an LV2 plugin with a Qt5 interface
+.Sh SYNOPSIS
+.Nm jalv.qt5
+.Ar plugin_uri
+.Sh DESCRIPTION
+.Nm
+is a simple LV2 host that runs a single plugin.
+This version has a Qt5 interface that shows either generic controls or a custom plugin GUI.
+.Pp
+This version has no options and requires the plugin URI to be given on the command line.
+For a fully graphical version with a plugin selector, see
+.Xr jalv.gtk3 1 .
+.Sh SEE ALSO
+.Xr jalv 1 ,
+.Xr jalv.gtk3 1 ,
+.Xr lv2ls 1
+.Sh AUTHORS
+jalv was written by
+.An David Robillard
+.Aq Mt d@drobilla.net
+with contributions by others.
+Most of the Qt interface was added by Amadeus Folego and Timo Westkämper.