KXStudio Website https://kx.studio/
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.

30 lines
671B

  1. <?php
  2. $PAGE_TITLE = "KXStudio LV2-Extensions Namespace";
  3. $PAGE_TYPE = "NAMESPACE";
  4. $PAGE_SOURCE_1 = ARRAY("/ns", "/ns/lv2ext", "/ns/lv2ext/rtmempool");
  5. $PAGE_SOURCE_2 = ARRAY("Namespace", "LV2-Extensions", "Realtime-Safe Memory Pool");
  6. include_once("../../includes/header.php");
  7. ?>
  8. <p>
  9. LV2 realtime safe memory pool extension definition.<br/>
  10. </p>
  11. <p>
  12. C header file: <a href="lv2_rtmempool.h">lv2_rtmempool.h</a>
  13. <br/>
  14. </p>
  15. <hr/>
  16. <p>
  17. List of hosts that use this extension:
  18. <ul>
  19. <li><a href="<?php echo $ROOT; ?>/Applications:Carla" target="_blank">Carla</a></li>
  20. </ul>
  21. </p>
  22. <br/>
  23. <?php
  24. include_once("../../includes/footer.php");
  25. ?>