LV2 Extensions
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.

160 lines
7.2KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
  3. <html about="http://kxstudio.sf.net/ns/lv2ext/programs"
  4. xmlns="http://www.w3.org/1999/xhtml"
  5. xmlns:dc="http://purl.org/dc/elements/1.1/"
  6. xmlns:dct="http://purl.org/dc/terms/"
  7. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  8. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  9. xmlns:lv2="http://lv2plug.in/ns/lv2core#"
  10. xmlns:progs="http://kxstudio.sf.net/ns/lv2ext/programs#"
  11. xml:lang="en">
  12. <head>
  13. <title>Programs</title>
  14. <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
  15. <meta name="generator" content="lv2specgen" />
  16. <link href="../style.css" rel="stylesheet" type="text/css" />
  17. </head>
  18. <body>
  19. <!-- HEADER -->
  20. <div id="topbar">
  21. <div id="header">
  22. <div id="titlebox">
  23. <h1 id="title">Programs</h1>
  24. <div id="subtitle"><a href="http://kxstudio.sf.net/ns/lv2ext/programs">http://kxstudio.sf.net/ns/lv2ext/programs</a></div>
  25. <div id="shortdesc">LV2 extension for implementing plugin-side programs.</div>
  26. </div>
  27. <table id="meta">
  28. <!--<tr><th>URI</th><td><a href="http://kxstudio.sf.net/ns/lv2ext/programs">http://kxstudio.sf.net/ns/lv2ext/programs</a></td></tr>
  29. <tr><th>Version</th><td>@REVISION@</td></tr>-->
  30. <!--<tr><th>Prefixes</th><td><span><a href="http://ontologi.es/doap-changeset#">dcs</a> <a href="http://usefulinc.com/ns/doap#">doap</a> <a href="http://xmlns.com/foaf/0.1/">foaf</a> <a href="http://lv2plug.in/ns/lv2core#">lv2</a> <a href="http://www.w3.org/2002/07/owl#">owl</a> <a href="http://kxstudio.sf.net/ns/lv2ext/programs#">progs</a> <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">rdf</a> <a href="http://www.w3.org/2000/01/rdf-schema#">rdfs</a> <a href="http://lv2plug.in/ns/extensions/ui#">ui</a> <a href="http://www.w3.org/2001/XMLSchema#">xsd</a> </span></td></tr>-->
  31. <tr><th>Version</th><td>1.0</td></tr>
  32. <tr><th>Date</th><td>2015-07-03</td></tr>
  33. <tr><th>Discuss</th><td><a href="mailto:None">None</a> <a href="None">(subscribe)</a></td></tr>
  34. <tr><th class="metahead">Developer</th><td><span class="author" property="doap:developer">Filipe Coelho</span></td></tr><tr><th class="metahead">Maintainer</th><td><span class="author" property="doap:maintainer">Filipe Coelho</span></td></tr>
  35. </table>
  36. </div>
  37. <ul id="contents">
  38. <!-- <li><a href="#sec-description">Description</a></li> -->
  39. <li><a href="#sec-index">Index</a></li>
  40. <li><a href="#sec-reference">Reference</a></li>
  41. <li><a href="#sec-history">History</a></li>
  42. <li><a href="/home/falktx/FOSS/GIT-mine/KXStudio/LV2-Extensions/documentation/progs/group__manifest.html">API</a></li>
  43. </ul>
  44. </div>
  45. <!-- DESCRIPTION -->
  46. <!--<h2 class="sec" id="sec-description">Description</h2>-->
  47. <div class="content">
  48. <p>
  49. LV2 Programs is an <a href="http://lv2plug.in/ns/lv2core#Specification" target="_blank">LV2 Extension</a> that allows a host to access plugin-side midi-mapped programs.<br/>
  50. It is not the same as <a href="http://lv2plug.in/ns/ext/presets" target="_blank">LV2 Presets</a>,
  51. which defines host-side presets where the plugin has no control or role whatsoever.<br/>
  52. </p>
  53. <p>
  54. List of plugins that use this extension:
  55. </p>
  56. <ul>
  57. <li><a href="http://distrho.sourceforge.net" target="_blank">DISTRHO Plugins and Ports</a></li>
  58. <li><a href="http://drobilla.net/software/mda-lv2/" target="_blank">mda-lv2</a> (using <a href="mda-lv2_programs.patch" target="_blank">this patch</a>)</li>
  59. </ul>
  60. <p>
  61. List of hosts that support this extension:
  62. </p>
  63. <ul>
  64. <li><a href="http://kxstudio.sf.net/Applications:Carla" target="_blank">Carla</a></li>
  65. <li><a href="http://qtractor.sourceforge.net" target="_blank">Qtractor</a></li>
  66. </ul>
  67. </div>
  68. <!-- INDEX -->
  69. <h2 class="sec" id="sec-index">Index</h2>
  70. <div class="content" id="index">
  71. <table class="index"><thead><tr><th>Instances</th><th>Files</th></tr></thead>
  72. <tbody><tr><td><ul><li><a href="#Host">Host</a></li><li><a href="#Interface">Interface</a></li><li><a href="#UIInterface">UIInterface</a></li></ul></td>
  73. <td><ul><li><a href="programs.doap.ttl">programs.doap.ttl</a></li><li><a href="programs.h">programs.h</a></li><li><a href="programs.ttl">programs.ttl</a></li></ul></td>
  74. </tr></tbody></table>
  75. </div>
  76. <!-- DOCUMENTATION -->
  77. <h2 class="sec" id="sec-reference">Reference</h2>
  78. <div class="content">
  79. <div class="specterm" id="Host" about="http://kxstudio.sf.net/ns/lv2ext/programs#Host">
  80. <h3>Instance <a href="#Host">progs:Host</a></h3>
  81. <div class="spectermbody"><div class="description"><div property="rdfs:comment">
  82. <p>
  83. TODO
  84. </p>
  85. </div></div>
  86. <table class="terminfo"><tr><th>Type</th><td><a href="http://lv2plug.in/ns/lv2core#Feature" about="http://kxstudio.sf.net/ns/lv2ext/programs#Host" rel="rdf:type" resource="http://lv2plug.in/ns/lv2core#Feature">lv2:Feature</a></td></tr>
  87. </table>
  88. </div>
  89. </div>
  90. <div class="specterm" id="Interface" about="http://kxstudio.sf.net/ns/lv2ext/programs#Interface">
  91. <h3>Instance <a href="#Interface">progs:Interface</a></h3>
  92. <div class="spectermbody"><div class="description"><div property="rdfs:label" class="label">Programs Plugin Interface</div><div property="rdfs:comment">
  93. <p>
  94. TODO
  95. </p>
  96. </div></div>
  97. <table class="terminfo"><tr><th>Type</th><td><a href="http://lv2plug.in/ns/lv2core#ExtensionData" about="http://kxstudio.sf.net/ns/lv2ext/programs#Interface" rel="rdf:type" resource="http://lv2plug.in/ns/lv2core#ExtensionData">lv2:ExtensionData</a></td></tr>
  98. </table>
  99. </div>
  100. </div>
  101. <div class="specterm" id="UIInterface" about="http://kxstudio.sf.net/ns/lv2ext/programs#UIInterface">
  102. <h3>Instance <a href="#UIInterface">progs:UIInterface</a></h3>
  103. <div class="spectermbody"><div class="description"><div property="rdfs:label" class="label">Programs UI Interface</div><div property="rdfs:comment">
  104. <p>
  105. TODO
  106. </p>
  107. </div></div>
  108. <table class="terminfo"><tr><th>Type</th><td><a href="http://lv2plug.in/ns/lv2core#ExtensionData" about="http://kxstudio.sf.net/ns/lv2ext/programs#UIInterface" rel="rdf:type" resource="http://lv2plug.in/ns/lv2core#ExtensionData">lv2:ExtensionData</a></td></tr>
  109. </table>
  110. </div>
  111. </div>
  112. </div>
  113. <!-- HISTORY -->
  114. <h2 class="sec" id="sec-history">History</h2>
  115. <div class="content">
  116. <dl>
  117. <dt><a href="http://kxstudio.sf.net/ns/lv2ext/kx-extensions-1.0.tar.bz2">Version 1.0</a> (2015-07-03)</dt>
  118. <dd><ul>
  119. <li>First stable release.</li>
  120. </ul></dd></dl>
  121. </div>
  122. <!-- FOOTER -->
  123. <div id="footer">
  124. <div>
  125. This document is available under the
  126. <a about="" rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
  127. Creative Commons Attribution-ShareAlike License
  128. </a>
  129. </div>
  130. <div>
  131. Valid
  132. <a about="" rel="dct:conformsTo" resource="http://www.w3.org/TR/rdfa-syntax"
  133. href="http://validator.w3.org/check?uri=referer">
  134. XHTML+RDFa
  135. </a>
  136. and
  137. <a about="" rel="dct:conformsTo" resource="http://www.w3.org/TR/CSS2"
  138. href="http://jigsaw.w3.org/css-validator/check/referer">
  139. CSS
  140. </a>
  141. generated from manifest.ttl by <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>
  142. </div>
  143. </div>
  144. </body>
  145. </html>