diff options
author | David Robillard <d@drobilla.net> | 2022-05-26 21:22:16 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-26 21:26:00 -0400 |
commit | 62712ca6bc33f6f5e61667fc9368ea0551111d51 (patch) | |
tree | 3f3ae7bb5db364300cae9608824a80a55210213c /content/news/2014-08-07-lv2-1-10-0.md | |
parent | c5e468c5d51d1e320c6191119ab3b8c3e01f0ddd (diff) | |
download | lv2site-62712ca6bc33f6f5e61667fc9368ea0551111d51.tar.xz |
LV2 1.18.4
Diffstat (limited to 'content/news/2014-08-07-lv2-1-10-0.md')
-rw-r--r-- | content/news/2014-08-07-lv2-1-10-0.md | 21 |
1 files changed, 0 insertions, 21 deletions
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 <http://lv2plug.in> 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. |