summaryrefslogtreecommitdiffstats
path: root/content/news/2012-10-13-lv2-1-2-0.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 21:22:16 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 21:26:00 -0400
commit62712ca6bc33f6f5e61667fc9368ea0551111d51 (patch)
tree3f3ae7bb5db364300cae9608824a80a55210213c /content/news/2012-10-13-lv2-1-2-0.md
parentc5e468c5d51d1e320c6191119ab3b8c3e01f0ddd (diff)
downloadlv2site-62712ca6bc33f6f5e61667fc9368ea0551111d51.tar.xz
LV2 1.18.4
Diffstat (limited to 'content/news/2012-10-13-lv2-1-2-0.md')
-rw-r--r--content/news/2012-10-13-lv2-1-2-0.md47
1 files changed, 0 insertions, 47 deletions
diff --git a/content/news/2012-10-13-lv2-1-2-0.md b/content/news/2012-10-13-lv2-1-2-0.md
deleted file mode 100644
index 0543a5f..0000000
--- a/content/news/2012-10-13-lv2-1-2-0.md
+++ /dev/null
@@ -1,47 +0,0 @@
-Title: LV2 1.2.0
-Date: 2012-10-13 22:00
-Slug: lv2-1-2-0
-Author: drobilla
-
-[LV2 1.2.0](http://lv2plug.in/spec/lv2-1.2.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:
-
- * Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery.
- * Use stricter datatype definitions conformant with the XSD and OWL specifications for better validation.
- * atom: Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.
- * atom: Add lv2_atom_object_body_get().
- * atom: Fix implicit conversions in forge.h that are invalid in C++11.
- * atom: Fix lv2_atom_object_next() on 32-bit platforms.
- * atom: Fix outdated documentation in forge.h.
- * atom: Use consistent label style.
- * buf-size: Initial release.
- * core: Use consistent label style.
- * dynmanifest: Use consistent label style.
- * event: Make event iterator gracefully handle optional ports.
- * event: Remove asserts from event-helper.h.
- * event: Use consistent label style.
- * event: Use more precise domain and range for EventPort properties.
- * midi: Add C definitions for message types and standard controllers.
- * midi: Add midi:HexByte datatype for status bytes and masks.
- * midi: Add midi:binding and midi:channel predicates.
- * midi: Fix definition of SystemExclusive status byte.
- * midi: Remove non-standard midi:Tick message type.
- * midi: Use consistent label style.
- * morph: Initial release.
- * options: Initial release.
- * parameters: Add param:sampleRate.
- * parameters: Add parameters.h of URI defines for convenience.
- * parameters: Use consistent label style.
- * port-groups: Use consistent label style.
- * port-props: Use consistent label style.
- * presets: Add preset banks.
- * presets: Use consistent label style.
- * state: Use consistent label style.
- * time: Use consistent label style.
- * ui: Add missing LV2_SYMBOL_EXPORT declaration for lv2ui_descriptor prototype.
- * ui: Add types for WindowsUI, CocoaUI, and Gtk3UI.
- * ui: Use consistent label style.
- * units: Remove units:name in favour of rdfs:label.
- * units: Use consistent label style.
- * urid: Fix typo in urid:unmap documentation.