aboutsummaryrefslogtreecommitdiffstats
path: root/doc/jalv.qt5.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/jalv.qt5.1')
-rw-r--r--doc/jalv.qt5.129
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/jalv.qt5.1 b/doc/jalv.qt5.1
new file mode 100644
index 0000000..578dab4
--- /dev/null
+++ b/doc/jalv.qt5.1
@@ -0,0 +1,29 @@
+.\" # 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.