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.

31 lines
778B

  1. <?php
  2. $PAGE_TITLE = "KXStudio LV2-Extensions Namespace";
  3. $PAGE_TYPE = "NAMESPACE";
  4. $PAGE_SOURCE_1 = ARRAY("/ns", "/ns/lv2ext", "/ns/lv2ext/props");
  5. $PAGE_SOURCE_2 = ARRAY("Namespace", "LV2-Extensions", "KXStudio Properties");
  6. include_once("../../includes/header.php");
  7. ?>
  8. <p>
  9. A set of custom LV2 properties created by and for KXStudio related projects.<br/>
  10. </p>
  11. <p>
  12. C header file: <a href="lv2_kx-props.h">lv2_kx-props.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. <li><a href="https://github.com/mod-audio/mod-host" target="_blank">mod-host</a></li>
  21. </ul>
  22. </p>
  23. <br/>
  24. <?php
  25. include_once("../../includes/footer.php");
  26. ?>