diff options
author | David Robillard <d@drobilla.net> | 2016-07-31 15:18:56 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 15:19:35 -0400 |
commit | bc5600d2957d45a6745911f0562c365beb70841e (patch) | |
tree | 1a7dc654b9b094611e3b3d2820d43ba3a7b8e78e /lv2 | |
parent | cb0fd14636a32785963474a8d9400ba9bd2ff1e2 (diff) | |
download | lv2-bc5600d2957d45a6745911f0562c365beb70841e.tar.xz |
eg-sampler: Support thread-safe state restoration
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/meta/meta.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl index 4725a50..888eab9 100644 --- a/lv2/lv2plug.in/ns/meta/meta.ttl +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -54,6 +54,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R rdfs:label "eg-scope: Don't feed back UI state updates." ] , [ rdfs:label "eg-sampler: Fix handling of state file paths." + ] , [ + rdfs:label "eg-sampler: Support thread-safe state restoration." ] ] ] , [ |