summaryrefslogtreecommitdiffstats
path: root/content/news/2013-02-16-lv2-1-4-0.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/news/2013-02-16-lv2-1-4-0.md')
-rw-r--r--content/news/2013-02-16-lv2-1-4-0.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/content/news/2013-02-16-lv2-1-4-0.md b/content/news/2013-02-16-lv2-1-4-0.md
index 7358fa1..69d38e6 100644
--- a/content/news/2013-02-16-lv2-1-4-0.md
+++ b/content/news/2013-02-16-lv2-1-4-0.md
@@ -1,22 +1,22 @@
-Title: lv2 1.4.0
-Date: 2013-02-17 00:00
+Title: LV2 1.4.0
+Date: 2013-02-16 23: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.
+[LV2 1.4.0](http://lv2plug.in/spec/lv2-1.4.0.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:
* 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.
+ * atom: Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals.
* 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: Add lv2:control for designating primary event-based control ports.
* core: Make lv2:Parameter rdfs:subClassOf rdf:Property.
+ * core: Reserve minor version 0 for unstable development plugins.
* core: Set range of lv2:designation to lv2:Designation.
* event: Fix incorrect return type in lv2_event_get().
* log: Add logger convenience API.