aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/state.lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/state.lv2')
-rw-r--r--lv2/state.lv2/manifest.ttl1
-rw-r--r--lv2/state.lv2/state.meta.ttl85
-rw-r--r--lv2/state.lv2/state.ttl1
3 files changed, 0 insertions, 87 deletions
diff --git a/lv2/state.lv2/manifest.ttl b/lv2/state.lv2/manifest.ttl
index e56c4e5..6b17b52 100644
--- a/lv2/state.lv2/manifest.ttl
+++ b/lv2/state.lv2/manifest.ttl
@@ -6,4 +6,3 @@
lv2:minorVersion 2 ;
lv2:microVersion 10 ;
rdfs:seeAlso <state.ttl> .
-
diff --git a/lv2/state.lv2/state.meta.ttl b/lv2/state.lv2/state.meta.ttl
index cebe0ac..1cd0544 100644
--- a/lv2/state.lv2/state.meta.ttl
+++ b/lv2/state.lv2/state.meta.ttl
@@ -1,4 +1,3 @@
-@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@@ -14,89 +13,6 @@
doap:developer <http://lv2plug.in/ns/meta#paniq> ,
<http://drobilla.net/drobilla#me> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
- doap:release [
- doap:revision "2.10" ;
- doap:created "2022-05-26" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Fix spelling errors."
- ]
- ]
- ] , [
- doap:revision "2.8" ;
- doap:created "2021-01-07" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.18.2.tar.bz2> ;
- 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> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Add state:freePath feature."
- ]
- ]
- ] , [
- doap:revision "2.4" ;
- doap:created "2019-02-03" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.16.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Add state:StateChanged for notification events."
- ]
- ]
- ] , [
- doap:revision "2.2" ;
- doap:created "2016-07-31" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.14.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Add LV2_STATE_ERR_NO_SPACE status flag."
- ] , [
- rdfs:label "Add state:threadSafeRestore feature for dropout-free state restoration."
- ]
- ]
- ] , [
- doap:revision "2.0" ;
- doap:created "2013-01-16" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.4.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Add state:loadDefaultState feature so plugins can have their default state loaded without hard-coding default state as a special case."
- ]
- ]
- ] , [
- doap:revision "1.2" ;
- doap:created "2012-10-14" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.2.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Use consistent label style."
- ]
- ]
- ] , [
- doap:revision "1.0" ;
- doap:created "2012-04-17" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Initial release."
- ]
- ]
- ] ;
lv2:documentation """
This extension defines a simple mechanism that allows hosts to save and restore
@@ -474,4 +390,3 @@ a change which it knows is likely to have that effect, such as changing a
parameter.
"""^^lv2:Markdown .
-
diff --git a/lv2/state.lv2/state.ttl b/lv2/state.lv2/state.ttl
index 463fdb9..9a5ddcb 100644
--- a/lv2/state.lv2/state.ttl
+++ b/lv2/state.lv2/state.ttl
@@ -57,4 +57,3 @@ state:StateChanged
a rdfs:Class ;
rdfs:label "State Changed" ;
rdfs:comment "A notification that the internal state of the plugin has changed." .
-