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