Registry / other / lv2
library1.18.10vcpkgunverified

LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin 'bundles'.

vcpkg install lv2
INSTALL
IMPORT
SIG · LV2
L
lv2
othercppv1.18.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lv2/lv2plug.in/ns/lv2core/lv2.h
#include <lv2/lv2plug.in/ns/lv2core/lv2.h>

Print the LV2 version

#include <lv2/lv2plug.in/ns/lv2core/lv2.h> #include <iostream> int main() { std::cout << "LV2 version: " << LV2_VERSION << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.18.10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

lv2 — pip install lv2 · libregistry