diff options
-rw-r--r-- | content/news/2021-01-06-lv2-1-18-2.md | 12 | ||||
-rw-r--r-- | content/pages/index.md | 4 |
2 files changed, 14 insertions, 2 deletions
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 <http://lv2plug.in> 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. -<a class="biglink" href="http://lv2plug.in/spec/lv2-1.18.0.tar.bz2">Download LV2 1.18.0</a> -<a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.0.tar.bz2.asc">sig</a> +<a class="biglink" href="http://lv2plug.in/spec/lv2-1.18.2.tar.bz2">Download LV2 1.18.2</a> +<a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.2.tar.bz2.asc">sig</a> Learn ----- |