aboutsummaryrefslogtreecommitdiffstats
path: root/mda.lv2/JX10.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'mda.lv2/JX10.ttl')
-rw-r--r--mda.lv2/JX10.ttl12
1 files changed, 11 insertions, 1 deletions
diff --git a/mda.lv2/JX10.ttl b/mda.lv2/JX10.ttl
index e9190d8..6b0f3b0 100644
--- a/mda.lv2/JX10.ttl
+++ b/mda.lv2/JX10.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/> .
@@ -23,9 +24,10 @@ mda:JX10
lv2:InstrumentPlugin ;
lv2:project mda: ;
lv2:symbol "JX10" ;
- doap:name "MDA JX10 Synth" ;
+ doap:name "MDA JX10" ;
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 """When Vibrato is set to PWM, the two oscillators are phase-locked and will produce a square wave if set to the same pitch. Pitch modulation of one oscillator then causes Pulse Width Modulation. (pitch modulation of both oscillators for vibrato is still available from the modulation wheel). Unlike other synths, in PWM mode the oscillators can still be detuned to give a wider range of PWM effects.
@@ -297,4 +299,12 @@ mda:JX10
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 26 ;
+ lv2:symbol "event_in" ;
+ lv2:name "Event In"
] .