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.ttl22
1 files changed, 16 insertions, 6 deletions
diff --git a/mda.lv2/JX10.ttl b/mda.lv2/JX10.ttl
index e9190d8..58340cb 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.
@@ -36,7 +38,7 @@ mda:JX10
lv2:index 0 ;
lv2:name "OSC Mix" ;
lv2:symbol "osc_mix" ;
- lv2:default 1 ;
+ lv2:default 1.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdfs:comment "Level of second oscillator"
@@ -127,7 +129,7 @@ mda:JX10
lv2:index 9 ;
lv2:name "VCF LFO" ;
lv2:symbol "vcf_lfo" ;
- lv2:default 0 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdfs:comment "Cutoff modulation by LFO"
@@ -191,7 +193,7 @@ mda:JX10
lv2:index 15 ;
lv2:name "ENV Att" ;
lv2:symbol "env_att" ;
- lv2:default 0 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
lv2:designation param:attack ;
@@ -213,7 +215,7 @@ mda:JX10
lv2:index 17 ;
lv2:name "ENV Sus" ;
lv2:symbol "env_sus" ;
- lv2:default 1 ;
+ lv2:default 1.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
lv2:designation param:sustain ;
@@ -255,7 +257,7 @@ mda:JX10
lv2:index 21 ;
lv2:name "Noise" ;
lv2:symbol "noise" ;
- lv2:default 0 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
rdfs:comment "White noise mix"
@@ -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"
] .