logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lv2info — print information about an installed LV2 plugin

Authors

lv2info is a part of lilv, by David Robillard ⟨d@drobilla.net⟩.

Lilv 0.24.26                                      Nov 29, 2022                                        LV2INFO(1)

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:

       -V, --version
            Display version information and exit.

       -h, --help
            Print the command line options.

       -mfile
            Add record of plugin to Turtle manifest file.

       -pfile
            Write description of plugin to Turtle file.

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.

Name

       lv2info — print information about an installed LV2 plugin

See Also

lv2apply(1)
       lv2bench(1)
       lv2ls(1)

Synopsis

lv2info [-hV] [-mfile] [-pfile] plugin_uri

See Also