aboutsummaryrefslogtreecommitdiffstats
path: root/mdala.lv2/Overdrive.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'mdala.lv2/Overdrive.ttl')
-rw-r--r--mdala.lv2/Overdrive.ttl11
1 files changed, 8 insertions, 3 deletions
diff --git a/mdala.lv2/Overdrive.ttl b/mdala.lv2/Overdrive.ttl
index 04b27c5..641ee7a 100644
--- a/mdala.lv2/Overdrive.ttl
+++ b/mdala.lv2/Overdrive.ttl
@@ -2,6 +2,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix mdala: <http://drobilla.net/plugins/mdala/> .
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
mdala:Overdrive
a lv2:Plugin ,
@@ -13,6 +14,7 @@ mdala:Overdrive
lv2:pluginProperty lv2:hardRTCapable ;
pg:mainInput mdala:mainIn ;
pg:mainOutput mdala:mainOut ;
+ rdfs:comment "Possible uses include adding body to drum loops, fuzz guitar, and that 'standing outside a nightclub' sound. This plug does not simulate valve distortion, and any attempt to process organ sounds through it will be extremely unrewarding!" ;
lv2:port [
a lv2:InputPort ,
lv2:ControlPort ;
@@ -21,7 +23,8 @@ mdala:Overdrive
lv2:symbol "drive" ;
lv2:default 0 ;
lv2:minimum 0.0 ;
- lv2:maximum 1.0
+ lv2:maximum 1.0 ;
+ rdfs:comment "Amount of distortion"
] , [
a lv2:InputPort ,
lv2:ControlPort ;
@@ -30,7 +33,8 @@ mdala:Overdrive
lv2:symbol "muffle" ;
lv2:default 0 ;
lv2:minimum 0.0 ;
- lv2:maximum 1.0
+ lv2:maximum 1.0 ;
+ rdfs:comment "Gentle low-pass filter"
] , [
a lv2:InputPort ,
lv2:ControlPort ;
@@ -39,7 +43,8 @@ mdala:Overdrive
lv2:symbol "output" ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
- lv2:maximum 1.0
+ lv2:maximum 1.0 ;
+ rdfs:comment "Level trim"
] , [
a lv2:InputPort ,
lv2:AudioPort ;