
A tiny convenience library containing useful code to implement lv2 dynamic manifest plugins and especially bridges from other apis to lv2.
it provides:
* lv2 dynamic manifest and descriptor generation;
* os-independent path scanning;
* os-independent environment variables retrieving;
* os-independent dynamic loading;
* avl trees.
it supports the lv2 core specification and the following specifications/extensions:
* lv2 dynamic manifest (http://lv2plug.in/ns/ext/dyn-manifest);
* lv2 units (http://lv2plug.in/ns/extensions/units);
* lv2 uri map (http://lv2plug.in/ns/ext/uri-map);
* lv2 events (http://lv2plug.in/ns/ext/event);
* lv2 midi events (http://lv2plug.in/ns/ext/midi);
* lv2 extended port information (http://lv2plug.in/ns/dev/extportinfo)
(only the epp:logarithmic property is supported).
this package includes the shared library object.