Lilv 0.26.0
Posted on in Software, LAD, LV2, LilvLilv 0.26.0 has been released. Lilv is a C library to make the use of LV2 plugins as simple as possible for applications.
Changes:
- Add header warnings test
- Add option to control indexing overhead for subject queries
- Avoid over-use of yielding meson options
- Cache LANG value and add option to override it
- Fix Python tests
- Fix build with dynmanifest support
- Fix loading plugins that haven't been loaded yet as state
- Fix loading plugins with invalid lv2:appliesTo properties as state
- Fix potential memory leak in lilv_world_load_plugin_classes()
- Fix potential memory leak in lilv_world_set_option()
- Gracefully ignore and warn about non-directories in LV2_PATH
- Improve loading performance when many plugin versions are found
- Improve performance when loading and deleting state
- Only consider manifest data when discovering related presets/etc
- Print a warning when a property unexpectedly has several values
- Reduce temporary node allocations during query operations