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

  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. (If the links don't work, make sure you have the 'apturl-kde' or 'apturl' packages installed)
  13. </p>
  14. <p>
  15. You might also want to check:
  16. </p>
  17. <ul>
  18. <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li>
  19. </ul>
  20. <br/>
  21. </div>
  22. <p>
  23. <b><a href="apt://caps" style="color: rgb(100,230,100);">CAPS</a></b> (LADSPA)<br/>
  24. 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/>
  25. The suite's aim is to provide impeccable sound quality, computational efficiency and no perceptible latency.<br/>
  26. 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/>
  27. </p>
  28. <p>
  29. <b><a href="apt://rev-plugins" style="color: rgb(100,230,100);">REV-Plugins</a></b> (LADSPA)<br/>
  30. Reverb LADSPA plugins.<br/>
  31. 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/>
  32. 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/>
  33. </p>
  34. <p><br /></p>
  35. <?php
  36. include_once("includes/footer.php");
  37. ?>