Lilv 0.20.0
Lilv 0.20.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 convenient lilv_new_file_uri for creating file URIs
- Add lilv_world_unload_bundle() and lilv_world_unload_resource()
- Call lv2_lib_descriptor separately for different bundle paths (fix loading several dynamic plugins like Ingen at once)
- Don't load files multiple times if they are listed as rdfs:seeAlso for several plugins
- Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho)
- Fix several minor memory leaks
- Fix use of lv2info -m and -p options to write plugin data (useful for porting plugins bridges with NASPRO)
- Improve test coverage
- Improved/working lv2_apply.py to apply plugin to a .wav (thanks Joe Button)
- Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL
- Upgrade to waf 1.7.16