diff options
author | David Robillard <d@drobilla.net> | 2022-05-27 19:20:50 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-27 19:20:50 -0400 |
commit | 227b485f776f77d768ad87f29d21a4b7065f3c04 (patch) | |
tree | d18b6b70d9593d2fdb6db14a1d5a9585a362040e /doc | |
parent | cd29a3dec8fb292c79f0264a8b79d3221c66a12e (diff) | |
download | jalv-227b485f776f77d768ad87f29d21a4b7065f3c04.tar.gz jalv-227b485f776f77d768ad87f29d21a4b7065f3c04.tar.bz2 jalv-227b485f776f77d768ad87f29d21a4b7065f3c04.zip |
Remove Gtkmm interface
Gtk2 is long deprecated, and Gtkmm2 is still covered by Ardour anyway.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jalv.1 | 4 | ||||
-rw-r--r-- | doc/jalv.gtk.1 | 4 | ||||
-rw-r--r-- | doc/jalv.gtk3.1 | 58 | ||||
-rw-r--r-- | doc/jalv.gtkmm.1 | 25 | ||||
-rw-r--r-- | doc/jalv.qt5.1 (renamed from doc/jalv.qt.1) | 4 |
5 files changed, 64 insertions, 31 deletions
@@ -73,8 +73,8 @@ The Jalv prompt supports several commands for interactive control: .SH "SEE ALSO" .BR jalv.gtk(1), -.BR jalv.gtkmm(1), -.BR jalv.qt(2), +.BR jalv.gtk3(1), +.BR jalv.qt5(2), .BR lv2ls(1), .BR jackd(1) diff --git a/doc/jalv.gtk.1 b/doc/jalv.gtk.1 index 241ff7a..c9dd284 100644 --- a/doc/jalv.gtk.1 +++ b/doc/jalv.gtk.1 @@ -46,8 +46,8 @@ Print trace messages from plugin. .SH "SEE ALSO" .BR jalv(1), -.BR jalv.gtkmm(1), -.BR jalv.qt(2), +.BR jalv.gtk3(1), +.BR jalv.qt5(1), .BR lv2ls(1), .BR jackd(1) diff --git a/doc/jalv.gtk3.1 b/doc/jalv.gtk3.1 new file mode 100644 index 0000000..51540c8 --- /dev/null +++ b/doc/jalv.gtk3.1 @@ -0,0 +1,58 @@ +.TH JALV.GTK "27 May 2022" + +.SH NAME +.B jalv.gtk \- Run an LV2 plugin as a JACK application (Gtk3 version). + +.SH SYNOPSIS +.B jalv.gtk [OPTION]... PLUGIN_URI + +.SH OPTIONS + +.TP +\fB\-b SIZE\fR +Buffer size for plugin <=> UI communication. + +.TP +\fB\-c SYM=VAL\fR +Set control value (e.g. "vol=1.4"). + +.TP +\fB\-d\fR, \fB\-\-dump\fR +Dump plugin <=> UI communication. + +.TP +\fB\-U URI\fR +Load the UI with the given URI. + +.TP +\fB\-g\fR, \fB\-\-generic\-ui\fR +Use Jalv generic UI and not the plugin UI. + +.TP +\fB\-h\fR, \fB\-\-help\fR +Print the command line options. + +.TP +\fB\-l DIR\fR, \fB\-\-load DIR\fR +Load state from state directory. + +.TP +\fB\-p\fR, \fB\-\-print\-controls\fR +Print control output changes to stdout. + +.TP +\fB\-t\fR, \fB\-\-trace\fR +Print trace messages from plugin. + +.SH "SEE ALSO" +.BR jalv(1), +.BR jalv.gtk(1), +.BR jalv.qt5(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> diff --git a/doc/jalv.gtkmm.1 b/doc/jalv.gtkmm.1 deleted file mode 100644 index 2a6ce01..0000000 --- a/doc/jalv.gtkmm.1 +++ /dev/null @@ -1,25 +0,0 @@ -.TH JALV.GTKMM 1 "19 Apr 2012" - -.SH NAME -.B jalv.gtkmm \- Run an LV2 plugin as a JACK application (Gtkmm version). - -.SH SYNOPSIS -.B jalv.gtkmm PLUGIN_URI - -.SH DESCRIPTION - -This is a version of Jalv with a GUI implemented in Gtkmm. It is mainly for -developer testing purposes, for a production ready program use jalv.gtk. - -.SH "SEE ALSO" -.BR jalv(1), -.BR jalv.gtk(1), -.BR jalv.qt(2), -.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> diff --git a/doc/jalv.qt.1 b/doc/jalv.qt5.1 index 352835d..8dc1fdb 100644 --- a/doc/jalv.qt.1 +++ b/doc/jalv.qt5.1 @@ -13,8 +13,8 @@ developer testing purposes, for a production ready program use jalv.gtk. .SH "SEE ALSO" .BR jalv(1), -.BR jalv.gtkmm(1), -.BR jalv.qt(2), +.BR jalv.gtk(1), +.BR jalv.gtk3(1), .BR lv2ls(1), .BR jackd(1) |