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.ttl12
1 files changed, 11 insertions, 1 deletions
diff --git a/mda.lv2/DX10.ttl b/mda.lv2/DX10.ttl
index ef217dd..4680181 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,9 +20,10 @@ 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 ;
@@ -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"
] .