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/midisplit>
  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" ;
  29. lv2:name "MIDI Input" ;
  30. ] ;
  31. lv2:port [
  32. a lv2:OutputPort, 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_out_1" ;
  37. lv2:name "MIDI Output #1" ;
  38. ] ;
  39. lv2:port [
  40. a lv2:OutputPort, atom:AtomPort ;
  41. atom:bufferType atom:Sequence ;
  42. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  43. lv2:index 2 ;
  44. lv2:symbol "lv2_midi_out_2" ;
  45. lv2:name "MIDI Output #2" ;
  46. ] , [
  47. a lv2:OutputPort, atom:AtomPort ;
  48. atom:bufferType atom:Sequence ;
  49. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  50. lv2:index 3 ;
  51. lv2:symbol "lv2_midi_out_3" ;
  52. lv2:name "MIDI Output #3" ;
  53. ] , [
  54. a lv2:OutputPort, atom:AtomPort ;
  55. atom:bufferType atom:Sequence ;
  56. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  57. lv2:index 4 ;
  58. lv2:symbol "lv2_midi_out_4" ;
  59. lv2:name "MIDI Output #4" ;
  60. ] , [
  61. a lv2:OutputPort, atom:AtomPort ;
  62. atom:bufferType atom:Sequence ;
  63. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  64. lv2:index 5 ;
  65. lv2:symbol "lv2_midi_out_5" ;
  66. lv2:name "MIDI Output #5" ;
  67. ] , [
  68. a lv2:OutputPort, atom:AtomPort ;
  69. atom:bufferType atom:Sequence ;
  70. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  71. lv2:index 6 ;
  72. lv2:symbol "lv2_midi_out_6" ;
  73. lv2:name "MIDI Output #6" ;
  74. ] , [
  75. a lv2:OutputPort, atom:AtomPort ;
  76. atom:bufferType atom:Sequence ;
  77. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  78. lv2:index 7 ;
  79. lv2:symbol "lv2_midi_out_7" ;
  80. lv2:name "MIDI Output #7" ;
  81. ] , [
  82. a lv2:OutputPort, atom:AtomPort ;
  83. atom:bufferType atom:Sequence ;
  84. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  85. lv2:index 8 ;
  86. lv2:symbol "lv2_midi_out_8" ;
  87. lv2:name "MIDI Output #8" ;
  88. ] , [
  89. a lv2:OutputPort, atom:AtomPort ;
  90. atom:bufferType atom:Sequence ;
  91. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  92. lv2:index 9 ;
  93. lv2:symbol "lv2_midi_out_9" ;
  94. lv2:name "MIDI Output #9" ;
  95. ] , [
  96. a lv2:OutputPort, atom:AtomPort ;
  97. atom:bufferType atom:Sequence ;
  98. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  99. lv2:index 10 ;
  100. lv2:symbol "lv2_midi_out_10" ;
  101. lv2:name "MIDI Output #10" ;
  102. ] , [
  103. a lv2:OutputPort, atom:AtomPort ;
  104. atom:bufferType atom:Sequence ;
  105. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  106. lv2:index 11 ;
  107. lv2:symbol "lv2_midi_out_11" ;
  108. lv2:name "MIDI Output #11" ;
  109. ] , [
  110. a lv2:OutputPort, atom:AtomPort ;
  111. atom:bufferType atom:Sequence ;
  112. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  113. lv2:index 12 ;
  114. lv2:symbol "lv2_midi_out_12" ;
  115. lv2:name "MIDI Output #12" ;
  116. ] , [
  117. a lv2:OutputPort, atom:AtomPort ;
  118. atom:bufferType atom:Sequence ;
  119. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  120. lv2:index 13 ;
  121. lv2:symbol "lv2_midi_out_13" ;
  122. lv2:name "MIDI Output #13" ;
  123. ] , [
  124. a lv2:OutputPort, atom:AtomPort ;
  125. atom:bufferType atom:Sequence ;
  126. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  127. lv2:index 14 ;
  128. lv2:symbol "lv2_midi_out_14" ;
  129. lv2:name "MIDI Output #14" ;
  130. ] , [
  131. a lv2:OutputPort, atom:AtomPort ;
  132. atom:bufferType atom:Sequence ;
  133. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  134. lv2:index 15 ;
  135. lv2:symbol "lv2_midi_out_15" ;
  136. lv2:name "MIDI Output #15" ;
  137. ] , [
  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_16" ;
  143. lv2:name "MIDI Output #16" ;
  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 Split" ;
  157. doap:maintainer [ foaf:name "falkTX" ] .