Lilv 0.18.0 is out. Lilv is a C library to make the use of LV2 plugins
as simple as possible for applications.
Download:
http://download.drobilla.net/lilv-0.18.0.tar.bz2
Signature:
http://download.drobilla.net/lilv-0.18.0.tar.bz2.sig
More about Lilv:
http://drobilla.net/software/lilv
This release includes several bug fixes and improvements. Upgrading is
recommended. A function has been added but the API remains backwards
compatible with all previous releases.
Changes:
* Allow lilv_state_restore() to be used without passing an instance,
for restoring port values via a callback only
* Fix unlikely memory leak in lilv_plugin_instantiate()
* Support denoting latency ports with lv2:designation lv2:latency
* Allow passing NULL port_class to lilv_plugin_get_port_by_designation
* Call GetProcAddress with correct calling convention on Windows
* Add support for running plugins from Python by Kaspar Emanuel
* Clean up after test suite so multiple runs are successful
* Add lilv_port_get_node() for using world query functions with ports
* lv2info: Don't display invalid control maxes and defaults
(patch from Robin Gareus)
* lilvmm.hpp: Add wrappers for UI API
Enjoy,
--
dr