Title: lv2 1.2.0 Date: 2012-10-14 00: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. 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: Fix lv2_atom_object_next() on 32-bit platforms. * atom: Fix implicit conversions in forge.h that are invalid in C++11. * atom: Add lv2_atom_object_body_get(). * atom: Use consistent label style. * atom: Fix outdated documentation in forge.h. * atom: Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST. * buf-size: Initial release. * core: Use consistent label style. * dynmanifest: Use consistent label style. * event: Use more precise domain and range for EventPort properties. * event: Make event iterator gracefully handle optional ports. * event: Use consistent label style. * event: Remove asserts from event-helper.h. * midi: Add midi:binding and midi:channel predicates. * midi: Remove non-standard midi:Tick message type. * midi: Fix definition of SystemExclusive status byte. * midi: Add midi:HexByte datatype for status bytes and masks. * midi: Use consistent label style. * midi: Add C definitions for message types and standard controllers. * morph: Initial release. * options: Initial release. * parameters: Use consistent label style. * parameters: Add param:sampleRate. * parameters: Add parameters.h of URI defines for convenience. * 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 types for WindowsUI, CocoaUI, and Gtk3UI. * ui: Use consistent label style. * ui: Add missing LV2_SYMBOL_EXPORT declaration for lv2ui_descriptor prototype. * units: Use consistent label style. * units: Remove units:name in favour of rdfs:label. * urid: Fix typo in urid:unmap documentation.