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.

19 lines
455B

  1. <?php
  2. $PAGE_TITLE = "KXStudio LV2 Namespace";
  3. $PAGE_TYPE = "NAMESPACE";
  4. $PAGE_SOURCE_1 = ARRAY("/ns", "/ns/lv2ext");
  5. $PAGE_SOURCE_2 = ARRAY("Namespace", "LV2-Extensions");
  6. include_once("../../includes/header.php");
  7. ?>
  8. <ul>
  9. <li><a href="external-ui">External UI</a></li>
  10. <li><a href="programs">Programs</a></li>
  11. <li><a href="rtmempool">Realtime-Safe Memory Pool</a></li>
  12. </ul>
  13. <br/>
  14. <?php
  15. include_once("../../includes/footer.php");
  16. ?>