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.7KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Repositories : Plugins";
  3. $PAGE_TYPE = "KXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Repositories", "/Repositories:Plugins");
  5. $PAGE_SOURCE_2 = ARRAY("Repositories", "Plugins");
  6. include_once("includes/header.php");
  7. ?>
  8. <div class="box box-description">
  9. <p>
  10. This section lists the audio plugins available in the repositories.<br/>
  11. Click on the green plugin name to install its respective package.<br/>
  12. You might also want to check:
  13. </p>
  14. <ul>
  15. <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li>
  16. </ul>
  17. <br/>
  18. </div>
  19. <p>
  20. <b><a href="apt://caps" style="color: rgb(100,230,100);">CAPS</a></b> (LADSPA)<br/>
  21. The C* Audio Plugin Suite (CAPS) comprises a range of classic sound effects and a few more basic audio DSP units, signal and noise generators.<br/>
  22. The suite's aim is to provide impeccable sound quality, computational efficiency and no perceptible latency.<br/>
  23. Homepage and Documentation: <a href="http://quitte.de/dsp/caps.html" class="external text" rel="nofollow" target="_blank">http://quitte.de/dsp/caps.html</a><br/>
  24. </p>
  25. <p>
  26. <b><a href="apt://rev-plugins" style="color: rgb(100,230,100);">REV-Plugins</a></b> (LADSPA)<br/>
  27. Reverb LADSPA plugins.<br/>
  28. Includes a stereo reverb plugin based on the well-known greverb, and LADSPA versions of zita-rev1 in resp. stereo and first order Ambisonic mode.<br/>
  29. Homepage: <a href="http://kokkinizita.linuxaudio.org/linuxaudio/index.html" class="external text" rel="nofollow" target="_blank">http://kokkinizita.linuxaudio.org/linuxaudio/index.html</a><br/>
  30. </p>
  31. <p><br /></p>
  32. <?php
  33. include_once("includes/footer.php");
  34. ?>