summaryrefslogtreecommitdiffstats
path: root/content/news/2013-02-17-lv2-1-4-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/2013-02-17-lv2-1-4-0.md
parentb7caba4e99effe0aa8f2fca74dc33a2f4495924a (diff)
downloadlv2site-c10aec328521bd46d1b6700825422c559ba7381b.tar.xz
Add news feed
Diffstat (limited to 'content/news/2013-02-17-lv2-1-4-0.md')
-rw-r--r--content/news/2013-02-17-lv2-1-4-0.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/content/news/2013-02-17-lv2-1-4-0.md b/content/news/2013-02-17-lv2-1-4-0.md
new file mode 100644
index 0000000..7358fa1
--- /dev/null
+++ b/content/news/2013-02-17-lv2-1-4-0.md
@@ -0,0 +1,27 @@
+Title: lv2 1.4.0
+Date: 2013-02-17 00:00
+Slug: lv2-1-4-0
+Author: drobilla
+
+[lv2 1.4.0](http://lv2plug.in/spec/lv2-1.4.0.tar.bz2) has been released.
+
+Changes:
+
+ * Add metronome example plugin to demonstrate sample accurate tempo sync.
+ * Generate book-style HTML documentation from example plugins.
+ * atom: Fix lv2_atom_sequence_end().
+ * atom: Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals.
+ * atom: Improve atom documentation.
+ * buf-size: Fix typo in bufsz:sequenceSize label.
+ * core: Add lv2:control for designating primary event-based control ports.
+ * core: Reserve minor version 0 for unstable development plugins.
+ * core: Add lv2:EnvelopePlugin class.
+ * core: Make lv2:Parameter rdfs:subClassOf rdf:Property.
+ * core: Set range of lv2:designation to lv2:Designation.
+ * event: Fix incorrect return type in lv2_event_get().
+ * log: Add logger convenience API.
+ * options: Set the range of opts:requiredOption and opts:supportedOption to opts:Option.
+ * patch: Add patch:readable and patch:writable for describing available properties.
+ * patch: Make patch:Set a compact message for setting one property.
+ * state: Add state:loadDefaultState feature so plugins can have their default state loaded without hard-coding default state as a special case.
+ * ui: Fix incorrect linker flag in ui:makeSONameResident documentation.