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.

84 lines
3.6KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Plugins";
  3. $PAGE_TYPE = "KXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Plugins");
  5. $PAGE_SOURCE_2 = ARRAY("Plugins");
  6. include_once("includes/header.php");
  7. ?>
  8. <div class="box box-description">
  9. <p>
  10. This section lists the audio plugins made or forked by the KXStudio Team.<br/>
  11. All plugins are open-source and completely free.
  12. </p>
  13. <p>
  14. You might also want to check:
  15. </p>
  16. <ul>
  17. <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li>
  18. </ul>
  19. <br/>
  20. </div>
  21. <h3><span class="mw-headline" id="DISTRHO"> <img src="images/distrho-big.png" alt="distrho-big.png" class="img_text_align"/> </span></h3>
  22. <p>
  23. DISTRHO provides cross-platform plugins and Linux ports, including HighLife and TAL NoiseMaker.<br/>
  24. The official website for DISTRHO is <a href="http://distrho.sourceforge.net/" class="external free" rel="nofollow" target="_blank">http://distrho.sourceforge.net/</a>, and its respective forums are located
  25. <a href="http://www.kvraudio.com/forum/viewforum.php?f=191" class="external text" rel="nofollow" target="_blank">here</a>.
  26. </p>
  27. <p>
  28. NOTE: This is the project KXStudio uses to release original and Linux-ported audio plugins.<br/>
  29. The split between projects allow us to make plugins non-dependent on KXStudio, but they are still made by the same team.<br/>
  30. </p>
  31. <hr/>
  32. <h3><span class="mw-headline" id="Calf"> <img src="images/calf.png" alt="calf.png" class="img_text_align"/> Calf Plugins </span></h3>
  33. <p>
  34. This is a fork of the latest development code of the Calf plugin suite, originally available at <a href="http://repo.or.cz/w/calf.git/" class="external free" rel="nofollow" target="_blank">http://repo.or.cz/w/calf.git/</a>.<br/>
  35. </p>
  36. <p>
  37. This fork was made to re-add purposefully removed features by Calf developers, which includes LADSPA, DSSI and LV2 External-UI support.<br/>
  38. Additionally, LRDF typos were corrected and all DSSI GUIs work now.
  39. </p>
  40. <p>
  41. The new source code is available <a href="https://github.com/falkTX/calf" class="external text" rel="nofollow" target="_blank">here</a>.
  42. </p>
  43. <hr/>
  44. <h3><span class="mw-headline" id="dssi-vst"> dssi-vst </span></h3>
  45. <p>
  46. This is a fork of dssi-vst, initially based on "k_amlie"'s code updates (to make it more RT friendly), with additional fixes from falkTX which includes:
  47. </p>
  48. <ul>
  49. <li>Enabled compiler optimizations where possible (ie, -O2 -ffast-math etc)</li>
  50. <li>Implemented time-pos support, by using a dummy jack-client (only works if host uses JACK + Transport)</li>
  51. <li>Implemented custom data/chunk, unofficial DSSI stuff (supported in Carla and a few other hosts)</li>
  52. <li>Fixed UI re-opening after being closed</li>
  53. <li>Update vestige header, to make more plugins load</li>
  54. </ul>
  55. <p>
  56. The source code is available <a href="https://github.com/falkTX/dssi-vst" class="external text" rel="nofollow" target="_blank">here</a>.
  57. There's a specific dssi-vst topic in the KXStudio forums <a href="http://linuxmusicians.com/viewtopic.php?f=47&t=8128" class="external text" rel="nofollow" target="_blank">here</a>.
  58. </p>
  59. <hr/>
  60. <h3><span class="mw-headline" id="lv2ext"> LV2 Extensions </span></h3>
  61. <p>
  62. The KXStudio project has a few LV2 extensions of its own, adding missing functionality into the LV2 stack.<br/>
  63. These are:
  64. </p>
  65. <ul>
  66. <li><a href="ns/lv2ext/external-ui">External UI</a></li>
  67. <li><a href="ns/lv2ext/programs">Programs</a></li>
  68. <li><a href="ns/lv2ext/rtmempool">Realtime-Safe Memory Pool</a></li>
  69. </ul>
  70. <br/>
  71. <?php
  72. include_once("includes/footer.php");
  73. ?>