diff options
author | David Robillard <d@drobilla.net> | 2012-04-20 18:52:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-20 18:52:14 +0000 |
commit | ba1917edea8f3b0eaf5aafdc2a7827ab076c61b4 (patch) | |
tree | 9d73c2ab8862e80867bafa0f3ce5dd92f616ff7e /mda.lv2/JX10.ttl | |
parent | 19cba7fcbbcfcedbd45cef80e6c7c11ee2e98068 (diff) | |
download | mda.lv2-ba1917edea8f3b0eaf5aafdc2a7827ab076c61b4.tar.gz mda.lv2-ba1917edea8f3b0eaf5aafdc2a7827ab076c61b4.tar.bz2 mda.lv2-ba1917edea8f3b0eaf5aafdc2a7827ab076c61b4.zip |
Make instrument plugins work.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4215 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'mda.lv2/JX10.ttl')
-rw-r--r-- | mda.lv2/JX10.ttl | 12 |
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" ] . |