Registry / other / lilv
library0.26.4vcpkgunverified

Lilv is a C library for simple use of LV2 plugins in applications.

vcpkg install lilv
INSTALL
IMPORT
SIG · LILV
L
lilv
othercppv0.26.4
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.

lilv/lilv.h
#include <lilv/lilv.h>

Initialize Lilv world, load all LV2 plugins, and print the count.

#include <lilv/lilv.h> #include <stdio.h> int main() { LilvWorld* world = lilv_world_new(); lilv_world_load_all(world); const LilvPlugins* plugins = lilv_world_get_all_plugins(world); printf("Number of plugins: %u\n", lilv_plugins_size(plugins)); lilv_world_free(world); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

lilv — pip install lilv · libregistry