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.

midifile.ttl 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. <http://kxstudio.sf.net/carla/plugins/midifile>
  8. a lv2:UtilityPlugin, lv2:Plugin ;
  9. lv2:optionalFeature <http://lv2plug.in/ns/lv2core#hardRTCapable> ;
  10. lv2:optionalFeature <http://lv2plug.in/ns/ext/state#threadSafeRestore> ;
  11. lv2:requiredFeature <http://lv2plug.in/ns/ext/buf-size#boundedBlockLength> ,
  12. <http://lv2plug.in/ns/ext/options#options> ,
  13. <http://lv2plug.in/ns/ext/urid#map> ;
  14. lv2:extensionData <http://lv2plug.in/ns/ext/options#interface> ;
  15. lv2:extensionData <http://lv2plug.in/ns/ext/state#interface> ;
  16. lv2:extensionData <http://kxstudio.sf.net/ns/lv2ext/programs#Interface> ;
  17. lv2:extensionData <http://lv2plug.in/ns/ext/worker#interface> ;
  18. opts:supportedOption <http://lv2plug.in/ns/ext/buf-size#nominalBlockLength> ,
  19. <http://lv2plug.in/ns/ext/buf-size#maxBlockLength> ,
  20. <http://lv2plug.in/ns/ext/parameters#sampleRate> ;
  21. lv2:port [
  22. a lv2:InputPort, atom:AtomPort ;
  23. atom:bufferType atom:Sequence ;
  24. atom:supports <http://lv2plug.in/ns/ext/time#Position> ;
  25. atom:supports <http://lv2plug.in/ns/ext/patch#Message> ;
  26. lv2:designation lv2:control ;
  27. lv2:index 0 ;
  28. lv2:symbol "lv2_events_in" ;
  29. lv2:name "Events Input" ;
  30. ] ;
  31. patch:writable <http://kxstudio.sf.net/carla/file/midi> ;
  32. lv2:port [
  33. a lv2:OutputPort, atom:AtomPort ;
  34. atom:bufferType atom:Sequence ;
  35. atom:supports <http://lv2plug.in/ns/ext/midi#MidiEvent> ;
  36. atom:supports <http://lv2plug.in/ns/ext/patch#Message> ;
  37. lv2:index 1 ;
  38. lv2:symbol "lv2_events_out" ;
  39. lv2:name "Events Output" ;
  40. ] ;
  41. lv2:port [
  42. a lv2:InputPort, lv2:ControlPort ;
  43. lv2:index 2 ;
  44. lv2:symbol "lv2_freewheel" ;
  45. lv2:name "Freewheel" ;
  46. lv2:default 0.0 ;
  47. lv2:minimum 0.0 ;
  48. lv2:maximum 1.0 ;
  49. lv2:designation <http://lv2plug.in/ns/lv2core#freeWheeling> ;
  50. lv2:portProperty lv2:toggled, <http://lv2plug.in/ns/ext/port-props#notOnGUI> ;
  51. ] ;
  52. lv2:port [
  53. a lv2:InputPort, lv2:ControlPort ;
  54. lv2:index 3 ;
  55. lv2:symbol "repeat_mode" ;
  56. lv2:name "Repeat Mode" ;
  57. lv2:default 0.000000 ;
  58. lv2:minimum 0.000000 ;
  59. lv2:maximum 1.000000 ;
  60. lv2:portProperty lv2:toggled ;
  61. ] , [
  62. a lv2:InputPort, lv2:ControlPort ;
  63. lv2:index 4 ;
  64. lv2:symbol "host_sync" ;
  65. lv2:name "Host Sync" ;
  66. lv2:default 1.000000 ;
  67. lv2:minimum 0.000000 ;
  68. lv2:maximum 1.000000 ;
  69. lv2:portProperty lv2:toggled ;
  70. ] , [
  71. a lv2:InputPort, lv2:ControlPort ;
  72. lv2:index 5 ;
  73. lv2:symbol "enabled" ;
  74. lv2:name "Enabled" ;
  75. lv2:default 1.000000 ;
  76. lv2:minimum 0.000000 ;
  77. lv2:maximum 1.000000 ;
  78. lv2:portProperty lv2:toggled ;
  79. ] , [
  80. a lv2:OutputPort, lv2:ControlPort ;
  81. lv2:index 6 ;
  82. lv2:symbol "num_tracks" ;
  83. lv2:name "Num Tracks" ;
  84. lv2:minimum 0.000000 ;
  85. lv2:maximum 256.000000 ;
  86. lv2:portProperty lv2:integer ;
  87. ] , [
  88. a lv2:OutputPort, lv2:ControlPort ;
  89. lv2:index 7 ;
  90. lv2:symbol "length" ;
  91. lv2:name "Length" ;
  92. lv2:minimum 0.000000 ;
  93. lv2:maximum 9223372036854775808.000000 ;
  94. unit:unit [
  95. a unit:Unit ;
  96. rdfs:label "s" ;
  97. unit:symbol "s" ;
  98. unit:render "%f s" ;
  99. ] ;
  100. ] , [
  101. a lv2:OutputPort, lv2:ControlPort ;
  102. lv2:index 8 ;
  103. lv2:symbol "position" ;
  104. lv2:name "Position" ;
  105. lv2:minimum 0.000000 ;
  106. lv2:maximum 100.000000 ;
  107. unit:unit [
  108. a unit:Unit ;
  109. rdfs:label "%" ;
  110. unit:symbol "%" ;
  111. unit:render "%f %" ;
  112. ] ;
  113. ] ;
  114. doap:license <http://opensource.org/licenses/GPL-2.0> ;
  115. doap:name "MIDI File" ;
  116. doap:developer [ foaf:name "falkTX" ] ;
  117. doap:maintainer [ foaf:name "falkTX" ] ;
  118. lv2:microVersion 22 ;
  119. lv2:minorVersion 149 ;
  120. lv2:symbol "midifile" .