Lilv 0.16.0
drobilla.net ⋅Lilv 0.16.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_nodes_merge()
- Add lilv_world_ask() for easily checking if a statement exists
- Add lilv_world_get() and lilv_port_get() for easily getting one value
- Add va_list variant of lilv_plugin_get_num_ports_of_class()
- Correctly depend on serd at build time (fix compilation in odd cases)
- Disable timestamps in HTML documentation for reproducible build
- Fail gracefully when lilv_state_new_from_string() is called on NULL
- Fix several plugin functions that failed to load data if called first
- Ignore state ports with no value instead of printing an error
- Make lilv_plugin_get_port_by_designation() return a const pointer
- Make state loading functions fall back to lv2:default for port values, so a plugin description can be loaded as default state
- Require a URI for lilv_state_to_string() and fail gracefully otherwise
- Support atom:supports in lilv_port_supports_event()
- Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
- lilvmm.hpp: Add several missing methods
- lilvmm.hpp: Support varargs for Plugin::get_num_ports_of_class()