lv2info

A C library interface to the LV2 plug-in standard

Install

All systems
curl cmd.cat/lv2info.sh
Debian Debian
apt-get install lilv-utils
Ubuntu
apt-get install lilv-utils
Arch Arch Linux
pacman -S lilv
image/svg+xml Kali Linux
apt-get install lilv-utils
Fedora
dnf install lilv
Windows (WSL2)
sudo apt-get update sudo apt-get install lilv-utils
OS X
brew install lilv
Raspbian
apt-get install lilv-utils

lilv

A C library interface to the LV2 plug-in standard

lilv-utils

library for simple use of LV2 plugins (runtime files)

Lilv (formerly SLV2) is a library for LV2 hosts intended to make using LV2 Plugins as simple as possible (without sacrificing capabilities). Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. This package provides the following utilities: * lv2info - Extract information about an LV2 plugin. * lv2ls - List all installed LV2 plugins.