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/2016-09-19-lv2-1-14-0.md | |
parent | c5e468c5d51d1e320c6191119ab3b8c3e01f0ddd (diff) | |
download | lv2site-62712ca6bc33f6f5e61667fc9368ea0551111d51.tar.xz |
LV2 1.18.4
Diffstat (limited to 'content/news/2016-09-19-lv2-1-14-0.md')
-rw-r--r-- | content/news/2016-09-19-lv2-1-14-0.md | 22 |
1 files changed, 22 insertions, 0 deletions
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 <http://lv2plug.in> 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. |