|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- @prefix atom: <http://lv2plug.in/ns/ext/atom#> .
- @prefix doap: <http://usefulinc.com/ns/doap#> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
- @prefix opts: <http://lv2plug.in/ns/ext/options#> .
- @prefix patch: <http://lv2plug.in/ns/ext/patch#> .
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- @prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
- @prefix unit: <http://lv2plug.in/ns/extensions/units#> .
-
- <http://kxstudio.sf.net/carla/plugins/midijoin>
- a lv2:UtilityPlugin, lv2:Plugin ;
-
- lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable> ;
-
- lv2:requiredFeature <http://lv2plug.in/ns/ext/buf-size#boundedBlockLength> ,
- <http://lv2plug.in/ns/ext/options#options> ,
- <http://lv2plug.in/ns/ext/urid#map> ;
-
- lv2:extensionData <http://lv2plug.in/ns/ext/options#interface> ;
- lv2:extensionData <http://kxstudio.sf.net/ns/lv2ext/programs#Interface> ;
-
- opts:supportedOption <http://lv2plug.in/ns/ext/buf-size#nominalBlockLength> ,
- <http://lv2plug.in/ns/ext/buf-size#maxBlockLength> ,
- <http://lv2plug.in/ns/ext/parameters#sampleRate> ;
-
- lv2:port [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:designation lv2:control ;
- lv2:index 0 ;
- lv2:symbol "lv2_midi_in_1" ;
- lv2:name "MIDI Input #1" ;
- ] ;
-
- lv2:port [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 1 ;
- lv2:symbol "lv2_midi_in_2" ;
- lv2:name "MIDI Input #2" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 2 ;
- lv2:symbol "lv2_midi_in_3" ;
- lv2:name "MIDI Input #3" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 3 ;
- lv2:symbol "lv2_midi_in_4" ;
- lv2:name "MIDI Input #4" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 4 ;
- lv2:symbol "lv2_midi_in_5" ;
- lv2:name "MIDI Input #5" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 5 ;
- lv2:symbol "lv2_midi_in_6" ;
- lv2:name "MIDI Input #6" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 6 ;
- lv2:symbol "lv2_midi_in_7" ;
- lv2:name "MIDI Input #7" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 7 ;
- lv2:symbol "lv2_midi_in_8" ;
- lv2:name "MIDI Input #8" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 8 ;
- lv2:symbol "lv2_midi_in_9" ;
- lv2:name "MIDI Input #9" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 9 ;
- lv2:symbol "lv2_midi_in_10" ;
- lv2:name "MIDI Input #10" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 10 ;
- lv2:symbol "lv2_midi_in_11" ;
- lv2:name "MIDI Input #11" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 11 ;
- lv2:symbol "lv2_midi_in_12" ;
- lv2:name "MIDI Input #12" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 12 ;
- lv2:symbol "lv2_midi_in_13" ;
- lv2:name "MIDI Input #13" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 13 ;
- lv2:symbol "lv2_midi_in_14" ;
- lv2:name "MIDI Input #14" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 14 ;
- lv2:symbol "lv2_midi_in_15" ;
- lv2:name "MIDI Input #15" ;
- ] , [
- a lv2:InputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 15 ;
- lv2:symbol "lv2_midi_in_16" ;
- lv2:name "MIDI Input #16" ;
- ] ;
-
- lv2:port [
- a lv2:OutputPort, atom:AtomPort ;
- atom:bufferType atom:Sequence ;
- atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
- lv2:index 16 ;
- lv2:symbol "lv2_midi_out" ;
- lv2:name "MIDI Output" ;
- ] ;
-
- lv2:port [
- a lv2:InputPort, lv2:ControlPort ;
- lv2:index 17 ;
- lv2:symbol "lv2_freewheel" ;
- lv2:name "Freewheel" ;
- lv2:default 0.0 ;
- lv2:minimum 0.0 ;
- lv2:maximum 1.0 ;
- lv2:designation <http://lv2plug.in/ns/lv2core#freeWheeling> ;
- lv2:portProperty lv2:toggled, <http://lv2plug.in/ns/ext/port-props#notOnGUI> ;
- ] ;
-
- doap:name "MIDI Join" ;
- doap:maintainer [ foaf:name "falkTX" ] .
|