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 -b SIZE
15 Buffer size for plugin <=> UI communication.
16
17
18 -c SYM=VAL
19 Set control value (e.g. "vol=1.4").
20
21
22 -d Dump plugin <=> UI communication.
23
24
25 -U URI Load the UI with the given URI.
26
27
28 -h Print the command line options.
29
30
31 -i Ignore input on stdin (for background use).
32
33
34 -l DIR Load state from state directory.
35
36
37 -n NAME
38 Jack client name
39
40
41 -p Print control output changes to stdout.
42
43
44 -s Show plugin UI if possible.
45
46 This option only works when plugins provide a UI that is usable
47 via the non-embeddable showHide interface. For other, embed‐
48 dable UIs, use jalv.gtk(1) or jalv.qt(1).
49
50
51 -t Print trace messages from plugin
52
53
54 -x Use only exact Jack client name, and exit if it is taken
55
56
58 The Jalv prompt supports several commands for interactive control:
59
60 help Display help message
61 controls Print settable control values
62 monitors Print output control values
63 presets Print available presets
64 preset URI Set preset
65 set INDEX VALUE Set control value by port index
66 set SYMBOL VALUE Set control value by symbol
67 SYMBOL = VALUE Set control value by symbol
68
69
71 jalv.gtk(1), jalv.gtk3(1), jalv.qt5(2), lv2ls(1), jackd(1)
72
73
75 jalv was written by David Robillard <d@drobilla.net>
76
77 This manual page was written by Jaromír Mikes <mira.mikes@seznam.cz>
78 and David Robillard <d@drobilla.net>
79
80
81
82 18 Feb 2017 JALV(1)