aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core.lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/core.lv2')
-rw-r--r--lv2/core.lv2/lv2core.meta.ttl2
-rw-r--r--lv2/core.lv2/lv2core.ttl11
-rw-r--r--lv2/core.lv2/manifest.ttl4
3 files changed, 12 insertions, 5 deletions
diff --git a/lv2/core.lv2/lv2core.meta.ttl b/lv2/core.lv2/lv2core.meta.ttl
index e593d2e..77f2c67 100644
--- a/lv2/core.lv2/lv2core.meta.ttl
+++ b/lv2/core.lv2/lv2core.meta.ttl
@@ -126,7 +126,7 @@ If the value has no explicit datatype, it is assumed to be a valid XHTML Basic
1.1 fragment suitable for use as the content of the `body` element of a page.
XHTML Basic is a W3C Recommendation which defines a simplified subset of XHTML
-intended to be reasonable to implement with limited resources, for exampe on
+intended to be reasonable to implement with limited resources, for example on
embedded devices. See [XHTML Basic, Section
3](http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules) for a list of valid tags.
diff --git a/lv2/core.lv2/lv2core.ttl b/lv2/core.lv2/lv2core.ttl
index 669ca2a..c7dcf50 100644
--- a/lv2/core.lv2/lv2core.ttl
+++ b/lv2/core.lv2/lv2core.ttl
@@ -17,7 +17,7 @@ lv2:Specification
owl:Class ;
rdfs:subClassOf doap:Project ;
rdfs:label "Specification" ;
- rdfs:comment "An LV2 specifiation." .
+ rdfs:comment "An LV2 specification." .
lv2:Markdown
a rdfs:Datatype ;
@@ -374,7 +374,7 @@ lv2:connectionOptional
lv2:reportsLatency
a lv2:PortProperty ;
- owl:deprecated "true"^^xsd:boolean ;
+ owl:deprecated true ;
rdfs:label "reports latency" ;
rdfs:comment "Control port value is the plugin latency in frames." .
@@ -524,6 +524,13 @@ lv2:BandpassPlugin
rdfs:label "Bandpass Filter Plugin" ;
rdfs:comment "A filter that attenuates frequencies outside of some band." .
+lv2:BandstopPlugin
+ a rdfs:Class ,
+ owl:Class ;
+ rdfs:subClassOf lv2:FilterPlugin ;
+ rdfs:label "Bandstop Filter Plugin" ;
+ rdfs:comment "A filter that attenuates frequencies inside of some band." .
+
lv2:HighpassPlugin
a rdfs:Class ,
owl:Class ;
diff --git a/lv2/core.lv2/manifest.ttl b/lv2/core.lv2/manifest.ttl
index 27793dc..0072346 100644
--- a/lv2/core.lv2/manifest.ttl
+++ b/lv2/core.lv2/manifest.ttl
@@ -4,8 +4,8 @@
<http://lv2plug.in/ns/lv2core>
a lv2:Specification ;
- lv2:minorVersion 18 ;
- lv2:microVersion 6 ;
+ lv2:minorVersion 19 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <lv2core.ttl> .
<http://lv2plug.in/ns/lv2>