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.ttl8
1 files changed, 4 insertions, 4 deletions
diff --git a/mda.lv2/JX10.ttl b/mda.lv2/JX10.ttl
index 2a6399a..36d5a1b 100644
--- a/mda.lv2/JX10.ttl
+++ b/mda.lv2/JX10.ttl
@@ -4,15 +4,15 @@
@prefix param: <http://lv2plug.in/ns/ext/parameters#> .
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix units: <http://lv2plug.in/ns/ext/units#> .
+@prefix units: <http://lv2plug.in/ns/extensions/units#> .
-<http://drobilla.net/plugins/mda/DX10/filt_env>
+<http://drobilla.net/plugins/mda/JX10/filt_env>
a param:EnvelopeControls ,
pg:InputGroup ;
lv2:name "Filter Envelope" ;
lv2:symbol "filt_env" .
-<http://drobilla.net/plugins/mda/DX10/amp_env>
+<http://drobilla.net/plugins/mda/JX10/amp_env>
a param:EnvelopeControls ,
pg:InputGroup ;
lv2:name "Amp Envelope" ;
@@ -24,7 +24,7 @@ mda:JX10
lv2:symbol "JX10" ;
doap:name "MDA JX10 Synth" ;
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
- lv2:pluginProperty lv2:hardRTCapable ;
+ lv2:optionalFeature lv2:hardRTCapable ;
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.