summaryrefslogtreecommitdiffstats
path: root/content/news/2015-04-07-lv2-1-12-0.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-24 23:42:52 +0100
committerDavid Robillard <d@drobilla.net>2019-03-24 23:42:59 +0100
commitc10aec328521bd46d1b6700825422c559ba7381b (patch)
treeec3174a59727398ec4329e574298eddf76dac233 /content/news/2015-04-07-lv2-1-12-0.md
parentb7caba4e99effe0aa8f2fca74dc33a2f4495924a (diff)
downloadlv2site-c10aec328521bd46d1b6700825422c559ba7381b.tar.xz
Add news feed
Diffstat (limited to 'content/news/2015-04-07-lv2-1-12-0.md')
-rw-r--r--content/news/2015-04-07-lv2-1-12-0.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/content/news/2015-04-07-lv2-1-12-0.md b/content/news/2015-04-07-lv2-1-12-0.md
new file mode 100644
index 0000000..73673a0
--- /dev/null
+++ b/content/news/2015-04-07-lv2-1-12-0.md
@@ -0,0 +1,22 @@
+Title: lv2 1.12.0
+Date: 2015-04-07 00:00
+Slug: lv2-1-12-0
+Author: drobilla
+
+[lv2 1.12.0](http://lv2plug.in/spec/lv2-1.12.0.tar.bz2) has been released.
+
+Changes:
+
+ * eg-sampler: Add gain parameter.
+ * Fix merging of version histories in specification documentation.
+ * eg-sampler: Support patch:Get, and request initial state from UI.
+ * Simplify property restrictions by removing redundancy.
+ * Improve API documentation.
+ * core: Add extern C and visibility attribute to LV2_SYMBOL_EXPORT.
+ * core: Relax domain of lv2:minimum lv2:maximum and lv2:default so they can be used to describe properties/parameters as well.
+ * core: Add lv2:isSideChain port property.
+ * parameters: Add range to parameters so hosts know how to control them.
+ * patch: Define patch:Get with no subject to implicitly apply to reciever. This can be used by UIs to get an initial description of a plugin.
+ * patch: Add patch:Copy method.
+ * units: Fix non-existent port type in examples.
+ * units: Add lv2:Parameter to domain of units:unit.