aboutsummaryrefslogtreecommitdiffstats
path: root/mda.lv2/RePsycho.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'mda.lv2/RePsycho.ttl')
-rw-r--r--mda.lv2/RePsycho.ttl17
1 files changed, 13 insertions, 4 deletions
diff --git a/mda.lv2/RePsycho.ttl b/mda.lv2/RePsycho.ttl
index 8ea8994..4ef5860 100644
--- a/mda.lv2/RePsycho.ttl
+++ b/mda.lv2/RePsycho.ttl
@@ -2,6 +2,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix mda: <http://drobilla.net/plugins/mda/> .
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@@ -27,7 +28,7 @@ Alternative uses include a triggered flanger or sub-octave doubler (both with mi
lv2:index 0 ;
lv2:name "Tune" ;
lv2:symbol "tune" ;
- lv2:default 1 ;
+ lv2:default 1.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
units:unit units:semitone12TET ;
@@ -38,7 +39,7 @@ Alternative uses include a triggered flanger or sub-octave doubler (both with mi
lv2:index 1 ;
lv2:name "Fine" ;
lv2:symbol "fine" ;
- lv2:default 1 ;
+ lv2:default 1.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
units:unit units:cent ;
@@ -79,7 +80,7 @@ Alternative uses include a triggered flanger or sub-octave doubler (both with mi
lv2:index 5 ;
lv2:name "Mix" ;
lv2:symbol "mix" ;
- lv2:default 1 ;
+ lv2:default 1.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdfs:comment "Mix original signal with output"
@@ -89,9 +90,17 @@ Alternative uses include a triggered flanger or sub-octave doubler (both with mi
lv2:index 6 ;
lv2:name "Quality" ;
lv2:symbol "quality" ;
- lv2:default 0.4 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
+ lv2:portProperty lv2:enumeration ;
+ lv2:scalePoint [
+ rdfs:label "Low" ;
+ rdf:value 0.0
+ ] , [
+ rdfs:label "High" ;
+ rdf:value 1.0
+ ] ;
rdfs:comment "The High setting uses smoother pitch-shifting and allows processing of stereo signals"
] , [
a lv2:InputPort ,