Lilv 0.14.4
drobilla.net ⋅Lilv 0.14.4 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 lv2bench utility
- Add option to build utilities as static binaries
- Deprecate old flawed Lilv::Instance constructors
- Do not require a C++ compiler to build
- Fix crash when lv2info is run with an invalid URI argument
- Fix documentation for ui_type parameter of lilv_ui_is_supported()
- Fix various hyper-strict warnings
- Gracefully handle failure to save plugin state and print error message
- Make all 'zix' symbols private to avoid symbol clashes in static builds
- Reduce memory usage (per node)
- Simpler node implementation always backed by a SordNode
- Upgrade to waf 1.7.2
- lilvmm.hpp: Add Lilv::Instance::get_extension_data()
- lilvmm.hpp: Add Lilv::Instance::get_handle()
- lilvmm.hpp: Make Lilv::Instance handle features and failed instantiations