Scroll to navigation

JALV(1) General Commands Manual JALV(1)

NAME

jalvrun an LV2 plugin with a command-line interface

SYNOPSIS

jalv [-dhipstx] [-b size] [-c symbol=value] [-U ui_uri] [-l dir] [-n name] plugin_state

DESCRIPTION

jalv is a simple LV2 host that runs one plugin. It has several versions, this one has an interactive command-line interface.

jalv has one positional argument, which can be a plugin URI, preset URI, or the path to a bundle or data file that describes one.

The options are as follows:

bytes
Buffer size for communication between plugin and UI. The default value should be enough, but if there are overflows, this option can be used to allocate more space.
symbol=value
Set control value, for example, -c vol=1.4 where “vol” is the symbol of a control port on the plugin.
Dump communication between plugin and UI to stdout. Note that this may print an extreme amount of text, piping the output to a pager or file is recommended.
Print the command line options and exit.
Ignore input on stdin and run non-interactively.
dir
Load state from the given directory before running the plugin.
name
Use the given JACK client name. Note that JACK may adjust the name if necessary unless -x is also given.
Print control output changes to stdout.
Show plugin UI if possible. This option only works when plugins provide a UI that uses the non-embeddable showHide interface. For embeddable UIs, use jalv.gtk3(1) instead.
Print debug trace messages. This enables the “trace” LV2 log, which is used by some plugins to print debugging output. Some extra internal error messages are also enabled. Note that this may print in the audio thread, which can cause dropouts.
uri
Load the UI with the given URI. Usually only one suitable UI is available on a given platform, which is used by default. If there are several, this option can be used to select which is loaded.
Print version information and exit.
Use only the exact JACK client name given by -n or exit if it's unavailable.

COMMANDS

The Jalv prompt supports several commands for interactive control:

Display help message.
Print settable control values.
Print output control values.
Print available presets.
uri
Ic preset Ar path Load and apply preset.
Quit program.
index value
Set control value by port index (a non-negative integer).
symbol value
Set control value by symbol (a simple string identifier).

ENVIRONMENT

Search path for LV2 bundles, in PATH format.

SEE ALSO

jalv.gtk3(1), jalv.qt5(1), lv2ls(1)

AUTHORS

jalv was written by David Robillard <d@drobilla.net>, with contributions by Robin Gareus, Hanspeter Portner, and others.

August 1, 2025 Nixpkgs