From ba1917edea8f3b0eaf5aafdc2a7827ab076c61b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Apr 2012 18:52:14 +0000 Subject: Make instrument plugins work. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4215 a436a847-0d15-0410-975c-d299462d15a1 --- mda.lv2/JX10.ttl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'mda.lv2/JX10.ttl') 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: . @prefix doap: . @prefix lv2: . @prefix 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 ; lv2:optionalFeature lv2:hardRTCapable ; + lv2:requiredFeature ; 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 ; + lv2:index 26 ; + lv2:symbol "event_in" ; + lv2:name "Event In" ] . -- cgit v1.2.1