diff options
Diffstat (limited to 'doc/lv2jack.1')
-rw-r--r-- | doc/lv2jack.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/lv2jack.1 b/doc/lv2jack.1 new file mode 100644 index 0000000..ef526f3 --- /dev/null +++ b/doc/lv2jack.1 @@ -0,0 +1,32 @@ +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH LV2_JACK_HOST 1 "4 May 2009" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +.B lv2jack \- Run an LV2 plugin as a JACK application (with MIDI support). + +.SH SYNOPSIS +.B lv2jack PLUGIN_URI + +.SH SEE ALSO +.BR lilv(3), +.BR lv2ls(1), +.BR jackd(1) + +.SH AUTHOR +lv2jack 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> |