aboutsummaryrefslogtreecommitdiffstats
path: root/mda.lv2/DX10.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'mda.lv2/DX10.ttl')
-rw-r--r--mda.lv2/DX10.ttl18
1 files changed, 14 insertions, 4 deletions
diff --git a/mda.lv2/DX10.ttl b/mda.lv2/DX10.ttl
index ef217dd..f4a06cf 100644
--- a/mda.lv2/DX10.ttl
+++ b/mda.lv2/DX10.ttl
@@ -1,3 +1,4 @@
+@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix mda: <http://drobilla.net/plugins/mda/> .
@@ -19,16 +20,17 @@ mda:DX10
doap:name "MDA DX10" ;
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
lv2:optionalFeature lv2:hardRTCapable ;
+ lv2:requiredFeature <http://lv2plug.in/ns/ext/urid#map> ;
pg:mainInput mda:mainIn ;
pg:mainOutput mda:mainOut ;
- rdfs:comment """Sounds similar to the later Yamaha DX synths including the heavy bass but with a warmer, cleaner tone. This plug-in is 8-voice polyphonic.""" ;
+ rdfs:comment "Sounds similar to the later Yamaha DX synths including the heavy bass but with a warmer, cleaner tone. This plug-in is 8-voice polyphonic." ;
lv2:port [
a lv2:InputPort ,
lv2:ControlPort ;
lv2:index 0 ;
lv2:name "Attack" ;
lv2:symbol "attack" ;
- lv2:default 0 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
lv2:designation param:attack ;
@@ -124,7 +126,7 @@ mda:DX10
lv2:index 10 ;
lv2:name "Vibrato" ;
lv2:symbol "vibrato" ;
- lv2:default 0 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0
] , [
@@ -160,7 +162,7 @@ mda:DX10
lv2:index 14 ;
lv2:name "Mod Thru" ;
lv2:symbol "mod_thru" ;
- lv2:default 0 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0
] , [
@@ -188,4 +190,12 @@ mda:DX10
lv2:name "Right Out" ;
lv2:designation pg:right ;
pg:group mda:mainOut
+ ] , [
+ a lv2:InputPort ,
+ atom:AtomPort ;
+ atom:bufferType atom:Sequence ;
+ atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
+ lv2:index 18 ;
+ lv2:symbol "event_in" ;
+ lv2:name "Event In"
] .