Hello everyone,
LV2 1.16.0 is out, and can be had at
http://lv2plug.in/ or your
friendly local neighbourhood git mirror.
Brief summary of changes since 1.14.0:
* eg-midigate: Respond to "all notes off" MIDI message.
* eg-sampler: Add waveform display to UI.
* Add lv2_validate utility.
* Install headers to simpler paths.
* Upgrade build system and fix building with Python 3.7.
* Add core/attributes.h utility header.
* Simplify use of lv2specgen.
* Aggressively deprecate uri-map and event extensions.
* atom: Add lv2_atom_object_get_typed() for easy type-safe access to
object
properties.
* core: Add lv2_validate utility.
* core: Add core/attributes.h utility header.
* core: Upgrade build system and fix building with Python 3.7.
* core: eg-sampler: Add waveform display to UI.
* core: eg-midigate: Respond to "all notes off" MIDI message.
* core: Aggressively deprecate uri-map and event extensions.
* core: Simplify use of lv2specgen.
* core: Install headers to simpler paths.
* midi: Fix incorrect range of midi:chunk.
* options: Relax range of opts:requiredOption and
opts:supportedOption
* patch: Add patch:context property.
* patch: Add patch:accept property.
* state: Add state:StateChanged for notification events.
* time: Clarify time:beat origin.
* units: Remove overly restrictive domain from units:unit.
* units: Fix outdated port description in documentation.
Enjoy,
--
dr