diff options
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.md | 27 |
1 files changed, 27 insertions, 0 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 new file mode 100644 index 0000000..7358fa1 --- /dev/null +++ b/content/news/2013-02-16-lv2-1-4-0.md @@ -0,0 +1,27 @@ +Title: lv2 1.4.0 +Date: 2013-02-17 00: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. + +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. + * 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: Make lv2:Parameter rdfs:subClassOf rdf:Property. + * core: Set range of lv2:designation to lv2:Designation. + * event: Fix incorrect return type in lv2_event_get(). + * log: Add logger convenience API. + * options: Set the range of opts:requiredOption and opts:supportedOption to opts:Option. + * patch: Add patch:readable and patch:writable for describing available properties. + * patch: Make patch:Set a compact message for setting one property. + * state: Add state:loadDefaultState feature so plugins can have their default state loaded without hard-coding default state as a special case. + * ui: Fix incorrect linker flag in ui:makeSONameResident documentation. |