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.

40 lines
1.4KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio LV2-Extensions Namespace";
  3. $PAGE_TYPE = "NAMESPACE";
  4. $PAGE_SOURCE_1 = ARRAY("/ns", "/ns/lv2ext", "/ns/lv2ext/programs");
  5. $PAGE_SOURCE_2 = ARRAY("Namespace", "LV2-Extensions", "Programs");
  6. include_once("../../includes/header.php");
  7. ?>
  8. <p>
  9. 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 (ala DSSI style, but for LV2).<br/>
  10. It is not the same as <a href="http://lv2plug.in/ns/ext/presets" target="_blank">LV2 Presets</a>, which defines host-side presets where the plugin has no control or role whatsoever.<br/>
  11. </p>
  12. <p>
  13. C header file: <a href="lv2_programs.h">lv2_programs.h</a>
  14. <br/>
  15. </p>
  16. <hr/>
  17. <p>
  18. List of plugins that use this extension:
  19. <ul>
  20. <li><a href="http://distrho.sourceforge.net" target="_blank">DISTRHO Plugins and Ports</a></li>
  21. <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>
  22. </ul>
  23. </p>
  24. <p>
  25. List of hosts that use this extension:
  26. <ul>
  27. <li><a href="<?php echo $ROOT; ?>/Applications:Carla" target="_blank">Carla</a></li>
  28. <li><a href="http://qtractor.sourceforge.net" target="_blank">Qtractor</a></li>
  29. </ul>
  30. </p>
  31. <br/>
  32. <?php
  33. include_once("../../includes/footer.php");
  34. ?>