summaryrefslogtreecommitdiffstats
path: root/content/news/2019-02-02-lv2-1-16-0.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/news/2019-02-02-lv2-1-16-0.md')
-rw-r--r--content/news/2019-02-02-lv2-1-16-0.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/content/news/2019-02-02-lv2-1-16-0.md b/content/news/2019-02-02-lv2-1-16-0.md
index 61103b4..6625c78 100644
--- a/content/news/2019-02-02-lv2-1-16-0.md
+++ b/content/news/2019-02-02-lv2-1-16-0.md
@@ -1,27 +1,27 @@
-Title: lv2 1.16.0
-Date: 2019-02-03 00:00
+Title: LV2 1.16.0
+Date: 2019-02-02 23:00
Slug: lv2-1-16-0
Author: drobilla
-[lv2 1.16.0](http://lv2plug.in/spec/lv2-1.16.0.tar.bz2) has been released.
+[LV2 1.16.0](http://lv2plug.in/spec/lv2-1.16.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:
- * Aggressively deprecate uri-map and event extensions.
- * Add lv2_validate utility.
- * eg-midigate: Respond to "all notes off" MIDI message.
- * eg-sampler: Add waveform display to UI.
* Add core/attributes.h utility header.
- * Upgrade build system and fix building with Python 3.7.
+ * Add lv2_validate utility.
+ * Aggressively deprecate uri-map and event extensions.
* Install headers to simpler paths.
* Simplify use of lv2specgen.
+ * Upgrade build system and fix building with Python 3.7.
* atom: Add lv2_atom_object_get_typed() for easy type-safe access to object properties.
* core: Add lv2:MIDIPlugin class.
* core: Rework port restrictions so that presets can be validated.
+ * eg-midigate: Respond to "all notes off" MIDI message.
+ * eg-sampler: Add waveform display to UI.
* midi: Fix incorrect range of midi:chunk.
* options: Relax range of opts:requiredOption and opts:supportedOption
- * patch: Add patch:context property.
* patch: Add patch:accept property.
+ * patch: Add patch:context property.
* state: Add state:StateChanged for notification events.
* time: Clarify time:beat origin.
* units: Fix outdated port description in documentation.