Lilv 0.18.0
drobilla.net ⋅Lilv 0.18.0 has been released. Lilv is a C library to make the use of LV2 plugins as simple as possible for applications. For more information, see http://drobilla.net/software/lilv.
Changes:
- Add lilv_port_get_node() for using world query functions with ports
- Add support for running plugins from Python by Kaspar Emanuel
- Allow lilv_state_restore() to be used without passing an instance, for restoring port values via a callback only
- Allow passing NULL port_class to lilv_plugin_get_port_by_designation
- Call GetProcAddress with correct calling convention on Windows
- Clean up after test suite so multiple runs are successful
- Fix unlikely memory leak in lilv_plugin_instantiate()
- Support denoting latency ports with lv2:designation lv2:latency
- lilvmm.hpp: Add wrappers for UI API
- lv2info: Don't display invalid control maxes and defaults (patch from Robin Gareus)