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.

125 lines
5.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/rtmempool"
  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:rtmpl="http://kxstudio.sf.net/ns/lv2ext/rtmempool#"
  11. xml:lang="en">
  12. <head>
  13. <title>External UI</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">External UI</h1>
  24. <div id="subtitle"><a href="http://kxstudio.sf.net/ns/lv2ext/rtmempool">http://kxstudio.sf.net/ns/lv2ext/rtmempool</a></div>
  25. <div id="shortdesc">LV2 extension that provides a realtime safe memory pool for plugins.</div>
  26. </div>
  27. <table id="meta">
  28. <!--<tr><th>URI</th><td><a href="http://kxstudio.sf.net/ns/lv2ext/rtmempool">http://kxstudio.sf.net/ns/lv2ext/rtmempool</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://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://kxstudio.sf.net/ns/lv2ext/rtmempool#">rtmpl</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/rtmpl/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 realtime safe memory pool extension definition.
  50. </p>
  51. <p>
  52. List of hosts that support this extension:
  53. </p>
  54. <ul>
  55. <li><a href="http://kxstudio.sf.net/Applications:Carla" target="_blank">Carla</a></li>
  56. </ul>
  57. </div>
  58. <!-- INDEX -->
  59. <h2 class="sec" id="sec-index">Index</h2>
  60. <div class="content" id="index">
  61. <table class="index"><thead><tr><th>Instances</th><th>Files</th></tr></thead>
  62. <tbody><tr><td><ul><li><a href="#Pool">Pool</a></li></ul></td>
  63. <td><ul><li><a href="rtmempool.doap.ttl">rtmempool.doap.ttl</a></li><li><a href="rtmempool.h">rtmempool.h</a></li><li><a href="rtmempool.ttl">rtmempool.ttl</a></li></ul></td>
  64. </tr></tbody></table>
  65. </div>
  66. <!-- DOCUMENTATION -->
  67. <h2 class="sec" id="sec-reference">Reference</h2>
  68. <div class="content">
  69. <div class="specterm" id="Pool" about="http://kxstudio.sf.net/ns/lv2ext/rtmempool#Pool">
  70. <h3>Instance <a href="#Pool">rtmpl:Pool</a></h3>
  71. <div class="spectermbody"><div class="description"><div property="rdfs:comment">
  72. <p>
  73. TODO
  74. </p>
  75. </div></div>
  76. <table class="terminfo"><tr><th>Type</th><td><a href="http://lv2plug.in/ns/lv2core#Feature" about="http://kxstudio.sf.net/ns/lv2ext/rtmempool#Pool" rel="rdf:type" resource="http://lv2plug.in/ns/lv2core#Feature">lv2:Feature</a></td></tr>
  77. </table>
  78. </div>
  79. </div>
  80. </div>
  81. <!-- HISTORY -->
  82. <h2 class="sec" id="sec-history">History</h2>
  83. <div class="content">
  84. <dl>
  85. <dt><a href="http://kxstudio.sf.net/ns/lv2ext/kx-extensions-1.0.tar.bz2">Version 1.0</a> (2015-07-03)</dt>
  86. <dd><ul>
  87. <li>First stable release.</li>
  88. </ul></dd></dl>
  89. </div>
  90. <!-- FOOTER -->
  91. <div id="footer">
  92. <div>
  93. This document is available under the
  94. <a about="" rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
  95. Creative Commons Attribution-ShareAlike License
  96. </a>
  97. </div>
  98. <div>
  99. Valid
  100. <a about="" rel="dct:conformsTo" resource="http://www.w3.org/TR/rdfa-syntax"
  101. href="http://validator.w3.org/check?uri=referer">
  102. XHTML+RDFa
  103. </a>
  104. and
  105. <a about="" rel="dct:conformsTo" resource="http://www.w3.org/TR/CSS2"
  106. href="http://jigsaw.w3.org/css-validator/check/referer">
  107. CSS
  108. </a>
  109. generated from manifest.ttl by <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>
  110. </div>
  111. </div>
  112. </body>
  113. </html>