Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

168 lines
6.0KB

  1. @prefix atom: <http://lv2plug.in/ns/ext/atom#> .
  2. @prefix doap: <http://usefulinc.com/ns/doap#> .
  3. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  4. @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
  5. @prefix opts: <http://lv2plug.in/ns/ext/options#> .
  6. @prefix patch: <http://lv2plug.in/ns/ext/patch#> .
  7. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  8. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  9. @prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
  10. @prefix unit: <http://lv2plug.in/ns/extensions/units#> .
  11. <http://kxstudio.sf.net/carla/plugins/midijoin>
  12. a lv2:UtilityPlugin, lv2:Plugin ;
  13. lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable> ;
  14. lv2:requiredFeature <http://lv2plug.in/ns/ext/buf-size#boundedBlockLength> ,
  15. <http://lv2plug.in/ns/ext/options#options> ,
  16. <http://lv2plug.in/ns/ext/urid#map> ;
  17. lv2:extensionData <http://lv2plug.in/ns/ext/options#interface> ;
  18. lv2:extensionData <http://kxstudio.sf.net/ns/lv2ext/programs#Interface> ;
  19. opts:supportedOption <http://lv2plug.in/ns/ext/buf-size#nominalBlockLength> ,
  20. <http://lv2plug.in/ns/ext/buf-size#maxBlockLength> ,
  21. <http://lv2plug.in/ns/ext/parameters#sampleRate> ;
  22. lv2:port [
  23. a lv2:InputPort, atom:AtomPort ;
  24. atom:bufferType atom:Sequence ;
  25. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  26. lv2:designation lv2:control ;
  27. lv2:index 0 ;
  28. lv2:symbol "lv2_midi_in_1" ;
  29. lv2:name "MIDI Input #1" ;
  30. ] ;
  31. lv2:port [
  32. a lv2:InputPort, atom:AtomPort ;
  33. atom:bufferType atom:Sequence ;
  34. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  35. lv2:index 1 ;
  36. lv2:symbol "lv2_midi_in_2" ;
  37. lv2:name "MIDI Input #2" ;
  38. ] , [
  39. a lv2:InputPort, atom:AtomPort ;
  40. atom:bufferType atom:Sequence ;
  41. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  42. lv2:index 2 ;
  43. lv2:symbol "lv2_midi_in_3" ;
  44. lv2:name "MIDI Input #3" ;
  45. ] , [
  46. a lv2:InputPort, atom:AtomPort ;
  47. atom:bufferType atom:Sequence ;
  48. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  49. lv2:index 3 ;
  50. lv2:symbol "lv2_midi_in_4" ;
  51. lv2:name "MIDI Input #4" ;
  52. ] , [
  53. a lv2:InputPort, atom:AtomPort ;
  54. atom:bufferType atom:Sequence ;
  55. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  56. lv2:index 4 ;
  57. lv2:symbol "lv2_midi_in_5" ;
  58. lv2:name "MIDI Input #5" ;
  59. ] , [
  60. a lv2:InputPort, atom:AtomPort ;
  61. atom:bufferType atom:Sequence ;
  62. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  63. lv2:index 5 ;
  64. lv2:symbol "lv2_midi_in_6" ;
  65. lv2:name "MIDI Input #6" ;
  66. ] , [
  67. a lv2:InputPort, atom:AtomPort ;
  68. atom:bufferType atom:Sequence ;
  69. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  70. lv2:index 6 ;
  71. lv2:symbol "lv2_midi_in_7" ;
  72. lv2:name "MIDI Input #7" ;
  73. ] , [
  74. a lv2:InputPort, atom:AtomPort ;
  75. atom:bufferType atom:Sequence ;
  76. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  77. lv2:index 7 ;
  78. lv2:symbol "lv2_midi_in_8" ;
  79. lv2:name "MIDI Input #8" ;
  80. ] , [
  81. a lv2:InputPort, atom:AtomPort ;
  82. atom:bufferType atom:Sequence ;
  83. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  84. lv2:index 8 ;
  85. lv2:symbol "lv2_midi_in_9" ;
  86. lv2:name "MIDI Input #9" ;
  87. ] , [
  88. a lv2:InputPort, atom:AtomPort ;
  89. atom:bufferType atom:Sequence ;
  90. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  91. lv2:index 9 ;
  92. lv2:symbol "lv2_midi_in_10" ;
  93. lv2:name "MIDI Input #10" ;
  94. ] , [
  95. a lv2:InputPort, atom:AtomPort ;
  96. atom:bufferType atom:Sequence ;
  97. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  98. lv2:index 10 ;
  99. lv2:symbol "lv2_midi_in_11" ;
  100. lv2:name "MIDI Input #11" ;
  101. ] , [
  102. a lv2:InputPort, atom:AtomPort ;
  103. atom:bufferType atom:Sequence ;
  104. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  105. lv2:index 11 ;
  106. lv2:symbol "lv2_midi_in_12" ;
  107. lv2:name "MIDI Input #12" ;
  108. ] , [
  109. a lv2:InputPort, atom:AtomPort ;
  110. atom:bufferType atom:Sequence ;
  111. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  112. lv2:index 12 ;
  113. lv2:symbol "lv2_midi_in_13" ;
  114. lv2:name "MIDI Input #13" ;
  115. ] , [
  116. a lv2:InputPort, atom:AtomPort ;
  117. atom:bufferType atom:Sequence ;
  118. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  119. lv2:index 13 ;
  120. lv2:symbol "lv2_midi_in_14" ;
  121. lv2:name "MIDI Input #14" ;
  122. ] , [
  123. a lv2:InputPort, atom:AtomPort ;
  124. atom:bufferType atom:Sequence ;
  125. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  126. lv2:index 14 ;
  127. lv2:symbol "lv2_midi_in_15" ;
  128. lv2:name "MIDI Input #15" ;
  129. ] , [
  130. a lv2:InputPort, atom:AtomPort ;
  131. atom:bufferType atom:Sequence ;
  132. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  133. lv2:index 15 ;
  134. lv2:symbol "lv2_midi_in_16" ;
  135. lv2:name "MIDI Input #16" ;
  136. ] ;
  137. lv2:port [
  138. a lv2:OutputPort, atom:AtomPort ;
  139. atom:bufferType atom:Sequence ;
  140. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  141. lv2:index 16 ;
  142. lv2:symbol "lv2_midi_out" ;
  143. lv2:name "MIDI Output" ;
  144. ] ;
  145. lv2:port [
  146. a lv2:InputPort, lv2:ControlPort ;
  147. lv2:index 17 ;
  148. lv2:symbol "lv2_freewheel" ;
  149. lv2:name "Freewheel" ;
  150. lv2:default 0.0 ;
  151. lv2:minimum 0.0 ;
  152. lv2:maximum 1.0 ;
  153. lv2:designation <http://lv2plug.in/ns/lv2core#freeWheeling> ;
  154. lv2:portProperty lv2:toggled, <http://lv2plug.in/ns/ext/port-props#notOnGUI> ;
  155. ] ;
  156. doap:name "MIDI Join" ;
  157. doap:maintainer [ foaf:name "falkTX" ] .