summaryrefslogtreecommitdiffstats
path: root/content/news/2021-01-06-lv2-1-18-2.md
diff options
context:
space:
mode:
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.