From b151c14a31e735a9458e06aa9605b3ad409ec20c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2021 22:17:17 +0100 Subject: LV2 1.18.2 --- content/news/2021-01-06-lv2-1-18-2.md | 12 ++++++++++++ content/pages/index.md | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 content/news/2021-01-06-lv2-1-18-2.md diff --git a/content/news/2021-01-06-lv2-1-18-2.md b/content/news/2021-01-06-lv2-1-18-2.md new file mode 100644 index 0000000..3bd6835 --- /dev/null +++ b/content/news/2021-01-06-lv2-1-18-2.md @@ -0,0 +1,12 @@ +Title: LV2 1.18.2 +Date: 2021-01-06 23:00 +Slug: lv2-1-18-2 +Author: drobilla + +[LV2 1.18.2](http://lv2plug.in/spec/lv2-1.18.2.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: + + * Various code cleanups and infrastructure improvements. + * eg-sampler: Save and restore gain parameter value. + * state: Fix state:StateChanged URI in metadata and documentation. diff --git a/content/pages/index.md b/content/pages/index.md index ba95776..acf0664 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -16,8 +16,8 @@ Extensions support more powerful features, such as: The LV2 specification itself as well as the accompanying libraries are permissively licensed free software, with support for all major platforms. -Download LV2 1.18.0 -sig +Download LV2 1.18.2 +sig Learn ----- -- cgit v1.2.1