aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/state/state.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-06-04 19:27:20 +0200
committerDavid Robillard <d@drobilla.net>2019-12-07 12:14:52 +0100
commit08d5432a61a7b29f25c12da869d31a46e7d3b860 (patch)
tree4358393438f536bb9205e938cc91ce74dd2fe613 /lv2/state/state.ttl
parentcb046d7b5eb0f8bc3937a29a1ba8957bb5574912 (diff)
downloadlv2-08d5432a61a7b29f25c12da869d31a46e7d3b860.tar.xz
Add state:freePath feature
Diffstat (limited to 'lv2/state/state.ttl')
-rw-r--r--lv2/state/state.ttl9
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/state/state.ttl b/lv2/state/state.ttl
index 9c49195..e5a4ab3 100644
--- a/lv2/state/state.ttl
+++ b/lv2/state/state.ttl
@@ -364,6 +364,15 @@ which emits a response which is later applied in the audio thread.</p>
state, so this feature allows state to be restored without dropouts.</p>
""" .
+state:freePath
+ a lv2:Feature ;
+ rdfs:label "free a file path" ;
+ lv2:documentation """
+<p>This feature provides a function that can be used by plugins to free paths
+that were allocated by the host via other state features (state:mapPath and
+state:makePath).</p>
+""" .
+
state:Changed
a rdfs:Class ;
rdfs:label "State changed" ;