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.

43 lines
1.2KB

  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. <h3 id="NonAutomatable">non automatable</h3>
  16. <p>Port should not be automated by the host.</p>
  17. <h3 id="Reset">reset</h3>
  18. <p>Reset an internal processing plugin state (filters, oscillators, envelopes, lfos, etc) and kill all voices.</p>
  19. <h3 id="TimePositionTicksPerBeat">ticks per beat</h3>
  20. <p>How many ticks are in a beat.</p>
  21. <h3 id="TransientWindowId">transient window id</h3>
  22. <p>A window id from the host to be set as transient hint by the plugin.</p>
  23. <hr/>
  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="https://github.com/mod-audio/mod-host" target="_blank">mod-host</a></li>
  29. </ul>
  30. </p>
  31. <br/>
  32. <?php
  33. include_once("../../includes/footer.php");
  34. ?>