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.

Plugins.php 3.2KB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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; ?>/Applications">Applications from the KXStudio Team</a></li>
  18. <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the KXStudio repositories</a></li>
  19. </ul>
  20. <br/>
  21. </div>
  22. <h3><span class="mw-headline" id="DISTRHO"> <img src="images/distrho-big.png" alt="distrho-big.png" class="img_text_align"/> </span></h3>
  23. <p>
  24. DISTRHO provides cross-platform plugins and Linux ports, including MVerb and TAL NoiseMaker.<br/>
  25. The official website for DISTRHO is <a href="http://distrho.sourceforge.net/" class="external free" rel="nofollow" target="_blank">
  26. http://distrho.sourceforge.net/</a>, and its respective forums are located
  27. <a href="http://www.kvraudio.com/forum/viewforum.php?f=191" class="external text" rel="nofollow" target="_blank">here</a>.
  28. </p>
  29. <p>
  30. The
  31. <a href="https://github.com/DISTRHO/DPF-Plugins" class="external text" rel="nofollow" target="_blank">
  32. DPF-Plugins</a>
  33. project contains mostly original plugins made with our own framework (dubbed
  34. <a href="https://github.com/DISTRHO/DPF" class="external text" rel="nofollow" target="_blank">
  35. DPF</a>),
  36. <br/>
  37. while
  38. <a href="https://github.com/DISTRHO/DISTRHO-Ports" class="external text" rel="nofollow" target="_blank">
  39. DISTRHO-Ports</a>
  40. contains ports of 3rd party plugins made with
  41. <a href="https://github.com/DISTRHO/juce" class="external text" rel="nofollow" target="_blank">
  42. Juce</a>.
  43. </p>
  44. <hr/>
  45. <h3><span class="mw-headline" id="fluidplug"> FluidPlug </span></h3>
  46. <p>
  47. FluidPlug uses SoundFonts as LV2 plugins via FluidSynth.<br/>
  48. Made for hosts that do not support desktop UIs or loading of external files.
  49. </p>
  50. <p>
  51. The source code is available
  52. <a href="https://github.com/falkTX/FluidPlug" class="external text" rel="nofollow" target="_blank">
  53. here</a>.
  54. </p>
  55. <hr/>
  56. <h3><span class="mw-headline" id="jackass"> JackAss </span></h3>
  57. <p>
  58. JackAss is a VST plugin that provides JACK-MIDI support for VST hosts.<br/>
  59. Simply load the plugin in your favourite host to get a JACK-MIDI port.<br/>
  60. Each new plugin instance creates a new MIDI port.
  61. </p>
  62. <p>
  63. The source code is available
  64. <a href="https://github.com/falkTX/JackAss" class="external text" rel="nofollow" target="_blank">
  65. here</a>.
  66. </p>
  67. <hr/>
  68. <h3><span class="mw-headline" id="lv2ext"> LV2 Extensions </span></h3>
  69. <p>
  70. The KXStudio project has a few LV2 extensions of its own, adding missing functionality into the LV2 stack.<br/>
  71. These are:
  72. </p>
  73. <ul>
  74. <li><a href="ns/lv2ext/external-ui">External UI</a></li>
  75. <li><a href="ns/lv2ext/programs">Programs</a></li>
  76. <li><a href="ns/lv2ext/rtmempool">Realtime-Safe Memory Pool</a></li>
  77. </ul>
  78. <br/>
  79. <?php
  80. include_once("includes/footer.php");
  81. ?>