table of contents
LV2INFO(1) | General Commands Manual | LV2INFO(1) |
NAME¶
lv2info
— print
information about an installed LV2 plugin
SYNOPSIS¶
lv2info |
[-hV ] [-m
file] [-p
file] plugin_uri |
DESCRIPTION¶
lv2info
prints a human-readable summary of
information about an LV2 plugin.
The plugin must be installed; lv2info
will
search for one with the given plugin_uri in the LV2
path.
The options are as follows:
ENVIRONMENT¶
LV2_PATH
- List of directories to search for LV2 plugin bundles, in the style of
PATH
.
EXIT STATUS¶
lv2info
exits with a status of 0, or
non-zero if an error occurred.
SEE ALSO¶
AUTHORS¶
lv2info
is a part of lilv, by
David Robillard
d@drobilla.net.
November 29, 2022 | Lilv 0.24.24 |