aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/morph.lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/morph.lv2')
-rw-r--r--lv2/morph.lv2/manifest.ttl1
-rw-r--r--lv2/morph.lv2/morph.meta.ttl13
-rw-r--r--lv2/morph.lv2/morph.ttl1
3 files changed, 0 insertions, 15 deletions
diff --git a/lv2/morph.lv2/manifest.ttl b/lv2/morph.lv2/manifest.ttl
index 7c85cfd..c63317b 100644
--- a/lv2/morph.lv2/manifest.ttl
+++ b/lv2/morph.lv2/manifest.ttl
@@ -6,4 +6,3 @@
lv2:minorVersion 1 ;
lv2:microVersion 0 ;
rdfs:seeAlso <morph.ttl> .
-
diff --git a/lv2/morph.lv2/morph.meta.ttl b/lv2/morph.lv2/morph.meta.ttl
index c247783..09945c0 100644
--- a/lv2/morph.lv2/morph.meta.ttl
+++ b/lv2/morph.lv2/morph.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#> .
@@ -11,17 +10,6 @@
doap:shortdesc "Ports that can dynamically change type." ;
doap:created "2012-05-22" ;
doap:developer <http://drobilla.net/drobilla#me> ;
- doap:release [
- doap:revision "1.0" ;
- 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 "Initial release."
- ]
- ]
- ] ;
lv2:documentation """
This extension defines two port types: morph:MorphPort, which has a
@@ -87,4 +75,3 @@ The currently active type of the port. This is for dynamic use as an option
and SHOULD NOT be listed in the static plugin data.
"""^^lv2:Markdown .
-
diff --git a/lv2/morph.lv2/morph.ttl b/lv2/morph.lv2/morph.ttl
index 9b8ef51..cd21dd9 100644
--- a/lv2/morph.lv2/morph.ttl
+++ b/lv2/morph.lv2/morph.ttl
@@ -43,4 +43,3 @@ morph:currentType
rdfs:domain morph:MorphPort ;
rdfs:label "current type" ;
rdfs:comment "The currently active type of the port." .
-