1JALV(1) General Commands Manual JALV(1)
2
3
4
6 jalv - Run an LV2 plugin as a JACK application (console version).
7
8
10 jalv [OPTION]... PLUGIN_URI
11
12
14 -h Print the command line options.
15
16
17 -c Print control output changes to stdout.
18
19
20 -c SYM=VAL
21 Set control value (e.g. "vol=1.4").
22
23
24 -u UUID
25 UUID for Jack session restoration.
26
27
28 -l DIR Load state from state directory.
29
30
31 -d Dump plugin <=> UI communication.
32
33
34 -s Show plugin UI if possible.
35
36 This option only works when plugins provide a UI that is usable
37 via the non-embeddable showHide interface. For other, embed‐
38 dable UIs, use jalv.gtk(1) or jalv.qt(1).
39
40
41 -t Print trace messages from plugin
42
43
44 -b SIZE
45 Buffer size for plugin <=> UI communication.
46
47
49 jalv.gtk(1), jalv.gtkmm(1), jalv.qt(2), lv2ls(1), jackd(1)
50
51
53 jalv was written by David Robillard <d@drobilla.net>
54
55 This manual page was written by Jaromír Mikes <mira.mikes@seznam.cz>
56 and David Robillard <d@drobilla.net>
57
58
59
60 10 Oct 2015 JALV(1)