From 62712ca6bc33f6f5e61667fc9368ea0551111d51 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 21:22:16 -0400 Subject: LV2 1.18.4 --- content/news/2012-04-15-lv2-1-0-0.md | 52 ----------------------------------- content/news/2012-04-16-lv2-1-0-0.md | 52 +++++++++++++++++++++++++++++++++++ content/news/2012-10-13-lv2-1-2-0.md | 47 ------------------------------- content/news/2012-10-14-lv2-1-2-0.md | 47 +++++++++++++++++++++++++++++++ content/news/2013-02-16-lv2-1-4-0.md | 27 ------------------ content/news/2013-02-17-lv2-1-4-0.md | 27 ++++++++++++++++++ content/news/2013-08-08-lv2-1-6-0.md | 15 ---------- content/news/2013-08-09-lv2-1-6-0.md | 15 ++++++++++ content/news/2014-01-03-lv2-1-8-0.md | 16 ----------- content/news/2014-01-04-lv2-1-8-0.md | 16 +++++++++++ content/news/2014-08-07-lv2-1-10-0.md | 21 -------------- content/news/2014-08-08-lv2-1-10-0.md | 21 ++++++++++++++ content/news/2015-04-06-lv2-1-12-0.md | 22 --------------- content/news/2015-04-07-lv2-1-12-0.md | 22 +++++++++++++++ content/news/2016-09-18-lv2-1-14-0.md | 22 --------------- content/news/2016-09-19-lv2-1-14-0.md | 22 +++++++++++++++ content/news/2019-02-02-lv2-1-16-0.md | 28 ------------------- content/news/2019-02-03-lv2-1-16-0.md | 28 +++++++++++++++++++ content/news/2020-04-25-lv2-1-18-0.md | 21 -------------- content/news/2020-04-26-lv2-1-18-0.md | 21 ++++++++++++++ content/news/2021-01-06-lv2-1-18-2.md | 12 -------- content/news/2021-01-07-lv2-1-18-2.md | 12 ++++++++ content/news/2022-05-26-lv2-1-18-4.md | 18 ++++++++++++ 23 files changed, 301 insertions(+), 283 deletions(-) delete mode 100644 content/news/2012-04-15-lv2-1-0-0.md create mode 100644 content/news/2012-04-16-lv2-1-0-0.md delete mode 100644 content/news/2012-10-13-lv2-1-2-0.md create mode 100644 content/news/2012-10-14-lv2-1-2-0.md delete mode 100644 content/news/2013-02-16-lv2-1-4-0.md create mode 100644 content/news/2013-02-17-lv2-1-4-0.md delete mode 100644 content/news/2013-08-08-lv2-1-6-0.md create mode 100644 content/news/2013-08-09-lv2-1-6-0.md delete mode 100644 content/news/2014-01-03-lv2-1-8-0.md create mode 100644 content/news/2014-01-04-lv2-1-8-0.md delete mode 100644 content/news/2014-08-07-lv2-1-10-0.md create mode 100644 content/news/2014-08-08-lv2-1-10-0.md delete mode 100644 content/news/2015-04-06-lv2-1-12-0.md create mode 100644 content/news/2015-04-07-lv2-1-12-0.md delete mode 100644 content/news/2016-09-18-lv2-1-14-0.md create mode 100644 content/news/2016-09-19-lv2-1-14-0.md delete mode 100644 content/news/2019-02-02-lv2-1-16-0.md create mode 100644 content/news/2019-02-03-lv2-1-16-0.md delete mode 100644 content/news/2020-04-25-lv2-1-18-0.md create mode 100644 content/news/2020-04-26-lv2-1-18-0.md delete mode 100644 content/news/2021-01-06-lv2-1-18-2.md create mode 100644 content/news/2021-01-07-lv2-1-18-2.md create mode 100644 content/news/2022-05-26-lv2-1-18-4.md (limited to 'content/news') diff --git a/content/news/2012-04-15-lv2-1-0-0.md b/content/news/2012-04-15-lv2-1-0-0.md deleted file mode 100644 index ae0ee35..0000000 --- a/content/news/2012-04-15-lv2-1-0-0.md +++ /dev/null @@ -1,52 +0,0 @@ -Title: LV2 1.0.0 -Date: 2012-04-15 22:00 -Slug: lv2-1-0-0 -Author: drobilla - -[LV2 1.0.0](http://lv2plug.in/spec/lv2-1.0.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 for more information. - -Changes: - - * Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs. - * New extensions: atom, log, parameters, patch, port-groups, port-props, resize-port, state, time, worker. - * atom: Initial release. - * core: Add lv2:CVPort. - * core: Add metadata concept of a designation, a channel or parameter description which can be assigned to ports for more intelligent use by hosts. - * core: Add new discovery API which allows libraries to read bundle files during discovery, makes library construction/destruction explicit, and adds extensibility to prevent future breakage. - * core: Fix LV2_SYMBOL_EXPORT and lv2_descriptor prototype for Windows. - * core: Merge with unified LV2 package. - * core: Relax the range of lv2:index so it can be used for things other than ports. - * core: Remove lv2:Resource, which turned out to be meaningless. - * data-access: Merge with unified LV2 package. - * dynmanifest: Merge with unified LV2 package. - * event: Fix bug in lv2_event_reserve(). - * event: Fix incorrect ranges of some properties. - * event: Merge with unified LV2 package. - * instance-access: Merge with unified LV2 package. - * log: Initial release. - * midi: Add class definitions for various message types. - * midi: Document how to serialise a MidiEvent to a string. - * midi: Merge with unified LV2 package. - * parameters: Initial release. - * patch: Initial release. - * port-groups: Initial release. - * port-props: Initial release. - * presets: Add pset:preset property for describing the preset currently applied to a plugin instance. - * presets: Merge with unified LV2 package. - * presets: Remove pset:appliesTo property, use lv2:appliesTo instead. - * resize-port: Initial release. - * state: Initial release. - * time: Initial release. - * ui: Add port protocols and a dynamic notification subscription mechanism, for more flexible communication, and audio port metering without control port kludges. - * ui: Add support for referring to ports by symbol. - * ui: Add touch feature to notify the host that the user has grabbed a control. - * ui: Add ui:parent and ui:resize. - * ui: Add ui:portMap for accessing ports by symbol, allowing for UIs to be distributed separately from plugins. - * ui: Merge with unified LV2 package. - * units: Add header of URI defines. - * units: Add unit for audio frames. - * units: Merge with unified LV2 package. - * uri-map: Merge with unified LV2 package. - * urid: Add feature struct names. - * urid: Merge with unified LV2 package. - * worker: Initial release. diff --git a/content/news/2012-04-16-lv2-1-0-0.md b/content/news/2012-04-16-lv2-1-0-0.md new file mode 100644 index 0000000..3225fd5 --- /dev/null +++ b/content/news/2012-04-16-lv2-1-0-0.md @@ -0,0 +1,52 @@ +Title: LV2 1.0.0 +Date: 2012-04-16 04:00 +Slug: lv2-1-0-0 +Author: drobilla + +[LV2 1.0.0](http://lv2plug.in/spec/lv2-1.0.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 for more information. + +Changes: + + * Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs. + * New extensions: atom, log, parameters, patch, port-groups, port-props, resize-port, state, time, worker. + * atom: Initial release. + * core: Add lv2:CVPort. + * core: Add metadata concept of a designation, a channel or parameter description which can be assigned to ports for more intelligent use by hosts. + * core: Add new discovery API which allows libraries to read bundle files during discovery, makes library construction/destruction explicit, and adds extensibility to prevent future breakage. + * core: Fix LV2_SYMBOL_EXPORT and lv2_descriptor prototype for Windows. + * core: Merge with unified LV2 package. + * core: Relax the range of lv2:index so it can be used for things other than ports. + * core: Remove lv2:Resource, which turned out to be meaningless. + * data-access: Merge with unified LV2 package. + * dynmanifest: Merge with unified LV2 package. + * event: Fix bug in lv2_event_reserve(). + * event: Fix incorrect ranges of some properties. + * event: Merge with unified LV2 package. + * instance-access: Merge with unified LV2 package. + * log: Initial release. + * midi: Add class definitions for various message types. + * midi: Document how to serialise a MidiEvent to a string. + * midi: Merge with unified LV2 package. + * parameters: Initial release. + * patch: Initial release. + * port-groups: Initial release. + * port-props: Initial release. + * presets: Add pset:preset property for describing the preset currently applied to a plugin instance. + * presets: Merge with unified LV2 package. + * presets: Remove pset:appliesTo property, use lv2:appliesTo instead. + * resize-port: Initial release. + * state: Initial release. + * time: Initial release. + * ui: Add port protocols and a dynamic notification subscription mechanism, for more flexible communication, and audio port metering without control port kludges. + * ui: Add support for referring to ports by symbol. + * ui: Add touch feature to notify the host that the user has grabbed a control. + * ui: Add ui:parent and ui:resize. + * ui: Add ui:portMap for accessing ports by symbol, allowing for UIs to be distributed separately from plugins. + * ui: Merge with unified LV2 package. + * units: Add header of URI defines. + * units: Add unit for audio frames. + * units: Merge with unified LV2 package. + * uri-map: Merge with unified LV2 package. + * urid: Add feature struct names. + * urid: Merge with unified LV2 package. + * worker: Initial release. 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 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. diff --git a/content/news/2012-10-14-lv2-1-2-0.md b/content/news/2012-10-14-lv2-1-2-0.md new file mode 100644 index 0000000..55f43ae --- /dev/null +++ b/content/news/2012-10-14-lv2-1-2-0.md @@ -0,0 +1,47 @@ +Title: LV2 1.2.0 +Date: 2012-10-14 04: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 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. diff --git a/content/news/2013-02-16-lv2-1-4-0.md b/content/news/2013-02-16-lv2-1-4-0.md deleted file mode 100644 index 69d38e6..0000000 --- a/content/news/2013-02-16-lv2-1-4-0.md +++ /dev/null @@ -1,27 +0,0 @@ -Title: LV2 1.4.0 -Date: 2013-02-16 23: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. 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 for more information. - -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: Improve atom documentation. - * atom: Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals. - * buf-size: Fix typo in bufsz:sequenceSize label. - * core: Add lv2:EnvelopePlugin class. - * core: Add lv2:control for designating primary event-based control ports. - * core: Make lv2:Parameter rdfs:subClassOf rdf:Property. - * core: Reserve minor version 0 for unstable development plugins. - * 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. diff --git a/content/news/2013-02-17-lv2-1-4-0.md b/content/news/2013-02-17-lv2-1-4-0.md new file mode 100644 index 0000000..60415e3 --- /dev/null +++ b/content/news/2013-02-17-lv2-1-4-0.md @@ -0,0 +1,27 @@ +Title: LV2 1.4.0 +Date: 2013-02-17 05: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. 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 for more information. + +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: Improve atom documentation. + * atom: Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals. + * buf-size: Fix typo in bufsz:sequenceSize label. + * core: Add lv2:EnvelopePlugin class. + * core: Add lv2:control for designating primary event-based control ports. + * core: Make lv2:Parameter rdfs:subClassOf rdf:Property. + * core: Reserve minor version 0 for unstable development plugins. + * 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. diff --git a/content/news/2013-08-08-lv2-1-6-0.md b/content/news/2013-08-08-lv2-1-6-0.md deleted file mode 100644 index 11c8428..0000000 --- a/content/news/2013-08-08-lv2-1-6-0.md +++ /dev/null @@ -1,15 +0,0 @@ -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 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 for more information. - -Changes: - - * 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 idle interface so native UIs and foreign toolkits can drive their event loops. - * ui: Add ui:updateRate property. diff --git a/content/news/2013-08-09-lv2-1-6-0.md b/content/news/2013-08-09-lv2-1-6-0.md new file mode 100644 index 0000000..20b1144 --- /dev/null +++ b/content/news/2013-08-09-lv2-1-6-0.md @@ -0,0 +1,15 @@ +Title: LV2 1.6.0 +Date: 2013-08-09 04: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 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 for more information. + +Changes: + + * 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 idle interface so native UIs and foreign toolkits can drive their event loops. + * ui: Add ui:updateRate property. diff --git a/content/news/2014-01-03-lv2-1-8-0.md b/content/news/2014-01-03-lv2-1-8-0.md deleted file mode 100644 index 8115096..0000000 --- a/content/news/2014-01-03-lv2-1-8-0.md +++ /dev/null @@ -1,16 +0,0 @@ -Title: LV2 1.8.0 -Date: 2014-01-03 23:00 -Slug: lv2-1-8-0 -Author: drobilla - -[LV2 1.8.0](http://lv2plug.in/spec/lv2-1.8.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 for more information. - -Changes: - - * Add scope example plugin from Robin Gareus. - * Install lv2specgen for use by other projects. - * atom: Make lv2_atom_*_is_end() arguments const. - * core: Add lv2:prototype for property inheritance. - * log: Add missing include string.h to logger.h for memset. - * lv2specgen: Fix links to externally defined terms. - * ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation. diff --git a/content/news/2014-01-04-lv2-1-8-0.md b/content/news/2014-01-04-lv2-1-8-0.md new file mode 100644 index 0000000..08dc117 --- /dev/null +++ b/content/news/2014-01-04-lv2-1-8-0.md @@ -0,0 +1,16 @@ +Title: LV2 1.8.0 +Date: 2014-01-04 05:00 +Slug: lv2-1-8-0 +Author: drobilla + +[LV2 1.8.0](http://lv2plug.in/spec/lv2-1.8.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 for more information. + +Changes: + + * Add scope example plugin from Robin Gareus. + * Install lv2specgen for use by other projects. + * atom: Make lv2_atom_*_is_end() arguments const. + * core: Add lv2:prototype for property inheritance. + * log: Add missing include string.h to logger.h for memset. + * lv2specgen: Fix links to externally defined terms. + * ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation. diff --git a/content/news/2014-08-07-lv2-1-10-0.md b/content/news/2014-08-07-lv2-1-10-0.md deleted file mode 100644 index b29ff82..0000000 --- a/content/news/2014-08-07-lv2-1-10-0.md +++ /dev/null @@ -1,21 +0,0 @@ -Title: LV2 1.10.0 -Date: 2014-08-07 22:00 -Slug: lv2-1-10-0 -Author: drobilla - -[LV2 1.10.0](http://lv2plug.in/spec/lv2-1.10.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 for more information. - -Changes: - - * Fix -Wconversion warnings in headers. - * Upgrade to waf 1.7.16. - * atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. - * atom: Add lv2_atom_forge_key() for terser object writing. - * atom: Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper functions. - * atom: Deprecate Blank and Resource in favour of just Object. - * core: Clarify lv2_descriptor() and lv2_lib_descriptor() documentation. - * event: Minor documentation improvements. - * lv2specgen: Display deprecated warning on classes marked owl:deprecated. - * patch: Add patch:sequenceNumber for associating replies with requests. - * ui: Add show interface so UIs can gracefully degrade to separate windows if hosts can not use their widget directly. - * ui: Fix identifier typos in documentation. diff --git a/content/news/2014-08-08-lv2-1-10-0.md b/content/news/2014-08-08-lv2-1-10-0.md new file mode 100644 index 0000000..c73847f --- /dev/null +++ b/content/news/2014-08-08-lv2-1-10-0.md @@ -0,0 +1,21 @@ +Title: LV2 1.10.0 +Date: 2014-08-08 04:00 +Slug: lv2-1-10-0 +Author: drobilla + +[LV2 1.10.0](http://lv2plug.in/spec/lv2-1.10.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 for more information. + +Changes: + + * Fix -Wconversion warnings in headers. + * Upgrade to waf 1.7.16. + * atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. + * atom: Add lv2_atom_forge_key() for terser object writing. + * atom: Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper functions. + * atom: Deprecate Blank and Resource in favour of just Object. + * core: Clarify lv2_descriptor() and lv2_lib_descriptor() documentation. + * event: Minor documentation improvements. + * lv2specgen: Display deprecated warning on classes marked owl:deprecated. + * patch: Add patch:sequenceNumber for associating replies with requests. + * ui: Add show interface so UIs can gracefully degrade to separate windows if hosts can not use their widget directly. + * ui: Fix identifier typos in documentation. diff --git a/content/news/2015-04-06-lv2-1-12-0.md b/content/news/2015-04-06-lv2-1-12-0.md deleted file mode 100644 index 750d80d..0000000 --- a/content/news/2015-04-06-lv2-1-12-0.md +++ /dev/null @@ -1,22 +0,0 @@ -Title: LV2 1.12.0 -Date: 2015-04-06 22:00 -Slug: lv2-1-12-0 -Author: drobilla - -[LV2 1.12.0](http://lv2plug.in/spec/lv2-1.12.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 for more information. - -Changes: - - * Fix merging of version histories in specification documentation. - * Improve API documentation. - * Simplify property restrictions by removing redundancy. - * core: Add extern C and visibility attribute to LV2_SYMBOL_EXPORT. - * core: Add lv2:isSideChain port property. - * core: Relax domain of lv2:minimum lv2:maximum and lv2:default so they can be used to describe properties/parameters as well. - * eg-sampler: Add gain parameter. - * eg-sampler: Support patch:Get, and request initial state from UI. - * parameters: Add range to parameters so hosts know how to control them. - * patch: Add patch:Copy method. - * patch: Define patch:Get with no subject to implicitly apply to reciever. This can be used by UIs to get an initial description of a plugin. - * units: Add lv2:Parameter to domain of units:unit. - * units: Fix non-existent port type in examples. diff --git a/content/news/2015-04-07-lv2-1-12-0.md b/content/news/2015-04-07-lv2-1-12-0.md new file mode 100644 index 0000000..adba908 --- /dev/null +++ b/content/news/2015-04-07-lv2-1-12-0.md @@ -0,0 +1,22 @@ +Title: LV2 1.12.0 +Date: 2015-04-07 04:00 +Slug: lv2-1-12-0 +Author: drobilla + +[LV2 1.12.0](http://lv2plug.in/spec/lv2-1.12.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 for more information. + +Changes: + + * Fix merging of version histories in specification documentation. + * Improve API documentation. + * Simplify property restrictions by removing redundancy. + * core: Add extern C and visibility attribute to LV2_SYMBOL_EXPORT. + * core: Add lv2:isSideChain port property. + * core: Relax domain of lv2:minimum lv2:maximum and lv2:default so they can be used to describe properties/parameters as well. + * eg-sampler: Add gain parameter. + * eg-sampler: Support patch:Get, and request initial state from UI. + * parameters: Add range to parameters so hosts know how to control them. + * patch: Add patch:Copy method. + * patch: Define patch:Get with no subject to implicitly apply to receiver. This can be used by UIs to get an initial description of a plugin. + * units: Add lv2:Parameter to domain of units:unit. + * units: Fix non-existent port type in examples. diff --git a/content/news/2016-09-18-lv2-1-14-0.md b/content/news/2016-09-18-lv2-1-14-0.md deleted file mode 100644 index 4e9c892..0000000 --- a/content/news/2016-09-18-lv2-1-14-0.md +++ /dev/null @@ -1,22 +0,0 @@ -Title: LV2 1.14.0 -Date: 2016-09-18 22:00 -Slug: lv2-1-14-0 -Author: drobilla - -[LV2 1.14.0](http://lv2plug.in/spec/lv2-1.14.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 for more information. - -Changes: - - * buf-size: Add bufsz:coarseBlockLength feature. - * buf-size: Add bufsz:nominalBlockLength option. - * core: Add lv2:enabled designation. - * core: Add lv2_util.h with lv2_features_data() and lv2_features_query(). - * eg-sampler: Fix handling of state file paths. - * eg-sampler: Support thread-safe state restoration. - * eg-scope: Don't feed back UI state updates. - * log: Add lv2_log_logger_set_map() for changing the URI map of an existing logger. - * state: Add LV2_STATE_ERR_NO_SPACE status flag. - * state: Add state:threadSafeRestore feature for dropout-free state restoration. - * time: Define LV2_TIME_PREFIX. - * ui: Add missing property labels. - * ui: Improve documentation. diff --git a/content/news/2016-09-19-lv2-1-14-0.md b/content/news/2016-09-19-lv2-1-14-0.md new file mode 100644 index 0000000..237383d --- /dev/null +++ b/content/news/2016-09-19-lv2-1-14-0.md @@ -0,0 +1,22 @@ +Title: LV2 1.14.0 +Date: 2016-09-19 04:00 +Slug: lv2-1-14-0 +Author: drobilla + +[LV2 1.14.0](http://lv2plug.in/spec/lv2-1.14.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 for more information. + +Changes: + + * buf-size: Add bufsz:coarseBlockLength feature. + * buf-size: Add bufsz:nominalBlockLength option. + * core: Add lv2:enabled designation. + * core: Add lv2_util.h with lv2_features_data() and lv2_features_query(). + * eg-sampler: Fix handling of state file paths. + * eg-sampler: Support thread-safe state restoration. + * eg-scope: Don't feed back UI state updates. + * log: Add lv2_log_logger_set_map() for changing the URI map of an existing logger. + * state: Add LV2_STATE_ERR_NO_SPACE status flag. + * state: Add state:threadSafeRestore feature for dropout-free state restoration. + * time: Define LV2_TIME_PREFIX. + * ui: Add missing property labels. + * ui: Improve documentation. diff --git a/content/news/2019-02-02-lv2-1-16-0.md b/content/news/2019-02-02-lv2-1-16-0.md deleted file mode 100644 index 6625c78..0000000 --- a/content/news/2019-02-02-lv2-1-16-0.md +++ /dev/null @@ -1,28 +0,0 @@ -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 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 for more information. - -Changes: - - * Add core/attributes.h utility header. - * 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: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. - * units: Remove overly restrictive domain from units:unit. diff --git a/content/news/2019-02-03-lv2-1-16-0.md b/content/news/2019-02-03-lv2-1-16-0.md new file mode 100644 index 0000000..fb90958 --- /dev/null +++ b/content/news/2019-02-03-lv2-1-16-0.md @@ -0,0 +1,28 @@ +Title: LV2 1.16.0 +Date: 2019-02-03 05: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 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 for more information. + +Changes: + + * Add core/attributes.h utility header. + * 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: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. + * units: Remove overly restrictive domain from units:unit. diff --git a/content/news/2020-04-25-lv2-1-18-0.md b/content/news/2020-04-25-lv2-1-18-0.md deleted file mode 100644 index e3b3c90..0000000 --- a/content/news/2020-04-25-lv2-1-18-0.md +++ /dev/null @@ -1,21 +0,0 @@ -Title: LV2 1.18.0 -Date: 2020-04-25 22:00 -Slug: lv2-1-18-0 -Author: drobilla - -[LV2 1.18.0](http://lv2plug.in/spec/lv2-1.18.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 for more information. - -Changes: - - * Improve documentation. - * Separate extended documentation from primary data. - * core: Add lv2:Markdown datatype. - * core: Deprecate lv2:reportsLatency. - * patch: Fix incorrect type of patch:sequenceNumber. - * port-groups: Remove incorrect type of pg:letterCode. - * port-groups: Replace broken links with detailed Ambisonic channel descriptions. - * state: Add state:freePath feature. - * ui: Add ui:requestValue feature. - * ui: Add ui:scaleFactor, ui:foregroundColor, and ui:backgroundColor properties. - * ui: Deprecate ui:binary. - * worker: Improve documentation. diff --git a/content/news/2020-04-26-lv2-1-18-0.md b/content/news/2020-04-26-lv2-1-18-0.md new file mode 100644 index 0000000..8bb93b8 --- /dev/null +++ b/content/news/2020-04-26-lv2-1-18-0.md @@ -0,0 +1,21 @@ +Title: LV2 1.18.0 +Date: 2020-04-26 04:00 +Slug: lv2-1-18-0 +Author: drobilla + +[LV2 1.18.0](http://lv2plug.in/spec/lv2-1.18.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 for more information. + +Changes: + + * Improve documentation. + * Separate extended documentation from primary data. + * core: Add lv2:Markdown datatype. + * core: Deprecate lv2:reportsLatency. + * patch: Fix incorrect type of patch:sequenceNumber. + * port-groups: Remove incorrect type of pg:letterCode. + * port-groups: Replace broken links with detailed Ambisonic channel descriptions. + * state: Add state:freePath feature. + * ui: Add ui:requestValue feature. + * ui: Add ui:scaleFactor, ui:foregroundColor, and ui:backgroundColor properties. + * ui: Deprecate ui:binary. + * worker: Improve documentation. diff --git a/content/news/2021-01-06-lv2-1-18-2.md b/content/news/2021-01-06-lv2-1-18-2.md deleted file mode 100644 index 3bd6835..0000000 --- a/content/news/2021-01-06-lv2-1-18-2.md +++ /dev/null @@ -1,12 +0,0 @@ -Title: LV2 1.18.2 -Date: 2021-01-06 23:00 -Slug: lv2-1-18-2 -Author: drobilla - -[LV2 1.18.2](http://lv2plug.in/spec/lv2-1.18.2.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 for more information. - -Changes: - - * Various code cleanups and infrastructure improvements. - * eg-sampler: Save and restore gain parameter value. - * state: Fix state:StateChanged URI in metadata and documentation. diff --git a/content/news/2021-01-07-lv2-1-18-2.md b/content/news/2021-01-07-lv2-1-18-2.md new file mode 100644 index 0000000..abbda18 --- /dev/null +++ b/content/news/2021-01-07-lv2-1-18-2.md @@ -0,0 +1,12 @@ +Title: LV2 1.18.2 +Date: 2021-01-07 05:00 +Slug: lv2-1-18-2 +Author: drobilla + +[LV2 1.18.2](http://lv2plug.in/spec/lv2-1.18.2.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 for more information. + +Changes: + + * Various code cleanups and infrastructure improvements. + * eg-sampler: Save and restore gain parameter value. + * state: Fix state:StateChanged URI in metadata and documentation. diff --git a/content/news/2022-05-26-lv2-1-18-4.md b/content/news/2022-05-26-lv2-1-18-4.md new file mode 100644 index 0000000..1d921f5 --- /dev/null +++ b/content/news/2022-05-26-lv2-1-18-4.md @@ -0,0 +1,18 @@ +Title: LV2 1.18.4 +Date: 2022-05-26 04:00 +Slug: lv2-1-18-4 +Author: drobilla + +[LV2 1.18.4](http://lv2plug.in/spec/lv2-1.18.4.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 for more information. + +Changes: + + * Fix build issues with newer toolchains. + * Fix spelling errors. + * atom: Fix spelling errors. + * patch: Fix spelling errors. + * patch: Fix type and range of patch:value. + * patch: Make the type of patch:wildcard more precise. + * state: Fix spelling errors. + * ui: Deprecate ui:resize. + * ui: Fix spelling errors. -- cgit v1.2.1