aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/Acceleration/Acceleration.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LV2/src/Acceleration/Acceleration.ttl')
-rw-r--r--plugins/LV2/src/Acceleration/Acceleration.ttl7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/LV2/src/Acceleration/Acceleration.ttl b/plugins/LV2/src/Acceleration/Acceleration.ttl
index fec2952..9560858 100644
--- a/plugins/LV2/src/Acceleration/Acceleration.ttl
+++ b/plugins/LV2/src/Acceleration/Acceleration.ttl
@@ -1,6 +1,5 @@
# Airwindows Acceleration Limiter plugin description
-@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@@ -10,12 +9,10 @@
a lv2:Plugin ,
lv2:LimiterPlugin ;
lv2:project <https://www.airwindows.com> ;
- doap:name "Airwindows Acceleration Limiter" ;
- doap:license <http://opensource.org/licenses/mit> ;
# Unsure what this does, and if the plugin conforms to it.
# Taken from the LV2 sample amp plugin, figure out later.
- lv2optionalFeature lv2:hardRTCapable ;
+ lv2:optionalFeature lv2:hardRTCapable ;
# Define the ports for this plugin.
# Two control ports - limit and dry/wet
@@ -35,7 +32,7 @@
lv2:name "Dry/Wet" ;
lv2:default 1.0 ;
lv2:minimum 0.0 ;
- lc2:maximum 1.0 ;
+ lv2:maximum 1.0 ;
] , [
a lv2:InputPort , lv2:AudioPort ;
lv2:index 2 ;