diff options
Diffstat (limited to 'lv2/state')
-rw-r--r-- | lv2/state/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/state/state.meta.ttl | 10 | ||||
-rw-r--r-- | lv2/state/state.ttl | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl index 6d12358..089baf2 100644 --- a/lv2/state/manifest.ttl +++ b/lv2/state/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/state> a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 6 ; + lv2:microVersion 7 ; rdfs:seeAlso <state.ttl> . diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl index 766ac57..3c0fc43 100644 --- a/lv2/state/state.meta.ttl +++ b/lv2/state/state.meta.ttl @@ -15,6 +15,14 @@ <http://drobilla.net/drobilla#me> ; doap:maintainer <http://drobilla.net/drobilla#me> ; doap:release [ + doap:revision "2.7" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix state:StateChanged URI in metadata and documentation." + ] + ] + ] , [ doap:revision "2.6" ; doap:created "2020-04-26" ; doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ; @@ -439,7 +447,7 @@ state:makePath). """^^lv2:Markdown . -state:Changed +state:StateChanged lv2:documentation """ A notification that the internal state of the plugin has been changed in a way diff --git a/lv2/state/state.ttl b/lv2/state/state.ttl index 704b312..19ccaa2 100644 --- a/lv2/state/state.ttl +++ b/lv2/state/state.ttl @@ -53,8 +53,8 @@ state:freePath rdfs:label "free path" ; rdfs:comment "A feature for freeing paths allocated by the host." . -state:Changed +state:StateChanged a rdfs:Class ; - rdfs:label "Changed" ; + rdfs:label "State Changed" ; rdfs:comment "A notification that the internal state of the plugin has changed." . |