Title: LV2 1.18.0 Date: 2020-04-26 04:00 Slug: lv2-1-18-0 Author: drobilla [LV2 1.18.0](//lv2plug.in/spec/lv2-1.18.0.tar.bz2) has been released. LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin "bundles". See for more information. Changes: * Improve documentation. * Separate extended documentation from primary data. * core: Add lv2:Markdown datatype. * core: Deprecate lv2:reportsLatency. * patch: Fix incorrect type of patch:sequenceNumber. * port-groups: Remove incorrect type of pg:letterCode. * port-groups: Replace broken links with detailed Ambisonic channel descriptions. * state: Add state:freePath feature. * ui: Add ui:requestValue feature. * ui: Add ui:scaleFactor, ui:foregroundColor, and ui:backgroundColor properties. * ui: Deprecate ui:binary. * worker: Improve documentation.