summaryrefslogtreecommitdiffstats
path: root/content/news/2013-08-08-lv2-1-6-0.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-26 17:20:07 +0200
committerDavid Robillard <d@drobilla.net>2020-04-26 17:20:07 +0200
commit0a5a862679ece6db5da1b826faac38ab5e1f6878 (patch)
treedc8b8d1ea2deafbaffa453d1cbdec340f8ee003b /content/news/2013-08-08-lv2-1-6-0.md
parent02169ea6c9de8031174e58340d7575d2aec5cb54 (diff)
downloadlv2site-0a5a862679ece6db5da1b826faac38ab5e1f6878.tar.xz
LV2 1.18.0
Diffstat (limited to 'content/news/2013-08-08-lv2-1-6-0.md')
-rw-r--r--content/news/2013-08-08-lv2-1-6-0.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/news/2013-08-08-lv2-1-6-0.md b/content/news/2013-08-08-lv2-1-6-0.md
index 4678a29..11c8428 100644
--- a/content/news/2013-08-08-lv2-1-6-0.md
+++ b/content/news/2013-08-08-lv2-1-6-0.md
@@ -1,15 +1,15 @@
-Title: lv2 1.6.0
-Date: 2013-08-09 00:00
+Title: LV2 1.6.0
+Date: 2013-08-08 22:00
Slug: lv2-1-6-0
Author: drobilla
-[lv2 1.6.0](http://lv2plug.in/spec/lv2-1.6.0.tar.bz2) has been released.
+[LV2 1.6.0](http://lv2plug.in/spec/lv2-1.6.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:
- * Upgrade to waf 1.7.11.
* Fix lv2specgen usage from command line.
* Fix port indices of metronome example.
+ * Upgrade to waf 1.7.11.
* atom: Fix crash in forge.h when pushing atoms to a full buffer.
- * ui: Add ui:updateRate property.
* ui: Add idle interface so native UIs and foreign toolkits can drive their event loops.
+ * ui: Add ui:updateRate property.