summaryrefslogtreecommitdiffstats
path: root/content/news/2021-01-06-lv2-1-18-2.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-07 22:17:17 +0100
committerDavid Robillard <d@drobilla.net>2021-01-07 22:17:17 +0100
commitb151c14a31e735a9458e06aa9605b3ad409ec20c (patch)
tree99c8ea29ce8ce736fca9166c7abc65b585f71028 /content/news/2021-01-06-lv2-1-18-2.md
parent03bacf723840007986bd0ccdaeb8d325787a11f5 (diff)
downloadlv2site-b151c14a31e735a9458e06aa9605b3ad409ec20c.tar.xz
LV2 1.18.2
Diffstat (limited to 'content/news/2021-01-06-lv2-1-18-2.md')
-rw-r--r--content/news/2021-01-06-lv2-1-18-2.md12
1 files changed, 12 insertions, 0 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.