From 71b9c3ae5fb85414f56c152eaf9d075bbfc0f6ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 28 Mar 2012 00:19:37 +0000 Subject: Mark up control properties, port groups, and add documentation for plugins and ports. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@4118 a436a847-0d15-0410-975c-d299462d15a1 --- mdala.lv2/DeEss.ttl | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'mdala.lv2/DeEss.ttl') diff --git a/mdala.lv2/DeEss.ttl b/mdala.lv2/DeEss.ttl index 7bb845b..2d9ac76 100644 --- a/mdala.lv2/DeEss.ttl +++ b/mdala.lv2/DeEss.ttl @@ -2,6 +2,7 @@ @prefix lv2: . @prefix mdala: . @prefix pg: . +@prefix rdfs: . mdala:DeEss a lv2:Plugin , @@ -13,6 +14,9 @@ mdala:DeEss lv2:pluginProperty lv2:hardRTCapable ; pg:mainInput mdala:mainIn ; pg:mainOutput mdala:mainOut ; + rdfs:comment """Reduce excessive sibilants (/s/ /t/ /sh/ etc.) in vocals and speech. + +For stronger de-essing you may want to use two plug-ins in series, or apply processing twice.""" ; lv2:port [ a lv2:InputPort , lv2:ControlPort ; @@ -21,7 +25,8 @@ mdala:DeEss lv2:symbol "thresh" ; lv2:default 0.5 ; lv2:minimum 0.0 ; - lv2:maximum 1.0 + lv2:maximum 1.0 ; + rdfs:comment "Set maximum level for high frequencies" ] , [ a lv2:InputPort , lv2:ControlPort ; @@ -30,7 +35,8 @@ mdala:DeEss lv2:symbol "freq" ; lv2:default 0.6 ; lv2:minimum 0.0 ; - lv2:maximum 1.0 + lv2:maximum 1.0 ; + rdfs:comment "Lowest frequency affected (a HF shelf is used for stronger de-essing than designs that work on a frequency band)" ] , [ a lv2:InputPort , lv2:ControlPort ; @@ -39,7 +45,8 @@ mdala:DeEss lv2:symbol "hf_drive" ; lv2:default 0.5 ; lv2:minimum 0.0 ; - lv2:maximum 1.0 + lv2:maximum 1.0 ; + rdfs:comment "Boost high frequencies before de-essing - can be used to enhance breathy vocals" ] , [ a lv2:InputPort , lv2:AudioPort ; -- cgit v1.2.1